Class GraphQLAttributeNameDoesNotExistErrorBuilder

java.lang.Object
com.commercetools.api.models.error.GraphQLAttributeNameDoesNotExistErrorBuilder
All Implemented Interfaces:
Builder<GraphQLAttributeNameDoesNotExistError>

public class GraphQLAttributeNameDoesNotExistErrorBuilder extends Object implements Builder<GraphQLAttributeNameDoesNotExistError>
GraphQLAttributeNameDoesNotExistErrorBuilder
Example to create an instance using the builder pattern

     GraphQLAttributeNameDoesNotExistError graphQLAttributeNameDoesNotExistError = GraphQLAttributeNameDoesNotExistError.builder()
             .invalidAttributeName("{invalidAttributeName}")
             .build()