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