public enum EmailPreferences.OptInState extends Enum<EmailPreferences.OptInState> implements ProtocolMessageEnum
Opt in state of the email preference.
Protobuf enum google.shopping.merchant.accounts.v1beta.EmailPreferences.OptInState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
OPTED_IN |
User has opted in to receiving this type of email. |
OPTED_IN_VALUE |
User has opted in to receiving this type of email. |
OPTED_OUT |
User has opted out of receiving this type of email. |
OPTED_OUT_VALUE |
User has opted out of receiving this type of email. |
OPT_IN_STATE_UNSPECIFIED |
Opt-in status is not specified. |
OPT_IN_STATE_UNSPECIFIED_VALUE |
Opt-in status is not specified. |
UNCONFIRMED |
User has opted in to receiving this type of email and the confirmation email has been sent, but user has not yet confirmed the opt in (applies only to certain countries). |
UNCONFIRMED_VALUE |
User has opted in to receiving this type of email and the confirmation email has been sent, but user has not yet confirmed the opt in (applies only to certain countries). |
UNRECOGNIZED |
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() |