Package com.commercetools.api.models.me
Class MyPaymentSetMethodInfoInterfaceAccountActionBuilder
java.lang.Object
com.commercetools.api.models.me.MyPaymentSetMethodInfoInterfaceAccountActionBuilder
- All Implemented Interfaces:
Builder<MyPaymentSetMethodInfoInterfaceAccountAction>
public class MyPaymentSetMethodInfoInterfaceAccountActionBuilder
extends Object
implements Builder<MyPaymentSetMethodInfoInterfaceAccountAction>
MyPaymentSetMethodInfoInterfaceAccountActionBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyPaymentSetMethodInfoInterfaceAccountAction myPaymentSetMethodInfoInterfaceAccountAction = MyPaymentSetMethodInfoInterfaceAccountAction.builder()
.build()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()builds MyPaymentSetMethodInfoInterfaceAccountAction with checking for non-null required valuesbuilds MyPaymentSetMethodInfoInterfaceAccountAction without checking for non-null required valuesNew account or instance of the payment interface.interfaceAccount(String interfaceAccount) New account or instance of the payment interface.of()factory method for an instance of MyPaymentSetMethodInfoInterfaceAccountActionBuildercreate builder for MyPaymentSetMethodInfoInterfaceAccountAction instance
-
Constructor Details
-
MyPaymentSetMethodInfoInterfaceAccountActionBuilder
public MyPaymentSetMethodInfoInterfaceAccountActionBuilder()
-
-
Method Details
-
interfaceAccount
public MyPaymentSetMethodInfoInterfaceAccountActionBuilder interfaceAccount(@Nullable String interfaceAccount) New account or instance of the payment interface. If empty, any existing value will be removed.
- Parameters:
interfaceAccount- value to be set- Returns:
- Builder
-
getInterfaceAccount
New account or instance of the payment interface. If empty, any existing value will be removed.
- Returns:
- interfaceAccount
-
build
builds MyPaymentSetMethodInfoInterfaceAccountAction with checking for non-null required values- Specified by:
buildin interfaceBuilder<MyPaymentSetMethodInfoInterfaceAccountAction>- Returns:
- MyPaymentSetMethodInfoInterfaceAccountAction
-
buildUnchecked
builds MyPaymentSetMethodInfoInterfaceAccountAction without checking for non-null required values- Returns:
- MyPaymentSetMethodInfoInterfaceAccountAction
-
of
factory method for an instance of MyPaymentSetMethodInfoInterfaceAccountActionBuilder- Returns:
- builder
-
of
public static MyPaymentSetMethodInfoInterfaceAccountActionBuilder of(MyPaymentSetMethodInfoInterfaceAccountAction template) create builder for MyPaymentSetMethodInfoInterfaceAccountAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-