Class GraphQLEnumKeyAlreadyExistsErrorBuilder

java.lang.Object
com.commercetools.api.models.error.GraphQLEnumKeyAlreadyExistsErrorBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<GraphQLEnumKeyAlreadyExistsError>

public class GraphQLEnumKeyAlreadyExistsErrorBuilder extends Object implements io.vrap.rmf.base.client.Builder<GraphQLEnumKeyAlreadyExistsError>
GraphQLEnumKeyAlreadyExistsErrorBuilder
Example to create an instance using the builder pattern

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