[[["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 details the `CustomFieldName.Builder` class, which is used for constructing `CustomFieldName` instances within the Google Ad Manager API."],["The latest version of the Ad Manager API documentation available is version 0.19.0, with a listing of documentation going back to version 0.1.0, all under the context of the `CustomFieldName.Builder`."],["The `CustomFieldName.Builder` class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, `hashCode()`, and others, indicating its foundation in standard Java object behavior."],["Key methods in the `CustomFieldName.Builder` class include `build()`, which creates a `CustomFieldName` object, and `getCustomField()` and `getNetworkCode()`, which retrieve the custom field and network code values respectively, all returning strings."],["The class also includes the methods `setCustomField(String customField)` and `setNetworkCode(String networkCode)` which are responsible for setting the respective field values, each returning a `CustomFieldName.Builder` for method chaining."]]],[]]