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