[[["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-03-21 UTC."],[[["This webpage details the `OrderName.Builder` class, which is used to build instances for `networks/{network_code}/orders/{order}`."],["The `OrderName.Builder` class inherits members from the `java.lang.Object` class, such as `clone()`, `equals()`, and `hashCode()`."],["The `Builder` class has a protected constructor and offers methods like `build()`, `getNetworkCode()`, `getOrder()`, `setNetworkCode(String networkCode)`, and `setOrder(String order)`."],["The `build()` method returns an instance of the `OrderName` type, while `getNetworkCode()` and `getOrder()` both return `String` values."],["The methods `setNetworkCode` and `setOrder` take a `String` parameter and returns an `OrderName.Builder` object."]]],[]]