[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 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."]]],[]]