public enum VerificationMailSettings.VerificationMailMode extends Enum<VerificationMailSettings.VerificationMailMode> implements ProtocolMessageEnumThe different configuration options for sending a verification email when adding a user.
Protobuf enum
google.shopping.merchant.accounts.v1.VerificationMailSettings.VerificationMailMode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
SEND_VERIFICATION_MAIL |
An invitation email is sent to the user added shortly after. |
SEND_VERIFICATION_MAIL_VALUE |
An invitation email is sent to the user added shortly after. |
SUPPRESS_VERIFICATION_MAIL |
No invitation email is sent. This can be useful if the user is expected to accept the invitation through the API without needing another notification. |
SUPPRESS_VERIFICATION_MAIL_VALUE |
No invitation email is sent. This can be useful if the user is expected to accept the invitation through the API without needing another notification. |
UNRECOGNIZED |
|
VERIFICATION_MAIL_MODE_UNSPECIFIED |
Default first member of every enum. Do not use. |
VERIFICATION_MAIL_MODE_UNSPECIFIED_VALUE |
Default first member of every enum. Do not use. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|