Class CartSetBillingAddressCustomTypeActionBuilder
- All Implemented Interfaces:
Builder<CartSetBillingAddressCustomTypeAction>
Example to create an instance using the builder pattern
CartSetBillingAddressCustomTypeAction cartSetBillingAddressCustomTypeAction = CartSetBillingAddressCustomTypeAction.builder()
.build()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds CartSetBillingAddressCustomTypeAction with checking for non-null required valuesbuilds CartSetBillingAddressCustomTypeAction without checking for non-null required valuesfields
(FieldContainer fields) Sets the Custom Fields fields for thebillingAddress
.Sets the Custom Fields fields for thebillingAddress
.Sets the Custom Fields fields for thebillingAddress
.getType()
Defines the Type that extends thebillingAddress
with Custom Fields.of()
factory method for an instance of CartSetBillingAddressCustomTypeActionBuilderof
(CartSetBillingAddressCustomTypeAction template) create builder for CartSetBillingAddressCustomTypeAction instancetype
(TypeResourceIdentifier type) Defines the Type that extends thebillingAddress
with Custom Fields.Defines the Type that extends thebillingAddress
with Custom Fields.Sets the Custom Fields fields for thebillingAddress
.Defines the Type that extends thebillingAddress
with Custom Fields.
-
Constructor Details
-
CartSetBillingAddressCustomTypeActionBuilder
public CartSetBillingAddressCustomTypeActionBuilder()
-
-
Method Details
-
type
public CartSetBillingAddressCustomTypeActionBuilder type(Function<TypeResourceIdentifierBuilder, TypeResourceIdentifierBuilder> builder) Defines the Type that extends the
billingAddress
with Custom Fields. If absent, any existing Type and Custom Fields are removed from thebillingAddress
.- Parameters:
builder
- function to build the type value- Returns:
- Builder
-
withType
public CartSetBillingAddressCustomTypeActionBuilder withType(Function<TypeResourceIdentifierBuilder, TypeResourceIdentifier> builder) Defines the Type that extends the
billingAddress
with Custom Fields. If absent, any existing Type and Custom Fields are removed from thebillingAddress
.- Parameters:
builder
- function to build the type value- Returns:
- Builder
-
type
Defines the Type that extends the
billingAddress
with Custom Fields. If absent, any existing Type and Custom Fields are removed from thebillingAddress
.- Parameters:
type
- value to be set- Returns:
- Builder
-
fields
public CartSetBillingAddressCustomTypeActionBuilder fields(Function<FieldContainerBuilder, FieldContainerBuilder> builder) Sets the Custom Fields fields for the
billingAddress
.- Parameters:
builder
- function to build the fields value- Returns:
- Builder
-
withFields
public CartSetBillingAddressCustomTypeActionBuilder withFields(Function<FieldContainerBuilder, FieldContainer> builder) Sets the Custom Fields fields for the
billingAddress
.- Parameters:
builder
- function to build the fields value- Returns:
- Builder
-
fields
Sets the Custom Fields fields for the
billingAddress
.- Parameters:
fields
- value to be set- Returns:
- Builder
-
getType
Defines the Type that extends the
billingAddress
with Custom Fields. If absent, any existing Type and Custom Fields are removed from thebillingAddress
.- Returns:
- type
-
getFields
Sets the Custom Fields fields for the
billingAddress
.- Returns:
- fields
-
build
builds CartSetBillingAddressCustomTypeAction with checking for non-null required values- Specified by:
build
in interfaceBuilder<CartSetBillingAddressCustomTypeAction>
- Returns:
- CartSetBillingAddressCustomTypeAction
-
buildUnchecked
builds CartSetBillingAddressCustomTypeAction without checking for non-null required values- Returns:
- CartSetBillingAddressCustomTypeAction
-
of
factory method for an instance of CartSetBillingAddressCustomTypeActionBuilder- Returns:
- builder
-
of
public static CartSetBillingAddressCustomTypeActionBuilder of(CartSetBillingAddressCustomTypeAction template) create builder for CartSetBillingAddressCustomTypeAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-