Class GraphQLPendingOperationErrorBuilder

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

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

     GraphQLPendingOperationError graphQLPendingOperationError = GraphQLPendingOperationError.builder()
             .build()