[[["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 `EntitySignalsMappingName.Builder` class, specifically within version 0.18.0 of the Ad Manager Java library."],["The `EntitySignalsMappingName.Builder` is used to construct identifiers for entity signals mappings, following the format `networks/{network_code}/entitySignalsMappings/{entity_signals_mapping}`."],["The class includes methods for setting the network code and entity signals mapping components, `setNetworkCode()` and `setEntitySignalsMapping()`, respectively, with both methods returning the `EntitySignalsMappingName.Builder` to allow for method chaining."],["The `Builder` class provides methods to retrieve the set network code and entity signals mapping through the use of `getNetworkCode()` and `getEntitySignalsMapping()`."],["The `build()` method within the `Builder` class is responsible for creating an `EntitySignalsMappingName` object."]]],[]]