Enum ProductReviewAttributes.CollectionMethod (0.1.0)

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

The method used to collect the review.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
COLLECTION_METHOD_UNSPECIFIED

Collection method unspecified.

COLLECTION_METHOD_UNSPECIFIED = 0;

COLLECTION_METHOD_UNSPECIFIED_VALUE

Collection method unspecified.

COLLECTION_METHOD_UNSPECIFIED = 0;

POST_FULFILLMENT

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

POST_FULFILLMENT = 2;

POST_FULFILLMENT_VALUE

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

POST_FULFILLMENT = 2;

UNRECOGNIZED
UNSOLICITED

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

UNSOLICITED = 1;

UNSOLICITED_VALUE

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

UNSOLICITED = 1;

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