Class GraphQLMissingRoleOnChannelErrorBuilder

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

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

     GraphQLMissingRoleOnChannelError graphQLMissingRoleOnChannelError = GraphQLMissingRoleOnChannelError.builder()
             .missingRole(ChannelRoleEnum.INVENTORY_SUPPLY)
             .build()