Enum Service.ShipmentType (0.2.0)

public enum Service.ShipmentType extends Enum<Service.ShipmentType> implements ProtocolMessageEnum

Shipment type of shipping service.

Protobuf enum google.shopping.merchant.accounts.v1beta.Service.ShipmentType

Implements

ProtocolMessageEnum

Static Fields

Name Description
COLLECTION_POINT

This service ships orders to an address chosen by the customer. The order is shipped from a collection point.

COLLECTION_POINT = 3;

COLLECTION_POINT_VALUE

This service ships orders to an address chosen by the customer. The order is shipped from a collection point.

COLLECTION_POINT = 3;

DELIVERY

This service ships orders to an address chosen by the customer.

DELIVERY = 1;

DELIVERY_VALUE

This service ships orders to an address chosen by the customer.

DELIVERY = 1;

LOCAL_DELIVERY

This service ships orders to an address chosen by the customer. The order is shipped from a local store near by.

LOCAL_DELIVERY = 2;

LOCAL_DELIVERY_VALUE

This service ships orders to an address chosen by the customer. The order is shipped from a local store near by.

LOCAL_DELIVERY = 2;

SHIPMENT_TYPE_UNSPECIFIED

This service did not specify shipment type.

SHIPMENT_TYPE_UNSPECIFIED = 0;

SHIPMENT_TYPE_UNSPECIFIED_VALUE

This service did not specify shipment type.

SHIPMENT_TYPE_UNSPECIFIED = 0;

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