Class OrderSetDeliveryCustomTypeActionBuilder
- All Implemented Interfaces:
Builder<OrderSetDeliveryCustomTypeAction>
Example to create an instance using the builder pattern
OrderSetDeliveryCustomTypeAction orderSetDeliveryCustomTypeAction = OrderSetDeliveryCustomTypeAction.builder()
.build()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds OrderSetDeliveryCustomTypeAction with checking for non-null required valuesbuilds OrderSetDeliveryCustomTypeAction without checking for non-null required valuesdeliveryId
(String deliveryId) id
of an existing Delivery.deliveryKey
(String deliveryKey) key
of an existing Delivery.fields
(FieldContainer fields) Sets the Custom Fields fields for the Delivery.Sets the Custom Fields fields for the Delivery.id
of an existing Delivery.key
of an existing Delivery.Sets the Custom Fields fields for the Delivery.getType()
Defines the Type that extends the Delivery with Custom Fields.of()
factory method for an instance of OrderSetDeliveryCustomTypeActionBuilderof
(OrderSetDeliveryCustomTypeAction template) create builder for OrderSetDeliveryCustomTypeAction instancetype
(TypeResourceIdentifier type) Defines the Type that extends the Delivery with Custom Fields.Defines the Type that extends the Delivery with Custom Fields.Sets the Custom Fields fields for the Delivery.Defines the Type that extends the Delivery with Custom Fields.
-
Constructor Details
-
OrderSetDeliveryCustomTypeActionBuilder
public OrderSetDeliveryCustomTypeActionBuilder()
-
-
Method Details
-
deliveryId
id
of an existing Delivery.Either
deliveryId
ordeliveryKey
must be provided.- Parameters:
deliveryId
- value to be set- Returns:
- Builder
-
deliveryKey
key
of an existing Delivery.Either
deliveryId
ordeliveryKey
must be provided.- Parameters:
deliveryKey
- value to be set- Returns:
- Builder
-
type
public OrderSetDeliveryCustomTypeActionBuilder type(Function<TypeResourceIdentifierBuilder, TypeResourceIdentifierBuilder> builder) Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.
- Parameters:
builder
- function to build the type value- Returns:
- Builder
-
withType
public OrderSetDeliveryCustomTypeActionBuilder withType(Function<TypeResourceIdentifierBuilder, TypeResourceIdentifier> builder) Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.
- Parameters:
builder
- function to build the type value- Returns:
- Builder
-
type
Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.
- Parameters:
type
- value to be set- Returns:
- Builder
-
fields
public OrderSetDeliveryCustomTypeActionBuilder fields(Function<FieldContainerBuilder, FieldContainerBuilder> builder) Sets the Custom Fields fields for the Delivery.
- Parameters:
builder
- function to build the fields value- Returns:
- Builder
-
withFields
public OrderSetDeliveryCustomTypeActionBuilder withFields(Function<FieldContainerBuilder, FieldContainer> builder) Sets the Custom Fields fields for the Delivery.
- Parameters:
builder
- function to build the fields value- Returns:
- Builder
-
fields
Sets the Custom Fields fields for the Delivery.
- Parameters:
fields
- value to be set- Returns:
- Builder
-
getDeliveryId
id
of an existing Delivery.Either
deliveryId
ordeliveryKey
must be provided.- Returns:
- deliveryId
-
getDeliveryKey
key
of an existing Delivery.Either
deliveryId
ordeliveryKey
must be provided.- Returns:
- deliveryKey
-
getType
Defines the Type that extends the Delivery with Custom Fields. If absent, any existing Type and Custom Fields are removed from the Delivery.
- Returns:
- type
-
getFields
Sets the Custom Fields fields for the Delivery.
- Returns:
- fields
-
build
builds OrderSetDeliveryCustomTypeAction with checking for non-null required values- Specified by:
build
in interfaceBuilder<OrderSetDeliveryCustomTypeAction>
- Returns:
- OrderSetDeliveryCustomTypeAction
-
buildUnchecked
builds OrderSetDeliveryCustomTypeAction without checking for non-null required values- Returns:
- OrderSetDeliveryCustomTypeAction
-
of
factory method for an instance of OrderSetDeliveryCustomTypeActionBuilder- Returns:
- builder
-
of
create builder for OrderSetDeliveryCustomTypeAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-