[[["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 `CompanyName.Builder` class within version 0.16.0 of the Ad Manager Java library, which is used for constructing `CompanyName` objects."],["The `CompanyName.Builder` class inherits from `java.lang.Object` and includes methods such as `build()`, `getCompany()`, `getNetworkCode()`, `setCompany(String)`, and `setNetworkCode(String)`."],["The class offers a constructor `Builder()` and the methods `setCompany` and `setNetworkCode` to create a builder instance and then set the Company and Network Code respectively, each of which returns `CompanyName.Builder` to be chained."],["The `build` method creates a `CompanyName` object after the parameters are set, the `getCompany` method gets the set company, and the `getNetworkCode` gets the set Network Code."],["Version history of this content for the `CompanyName.Builder` class is provided, with links to other versions ranging from 0.1.0 to 0.19.0, where 0.19.0 is the latest."]]],[]]