[[["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 webpage provides documentation for the `RoleName.Builder` class within the Google Ad Manager Java library, specifically for version 0.18.0, with links to other versions also available."],["The `RoleName.Builder` class is used to build `RoleName` objects, which represent roles within a network identified by a network code and role identifier."],["This builder class inherits members from the `java.lang.Object` class, such as `clone()`, `equals()`, and `hashCode()`, among others."],["The `RoleName.Builder` class provides methods to set the network code (`setNetworkCode`) and the role identifier (`setRole`), and retrieve those same values using the `getNetworkCode()` and `getRole()` respectively."],["You can finalize the creation of a `RoleName` with the parameters provided using the `build()` method, returning a complete `RoleName` object."]]],[]]