Enum ContactStatusEnum.ContactStatus (0.39.0)

public enum ContactStatusEnum.ContactStatus extends Enum<ContactStatusEnum.ContactStatus> implements ProtocolMessageEnum

Describes the contact statuses.

Protobuf enum google.ads.admanager.v1.ContactStatusEnum.ContactStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTACT_STATUS_UNSPECIFIED

Default value. This value is unused.

CONTACT_STATUS_UNSPECIFIED = 0;

CONTACT_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

CONTACT_STATUS_UNSPECIFIED = 0;

INVITE_CANCELED

The contact was invited to see their orders, but the invitation was cancelled.

INVITE_CANCELED = 1;

INVITE_CANCELED_VALUE

The contact was invited to see their orders, but the invitation was cancelled.

INVITE_CANCELED = 1;

INVITE_EXPIRED

The contact has been invited to see their orders, but the invitation has already expired.

INVITE_EXPIRED = 2;

INVITE_EXPIRED_VALUE

The contact has been invited to see their orders, but the invitation has already expired.

INVITE_EXPIRED = 2;

INVITE_PENDING

The contact has been invited to see their orders, but has not yet accepted the invitation.

INVITE_PENDING = 3;

INVITE_PENDING_VALUE

The contact has been invited to see their orders, but has not yet accepted the invitation.

INVITE_PENDING = 3;

UNINVITED

The contact has not been invited to see their orders.

UNINVITED = 4;

UNINVITED_VALUE

The contact has not been invited to see their orders.

UNINVITED = 4;

UNRECOGNIZED
USER_ACTIVE

The contact has access to login and view their orders.

USER_ACTIVE = 5;

USER_ACTIVE_VALUE

The contact has access to login and view their orders.

USER_ACTIVE = 5;

USER_DISABLED

The contact accepted an invitation to see their orders, but their access was later revoked.

USER_DISABLED = 6;

USER_DISABLED_VALUE

The contact accepted an invitation to see their orders, but their access was later revoked.

USER_DISABLED = 6;

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