Class ExtensionSetExpansionPathsActionBuilder
java.lang.Object
com.commercetools.api.models.extension.ExtensionSetExpansionPathsActionBuilder
- All Implemented Interfaces:
Builder<ExtensionSetExpansionPathsAction>
public class ExtensionSetExpansionPathsActionBuilder
extends Object
implements Builder<ExtensionSetExpansionPathsAction>
ExtensionSetExpansionPathsActionBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
ExtensionSetExpansionPathsAction extensionSetExpansionPathsAction = ExtensionSetExpansionPathsAction.builder()
.plusExpansionPaths(expansionPathsBuilder -> expansionPathsBuilder)
.build()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()builds ExtensionSetExpansionPathsAction with checking for non-null required valuesbuilds ExtensionSetExpansionPathsAction without checking for non-null required valuesexpansionPaths(String... expansionPaths) Expansion paths used for reference expansion of the payload.expansionPaths(List<String> expansionPaths) Expansion paths used for reference expansion of the payload.Expansion paths used for reference expansion of the payload.of()factory method for an instance of ExtensionSetExpansionPathsActionBuilderof(ExtensionSetExpansionPathsAction template) create builder for ExtensionSetExpansionPathsAction instanceplusExpansionPaths(String... expansionPaths) Expansion paths used for reference expansion of the payload.
-
Constructor Details
-
ExtensionSetExpansionPathsActionBuilder
public ExtensionSetExpansionPathsActionBuilder()
-
-
Method Details
-
expansionPaths
Expansion paths used for reference expansion of the payload.
Be aware of the limits of this feature and its performance impact.
- Parameters:
expansionPaths- value to be set- Returns:
- Builder
-
expansionPaths
Expansion paths used for reference expansion of the payload.
Be aware of the limits of this feature and its performance impact.
- Parameters:
expansionPaths- value to be set- Returns:
- Builder
-
plusExpansionPaths
Expansion paths used for reference expansion of the payload.
Be aware of the limits of this feature and its performance impact.
- Parameters:
expansionPaths- value to be set- Returns:
- Builder
-
getExpansionPaths
Expansion paths used for reference expansion of the payload.
Be aware of the limits of this feature and its performance impact.
- Returns:
- expansionPaths
-
build
builds ExtensionSetExpansionPathsAction with checking for non-null required values- Specified by:
buildin interfaceBuilder<ExtensionSetExpansionPathsAction>- Returns:
- ExtensionSetExpansionPathsAction
-
buildUnchecked
builds ExtensionSetExpansionPathsAction without checking for non-null required values- Returns:
- ExtensionSetExpansionPathsAction
-
of
factory method for an instance of ExtensionSetExpansionPathsActionBuilder- Returns:
- builder
-
of
create builder for ExtensionSetExpansionPathsAction instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-