Class InvalidScopeErrorBuilder

java.lang.Object
com.commercetools.importapi.models.errors.InvalidScopeErrorBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<InvalidScopeError>

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

     InvalidScopeError invalidScopeError = InvalidScopeError.builder()
             .message("{message}")
             .build()