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