Package com.commercetools.api.models.me
Class MyCustomerSetVatIdActionBuilder
java.lang.Object
com.commercetools.api.models.me.MyCustomerSetVatIdActionBuilder
- All Implemented Interfaces:
Builder<MyCustomerSetVatIdAction>
public class MyCustomerSetVatIdActionBuilder
extends Object
implements Builder<MyCustomerSetVatIdAction>
MyCustomerSetVatIdActionBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyCustomerSetVatIdAction myCustomerSetVatIdAction = MyCustomerSetVatIdAction.builder()
.build()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds MyCustomerSetVatIdAction with checking for non-null required valuesbuilds MyCustomerSetVatIdAction without checking for non-null required valuesgetVatId()
Value to set.of()
factory method for an instance of MyCustomerSetVatIdActionBuilderof
(MyCustomerSetVatIdAction template) create builder for MyCustomerSetVatIdAction instanceValue to set.
-
Constructor Details
-
MyCustomerSetVatIdActionBuilder
public MyCustomerSetVatIdActionBuilder()
-
-
Method Details
-
vatId
Value to set. If empty, any existing value is removed.
- Parameters:
vatId
- value to be set- Returns:
- Builder
-
getVatId
Value to set. If empty, any existing value is removed.
- Returns:
- vatId
-
build
builds MyCustomerSetVatIdAction with checking for non-null required values- Specified by:
build
in interfaceBuilder<MyCustomerSetVatIdAction>
- Returns:
- MyCustomerSetVatIdAction
-
buildUnchecked
builds MyCustomerSetVatIdAction without checking for non-null required values- Returns:
- MyCustomerSetVatIdAction
-
of
factory method for an instance of MyCustomerSetVatIdActionBuilder- Returns:
- builder
-
of
create builder for MyCustomerSetVatIdAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-