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
ProtocolMessageEnumStatic 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_VALUE |
This service ships orders to an address chosen by the customer. The order is shipped from a collection point. |
DELIVERY |
This service ships orders to an address chosen by the customer. |
DELIVERY_VALUE |
This service ships orders to an address chosen by the customer. |
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_VALUE |
This service ships orders to an address chosen by the customer. The order is shipped from a local store near by. |
SHIPMENT_TYPE_UNSPECIFIED |
This service did not specify shipment type. |
SHIPMENT_TYPE_UNSPECIFIED_VALUE |
This service did not specify shipment type. |
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() |