[[["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 details the `ContactName.Builder` class, which is used to construct objects for representing contacts in a network."],["The latest version available is 0.19.0, with versions dating back to 0.1.0, all referencing the `ContactName.Builder` class."],["`ContactName.Builder` inherits from `java.lang.Object` and has methods like `build()`, `getContact()`, `getNetworkCode()`, `setContact(String)`, and `setNetworkCode(String)`."],["The `Builder` class can have the contact and the networkCode set, using the `setContact` and `setNetworkCode` methods, which take a String as the parameter."],["The `build()` method returns the `ContactName` object built, while the `getContact` and `getNetworkCode` methods return a String representation."]]],[]]