Class GraphQLEnumKeyDoesNotExistErrorBuilder

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

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

     GraphQLEnumKeyDoesNotExistError graphQLEnumKeyDoesNotExistError = GraphQLEnumKeyDoesNotExistError.builder()
             .conflictingEnumKey("{conflictingEnumKey}")
             .conflictingAttributeName("{conflictingAttributeName}")
             .build()
 
  • Constructor Details

    • GraphQLEnumKeyDoesNotExistErrorBuilder

      public GraphQLEnumKeyDoesNotExistErrorBuilder()
  • Method Details