Interface ShippingMethodSetCustomTypeAction
- All Superinterfaces:
ResourceUpdateAction<ShippingMethodUpdateAction>,ShippingMethodUpdateAction
ShippingMethodSetCustomTypeAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
ShippingMethodSetCustomTypeAction shippingMethodSetCustomTypeAction = ShippingMethodSetCustomTypeAction.builder()
.build()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringdiscriminator value for ShippingMethodSetCustomTypeAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()builder factory method for ShippingMethodSetCustomTypeActionbuilder(ShippingMethodSetCustomTypeAction template) create builder for ShippingMethodSetCustomTypeAction instancecopyDeep()deepCopy(ShippingMethodSetCustomTypeAction template) factory method to create a deep copy of ShippingMethodSetCustomTypeAction@Valid FieldContainerSets the Custom Fields fields for the ShippingMethod.@Valid TypeResourceIdentifiergetType()Defines the Type that extends the ShippingMethod with Custom Fields.of()factory methodof(ShippingMethodSetCustomTypeAction template) factory method to create a shallow copy ShippingMethodSetCustomTypeActionvoidsetFields(FieldContainer fields) Sets the Custom Fields fields for the ShippingMethod.voidDefines the Type that extends the ShippingMethod with Custom Fields.static com.fasterxml.jackson.core.type.TypeReference<ShippingMethodSetCustomTypeAction>gives a TypeReference for usage with Jackson DataBinddefault <T> Taccessor map functionMethods inherited from interface com.commercetools.api.models.ResourceUpdateAction
getMethods inherited from interface com.commercetools.api.models.shipping_method.ShippingMethodUpdateAction
getAction, withShippingMethodUpdateAction
-
Field Details
-
SET_CUSTOM_TYPE
discriminator value for ShippingMethodSetCustomTypeAction- See Also:
-
-
Method Details
-
getType
Defines the Type that extends the ShippingMethod with Custom Fields. If absent, any existing Type and Custom Fields are removed from the ShippingMethod.
- Returns:
- type
-
getFields
Sets the Custom Fields fields for the ShippingMethod.
- Returns:
- fields
-
setType
Defines the Type that extends the ShippingMethod with Custom Fields. If absent, any existing Type and Custom Fields are removed from the ShippingMethod.
- Parameters:
type- value to be set
-
setFields
Sets the Custom Fields fields for the ShippingMethod.
- Parameters:
fields- value to be set
-
of
factory method- Returns:
- instance of ShippingMethodSetCustomTypeAction
-
of
factory method to create a shallow copy ShippingMethodSetCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
copyDeep
ShippingMethodSetCustomTypeAction copyDeep()- Specified by:
copyDeepin interfaceShippingMethodUpdateAction
-
deepCopy
@Nullable static ShippingMethodSetCustomTypeAction deepCopy(@Nullable ShippingMethodSetCustomTypeAction template) factory method to create a deep copy of ShippingMethodSetCustomTypeAction- Parameters:
template- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for ShippingMethodSetCustomTypeAction- Returns:
- builder
-
builder
create builder for ShippingMethodSetCustomTypeAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-
withShippingMethodSetCustomTypeAction
default <T> T withShippingMethodSetCustomTypeAction(Function<ShippingMethodSetCustomTypeAction, T> helper) accessor map function- Type Parameters:
T- mapped type- Parameters:
helper- function to map the object- Returns:
- mapped value
-
typeReference
static com.fasterxml.jackson.core.type.TypeReference<ShippingMethodSetCustomTypeAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-