Package com.commercetools.api.models.me
Class MyQuoteRequestCancelActionBuilder
java.lang.Object
com.commercetools.api.models.me.MyQuoteRequestCancelActionBuilder
- All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyQuoteRequestCancelAction>
public class MyQuoteRequestCancelActionBuilder
extends Object
implements io.vrap.rmf.base.client.Builder<MyQuoteRequestCancelAction>
MyQuoteRequestCancelActionBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
MyQuoteRequestCancelAction myQuoteRequestCancelAction = MyQuoteRequestCancelAction.builder()
.build()
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds MyQuoteRequestCancelAction with checking for non-null required valuesbuilds MyQuoteRequestCancelAction without checking for non-null required valuesof()
factory method for an instance of MyQuoteRequestCancelActionBuilderof
(MyQuoteRequestCancelAction template) create builder for MyQuoteRequestCancelAction instance
-
Constructor Details
-
MyQuoteRequestCancelActionBuilder
public MyQuoteRequestCancelActionBuilder()
-
-
Method Details
-
build
builds MyQuoteRequestCancelAction with checking for non-null required values- Specified by:
build
in interfaceio.vrap.rmf.base.client.Builder<MyQuoteRequestCancelAction>
- Returns:
- MyQuoteRequestCancelAction
-
buildUnchecked
builds MyQuoteRequestCancelAction without checking for non-null required values- Returns:
- MyQuoteRequestCancelAction
-
of
factory method for an instance of MyQuoteRequestCancelActionBuilder- Returns:
- builder
-
of
create builder for MyQuoteRequestCancelAction instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-