Class InsufficientScopeErrorBuilder

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

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

     InsufficientScopeError insufficientScopeError = InsufficientScopeError.builder()
             .message("{message}")
             .build()