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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COLLECTION_METHOD_UNSPECIFIED |
Collection method unspecified. |
COLLECTION_METHOD_UNSPECIFIED_VALUE |
Collection method unspecified. |
POST_FULFILLMENT |
The user submitted the review in response to a solicitation after fulfillment of the user's order. |
POST_FULFILLMENT_VALUE |
The user submitted the review in response to a solicitation after fulfillment of the user's order. |
UNRECOGNIZED |
|
UNSOLICITED |
The user was not responding to a specific solicitation when they submitted the review. |
UNSOLICITED_VALUE |
The user was not responding to a specific solicitation when they submitted the review. |
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() |