Class ShippingMethodAddZoneChangeBuilder
java.lang.Object
com.commercetools.history.models.change.ShippingMethodAddZoneChangeBuilder
- All Implemented Interfaces:
Builder<ShippingMethodAddZoneChange>
public class ShippingMethodAddZoneChangeBuilder
extends Object
implements Builder<ShippingMethodAddZoneChange>
ShippingMethodAddZoneChangeBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
ShippingMethodAddZoneChange shippingMethodAddZoneChange = ShippingMethodAddZoneChange.builder()
.change("{change}")
.nextValue(nextValueBuilder -> nextValueBuilder)
.build()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()builds ShippingMethodAddZoneChange with checking for non-null required valuesbuilds ShippingMethodAddZoneChange without checking for non-null required valuesset the value to the changevalue of change}Value after the change.Value after the change.nextValue(Function<ReferenceBuilder, Builder<? extends Reference>> builder) Value after the change.of()factory method for an instance of ShippingMethodAddZoneChangeBuilderof(ShippingMethodAddZoneChange template) create builder for ShippingMethodAddZoneChange instance
-
Constructor Details
-
ShippingMethodAddZoneChangeBuilder
public ShippingMethodAddZoneChangeBuilder()
-
-
Method Details
-
change
set the value to the change- Parameters:
change- value to be set- Returns:
- Builder
-
nextValue
Value after the change.
- Parameters:
nextValue- value to be set- Returns:
- Builder
-
nextValue
public ShippingMethodAddZoneChangeBuilder nextValue(Function<ReferenceBuilder, Builder<? extends Reference>> builder) Value after the change.
- Parameters:
builder- function to build the nextValue value- Returns:
- Builder
-
getChange
value of change}- Returns:
- change
-
getNextValue
Value after the change.
- Returns:
- nextValue
-
build
builds ShippingMethodAddZoneChange with checking for non-null required values- Specified by:
buildin interfaceBuilder<ShippingMethodAddZoneChange>- Returns:
- ShippingMethodAddZoneChange
-
buildUnchecked
builds ShippingMethodAddZoneChange without checking for non-null required values- Returns:
- ShippingMethodAddZoneChange
-
of
factory method for an instance of ShippingMethodAddZoneChangeBuilder- Returns:
- builder
-
of
create builder for ShippingMethodAddZoneChange instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-