public static interface EmailField.Builder extends SdkPojo, CopyableBuilder<EmailField.Builder,EmailField>
| Modifier and Type | Method and Description |
|---|---|
EmailField.Builder |
identifier(String identifier)
The name of the email field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmailField.Builder identifier(String identifier)
The name of the email field.
How you specify this depends on the request inspection payload type.
For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer.
For example, for the JSON payload { "form": { "email": "THE_EMAIL" } }, the email field
specification is /form/email.
For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named email1, the email field specification
is email1.
identifier - The name of the email field.
How you specify this depends on the request inspection payload type.
For JSON payloads, specify the field name in JSON pointer syntax. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer.
For example, for the JSON payload { "form": { "email": "THE_EMAIL" } }, the email field
specification is /form/email.
For form encoded payload types, use the HTML form names.
For example, for an HTML form with the input element named email1, the email field
specification is email1.
Copyright © 2023. All rights reserved.