Enum Condition (1.0.0)

public enum Condition extends Enum<Condition> implements ProtocolMessageEnum

Condition or state of the item.

Protobuf enum google.shopping.merchant.products.v1.Condition

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONDITION_UNSPECIFIED

Default value. This value is unused.

CONDITION_UNSPECIFIED = 0;

CONDITION_UNSPECIFIED_VALUE

Default value. This value is unused.

CONDITION_UNSPECIFIED = 0;

NEW

Brand new, original, unopened packaging.

NEW = 1;

NEW_VALUE

Brand new, original, unopened packaging.

NEW = 1;

REFURBISHED

Professionally restored to working order, comes with a warranty, may or may not have the original packaging.

REFURBISHED = 3;

REFURBISHED_VALUE

Professionally restored to working order, comes with a warranty, may or may not have the original packaging.

REFURBISHED = 3;

UNRECOGNIZED
USED

Previously used, original packaging opened or missing.

USED = 2;

USED_VALUE

Previously used, original packaging opened or missing.

USED = 2;

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