[[["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 document outlines the `CustomFieldName.Builder` class, which is used to construct `CustomFieldName` objects for managing custom fields within a network."],["The builder class inherits several methods from `java.lang.Object`, including functionalities for cloning, comparison, and basic object management."],["The `CustomFieldName.Builder` class provides methods to set and retrieve `customField` and `networkCode` using `setCustomField(String customField)`, `setNetworkCode(String networkCode)`, `getCustomField()`, and `getNetworkCode()` respectively."],["The `build()` method is used to finalize and create a `CustomFieldName` instance, based on the configured `networkCode` and `customField`."],["This documentation shows a range of previous versions, with the most recent version being 0.19.0, and is used for reference in the context of java and ad manager."]]],[]]