Class GraphQLEnumKeyAlreadyExistsErrorBuilder

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

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

     GraphQLEnumKeyAlreadyExistsError graphQLEnumKeyAlreadyExistsError = GraphQLEnumKeyAlreadyExistsError.builder()
             .conflictingEnumKey("{conflictingEnumKey}")
             .conflictingAttributeName("{conflictingAttributeName}")
             .build()