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