PhoneNumber
Stay organized with collections
Save and categorize content based on your preferences.
An E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
JSON representation |
{
"value": string
} |
Fields |
value |
string
REQUIRED: This is a E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[[["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-16 UTC."],[[["\u003cp\u003eThe JSON representation of an E.164 formatted phone number is illustrated within this section.\u003c/p\u003e\n"],["\u003cp\u003eThis document outlines the structure and requirements of representing phone numbers using the E.164 format within JSON.\u003c/p\u003e\n"],["\u003cp\u003ePhone numbers provided must follow the E.164 international standard format.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object uses a \u003ccode\u003evalue\u003c/code\u003e field containing the E.164 formatted phone number as a string.\u003c/p\u003e\n"],["\u003cp\u003eExamples of valid phone numbers provided include "+14035551111" and "+918067218000", emphasizing the use of the plus sign (+) and numerical-only values.\u003c/p\u003e\n"]]],["The content describes an E.164 formatted phone number represented in JSON. The JSON structure consists of a single field, `value`, which is a required string. This string contains the phone number, always beginning with a plus sign (+) and followed only by digits, without any dashes or other characters. Valid examples are +14035551111 and +918067218000.\n"],null,["# PhoneNumber\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes).\n\n| JSON representation |\n|-----------------------------|\n| ``` { \"value\": string } ``` |\n\n| Fields ||\n|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `value` | `string` **REQUIRED**: This is a E.164 formatted phone number. Examples include +14035551111 and +918067218000. This will always lead with a + and include only numbers afterwards (no dashes). |"]]