Class GraphQLProjectNotConfiguredForLanguagesErrorBuilder

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

GraphQLProjectNotConfiguredForLanguagesErrorBuilder
Example to create an instance using the builder pattern

     GraphQLProjectNotConfiguredForLanguagesError graphQLProjectNotConfiguredForLanguagesError = GraphQLProjectNotConfiguredForLanguagesError.builder()
             .build()