Class GraphQLMissingDependencyErrorBuilder
java.lang.Object
com.commercetools.api.models.error.GraphQLMissingDependencyErrorBuilder
- All Implemented Interfaces:
Builder<GraphQLMissingDependencyError>
public class GraphQLMissingDependencyErrorBuilder
extends Object
implements Builder<GraphQLMissingDependencyError>
GraphQLMissingDependencyErrorBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
GraphQLMissingDependencyError graphQLMissingDependencyError = GraphQLMissingDependencyError.builder()
.build()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionError-specific additional fields.build()builds GraphQLMissingDependencyError with checking for non-null required valuesbuilds GraphQLMissingDependencyError without checking for non-null required valuesError-specific additional fields.of()factory method for an instance of GraphQLMissingDependencyErrorBuilderof(GraphQLMissingDependencyError template) create builder for GraphQLMissingDependencyError instanceError-specific additional fields.
-
Constructor Details
-
GraphQLMissingDependencyErrorBuilder
public GraphQLMissingDependencyErrorBuilder()
-
-
Method Details
-
values
Error-specific additional fields.
- Parameters:
values- properties to be set- Returns:
- Builder
-
addValue
Error-specific additional fields.
- Parameters:
key- property namevalue- property value- Returns:
- Builder
-
getValues
Error-specific additional fields.
- Returns:
- pattern properties
-
build
builds GraphQLMissingDependencyError with checking for non-null required values- Specified by:
buildin interfaceBuilder<GraphQLMissingDependencyError>- Returns:
- GraphQLMissingDependencyError
-
buildUnchecked
builds GraphQLMissingDependencyError without checking for non-null required values- Returns:
- GraphQLMissingDependencyError
-
of
factory method for an instance of GraphQLMissingDependencyErrorBuilder- Returns:
- builder
-
of
create builder for GraphQLMissingDependencyError instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-