Class InsufficientScopeErrorBuilder

java.lang.Object
com.commercetools.importapi.models.errors.InsufficientScopeErrorBuilder
All Implemented Interfaces:
Builder<InsufficientScopeError>

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

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

    • InsufficientScopeErrorBuilder

      public InsufficientScopeErrorBuilder()
  • Method Details