[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage details the `LineItemName.Builder` class, which is used for building identifiers for line items within the ad manager system, specifically for networks/{network_code}/orders/{order}/lineItems/{line_item}."],["The `LineItemName.Builder` class inherits from `java.lang.Object`, providing access to common object methods like `clone()`, `equals()`, and `hashCode()`."],["The Builder class includes methods such as `build()`, `getLineItem()`, `getNetworkCode()`, and `getOrder()` for constructing and retrieving components of the line item identifier."],["Methods are available to set specific parts of the line item identifier, such as the `lineItem`, `networkCode`, and `order`, using methods like `setLineItem(String lineItem)`, `setNetworkCode(String networkCode)`, and `setOrder(String order)`, each of which return the builder class."],["The documentation shows versions ranging from 0.1.0 to 0.19.0, with 0.19.0 being the latest version available, providing a history of the `LineItemName.Builder` class development."]]],[]]