[[["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-09 UTC."],[[["This page documents the `OrderName.Builder` class, which is used to build order names in the Google Ad Manager API, specifically within the `com.google.ads.admanager.v1` package, as shown by the different version numbers."],["The `OrderName.Builder` class inherits from `java.lang.Object` and includes methods for constructing, setting, and retrieving both the network code and order ID, as exemplified by `build()`, `getNetworkCode()`, `getOrder()`, `setNetworkCode(String networkCode)`, and `setOrder(String order)`."],["There are various versions of the `OrderName.Builder` class available, ranging from version 0.1.0 up to the latest version 0.19.0, each accessible via a dedicated link."],["The builder allows for setting the `networkCode` and `order`, both as String type, which represents the network code and the specific order that is being handled, respectively."],["The `OrderName.Builder` class has a protected constructor, meaning it is intended to be used by a builder pattern, and it also inherits several standard methods from the base Object class, like `equals`, `hashCode`, `toString`, and `wait`."]]],[]]