Enum RelativeDemandChangeType (0.4.0)

public enum RelativeDemandChangeType extends Enum<RelativeDemandChangeType> implements ProtocolMessageEnum

Relative demand of a product cluster or brand in the Best sellers report compared to the previous time period.

Protobuf enum google.shopping.merchant.reports.v1beta.RelativeDemandChangeType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FLAT

Relative demand is equal to the previous time period.

FLAT = 2;

FLAT_VALUE

Relative demand is equal to the previous time period.

FLAT = 2;

RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED

Not specified.

RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED = 0;

RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED_VALUE

Not specified.

RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED = 0;

RISER

Relative demand is higher than the previous time period.

RISER = 3;

RISER_VALUE

Relative demand is higher than the previous time period.

RISER = 3;

SINKER

Relative demand is lower than the previous time period.

SINKER = 1;

SINKER_VALUE

Relative demand is lower than the previous time period.

SINKER = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()