Interface GraphQLInvalidSubjectError
- All Superinterfaces:
GraphQLErrorObject
GraphQLInvalidSubjectError
Example to create an instance using the builder pattern
Example to create an instance using the builder pattern
GraphQLInvalidSubjectError graphQLInvalidSubjectError = GraphQLInvalidSubjectError.builder()
.build()
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
discriminator value for GraphQLInvalidSubjectError -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
builder factory method for GraphQLInvalidSubjectErrorbuilder
(GraphQLInvalidSubjectError template) create builder for GraphQLInvalidSubjectError instancestatic GraphQLInvalidSubjectError
deepCopy
(GraphQLInvalidSubjectError template) factory method to create a deep copy of GraphQLInvalidSubjectErrorstatic GraphQLInvalidSubjectError
of()
factory methodstatic GraphQLInvalidSubjectError
of
(GraphQLInvalidSubjectError template) factory method to create a shallow copy GraphQLInvalidSubjectErrorstatic com.fasterxml.jackson.core.type.TypeReference<GraphQLInvalidSubjectError>
gives a TypeReference for usage with Jackson DataBinddefault <T> T
accessor map functionMethods inherited from interface com.commercetools.api.models.error.GraphQLErrorObject
getCode, setValue, values, withGraphQLErrorObject
-
Field Details
-
INVALID_SUBJECT
discriminator value for GraphQLInvalidSubjectError- See Also:
-
-
Method Details
-
of
factory method- Returns:
- instance of GraphQLInvalidSubjectError
-
of
factory method to create a shallow copy GraphQLInvalidSubjectError- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
deepCopy
factory method to create a deep copy of GraphQLInvalidSubjectError- Parameters:
template
- instance to be copied- Returns:
- copy instance
-
builder
builder factory method for GraphQLInvalidSubjectError- Returns:
- builder
-
builder
create builder for GraphQLInvalidSubjectError instance- Parameters:
template
- instance with prefilled values for the builder- Returns:
- builder
-
withGraphQLInvalidSubjectError
accessor map function- Type Parameters:
T
- mapped type- Parameters:
helper
- function to map the object- Returns:
- mapped value
-
typeReference
gives a TypeReference for usage with Jackson DataBind- Returns:
- TypeReference
-