Enum MerchantReviewAttributes.CollectionMethod (0.1.0)

public enum MerchantReviewAttributes.CollectionMethod extends Enum<MerchantReviewAttributes.CollectionMethod> implements ProtocolMessageEnum

The method used to collect the review.

Protobuf enum google.shopping.merchant.reviews.v1beta.MerchantReviewAttributes.CollectionMethod

Implements

ProtocolMessageEnum

Static Fields

Name Description
AFTER_FULFILLMENT

The user submitted the review in response to a solicitation after fulfillment of the user's order.

AFTER_FULFILLMENT = 3;

AFTER_FULFILLMENT_VALUE

The user submitted the review in response to a solicitation after fulfillment of the user's order.

AFTER_FULFILLMENT = 3;

COLLECTION_METHOD_UNSPECIFIED

Collection method unspecified.

COLLECTION_METHOD_UNSPECIFIED = 0;

COLLECTION_METHOD_UNSPECIFIED_VALUE

Collection method unspecified.

COLLECTION_METHOD_UNSPECIFIED = 0;

MERCHANT_UNSOLICITED

The user was not responding to a specific solicitation when they submitted the review.

MERCHANT_UNSOLICITED = 1;

MERCHANT_UNSOLICITED_VALUE

The user was not responding to a specific solicitation when they submitted the review.

MERCHANT_UNSOLICITED = 1;

POINT_OF_SALE

The user submitted the review in response to a solicitation when the user placed an order.

POINT_OF_SALE = 2;

POINT_OF_SALE_VALUE

The user submitted the review in response to a solicitation when the user placed an order.

POINT_OF_SALE = 2;

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