Package com.commercetools.api.models.me
Interface MyPaymentSetMethodInfoInterfaceAction
- All Superinterfaces:
MyPaymentUpdateAction
,ResourceUpdateAction<MyPaymentUpdateAction>
MyPaymentSetMethodInfoInterfaceAction
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyPaymentSetMethodInfoInterfaceAction myPaymentSetMethodInfoInterfaceAction = MyPaymentSetMethodInfoInterfaceAction.builder()
.interface("{interface}")
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for MyPaymentSetMethodInfoInterfaceAction -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for MyPaymentSetMethodInfoInterfaceActionbuilder
(MyPaymentSetMethodInfoInterfaceAction template) create builder for MyPaymentSetMethodInfoInterfaceAction instancefactory method to create a deep copy of MyPaymentSetMethodInfoInterfaceAction@NotNull String
Value to set.of()
factory methodof
(MyPaymentSetMethodInfoInterfaceAction template) factory method to create a shallow copy MyPaymentSetMethodInfoInterfaceActionvoid
setInterface
(String _interface) Value to set.static com.fasterxml.jackson.core.type.TypeReference<MyPaymentSetMethodInfoInterfaceAction>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.me.MyPaymentUpdateAction
getAction, withMyPaymentUpdateAction
Methods inherited from interface com.commercetools.api.models.ResourceUpdateAction
get
-
Field Details
-
SET_METHOD_INFO_INTERFACE
discriminator value for MyPaymentSetMethodInfoInterfaceAction- See Also:
-
-
Method Details
-
getInterface
Value to set. Once set, the
paymentInterface
of thepaymentMethodInfo
cannot be changed.- Returns:
- interface
-
setInterface
Value to set. Once set, the
paymentInterface
of thepaymentMethodInfo
cannot be changed.- Parameters:
_interface
- value to be set
-
of
factory method- Returns:
- instance of MyPaymentSetMethodInfoInterfaceAction
-
of
factory method to create a shallow copy MyPaymentSetMethodInfoInterfaceAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
@Nullable static MyPaymentSetMethodInfoInterfaceAction deepCopy(@Nullable MyPaymentSetMethodInfoInterfaceAction template) factory method to create a deep copy of MyPaymentSetMethodInfoInterfaceAction- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for MyPaymentSetMethodInfoInterfaceAction- Returns:
- builder
-
builder
static MyPaymentSetMethodInfoInterfaceActionBuilder builder(MyPaymentSetMethodInfoInterfaceAction template) create builder for MyPaymentSetMethodInfoInterfaceAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withMyPaymentSetMethodInfoInterfaceAction
default <T> T withMyPaymentSetMethodInfoInterfaceAction(Function<MyPaymentSetMethodInfoInterfaceAction, T> helper) accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
static com.fasterxml.jackson.core.type.TypeReference<MyPaymentSetMethodInfoInterfaceAction> typeReference()gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-