[[["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 2024-10-31 UTC."],[],["The `Barcode.Phone` class provides information about a phone number. It defines constants for phone types: `TYPE_FAX`, `TYPE_HOME`, `TYPE_MOBILE`, `TYPE_UNKNOWN`, and `TYPE_WORK`. The class offers two primary methods: `getNumber()`, which retrieves the phone number as a string, and `getType()`, which returns the phone number's type. Additionally it contains methods that are inherited from the `java.lang.Object` class, such as `clone()`, `equals()`, `hashCode()` etc.\n"]]