Class GraphQLExternalOAuthFailedErrorBuilder

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

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

     GraphQLExternalOAuthFailedError graphQLExternalOAuthFailedError = GraphQLExternalOAuthFailedError.builder()
             .build()