Enum EmailPreferences.OptInState (0.2.0)

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

ProtocolMessageEnum

Static Fields

Name Description
OPTED_IN

User has opted in to receiving this type of email.

OPTED_IN = 2;

OPTED_IN_VALUE

User has opted in to receiving this type of email.

OPTED_IN = 2;

OPTED_OUT

User has opted out of receiving this type of email.

OPTED_OUT = 1;

OPTED_OUT_VALUE

User has opted out of receiving this type of email.

OPTED_OUT = 1;

OPT_IN_STATE_UNSPECIFIED

Opt-in status is not specified.

OPT_IN_STATE_UNSPECIFIED = 0;

OPT_IN_STATE_UNSPECIFIED_VALUE

Opt-in status is not specified.

OPT_IN_STATE_UNSPECIFIED = 0;

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 = 3;

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).

UNCONFIRMED = 3;

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()