[[["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-01 UTC."],[[["This webpage provides documentation for the `UserName.Builder` class within the Google Ad Manager Java library, version 0.16.0."],["The `UserName.Builder` class is used to construct `UserName` objects for networks and users, specifically for `networks/{network_code}/users/{user}`."],["The `UserName.Builder` class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `hashCode()`."],["The `UserName.Builder` class allows users to set the `networkCode` and `user` using the methods `setNetworkCode(String networkCode)` and `setUser(String user)` respectively."],["There are methods to retrieve the `networkCode` and `user`, through the `getNetworkCode()` and `getUser()` methods respectively, and create the object through the `build()` method, which will return the `UserName` object."]]],[]]