[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]