Class GraphQLCircularDependencyErrorBuilder
java.lang.Object
com.commercetools.api.models.error.GraphQLCircularDependencyErrorBuilder
- All Implemented Interfaces:
Builder<GraphQLCircularDependencyError>
public class GraphQLCircularDependencyErrorBuilder
extends Object
implements Builder<GraphQLCircularDependencyError>
GraphQLCircularDependencyErrorBuilder
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
GraphQLCircularDependencyError graphQLCircularDependencyError = GraphQLCircularDependencyError.builder()
.build()
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionError-specific additional fields.build()builds GraphQLCircularDependencyError with checking for non-null required valuesbuilds GraphQLCircularDependencyError without checking for non-null required valuesError-specific additional fields.of()factory method for an instance of GraphQLCircularDependencyErrorBuilderof(GraphQLCircularDependencyError template) create builder for GraphQLCircularDependencyError instanceError-specific additional fields.
-
Constructor Details
-
GraphQLCircularDependencyErrorBuilder
public GraphQLCircularDependencyErrorBuilder()
-
-
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 GraphQLCircularDependencyError with checking for non-null required values- Specified by:
buildin interfaceBuilder<GraphQLCircularDependencyError>- Returns:
- GraphQLCircularDependencyError
-
buildUnchecked
builds GraphQLCircularDependencyError without checking for non-null required values- Returns:
- GraphQLCircularDependencyError
-
of
factory method for an instance of GraphQLCircularDependencyErrorBuilder- Returns:
- builder
-
of
create builder for GraphQLCircularDependencyError instance- Parameters:
template- instance with prefilled values for the builder- Returns:
- builder
-