Class AssociateRoleAssignmentDraftBuilder

java.lang.Object
com.commercetools.api.models.business_unit.AssociateRoleAssignmentDraftBuilder
All Implemented Interfaces:
Builder<AssociateRoleAssignmentDraft>

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

     AssociateRoleAssignmentDraft associateRoleAssignmentDraft = AssociateRoleAssignmentDraft.builder()
             .associateRole(associateRoleBuilder -> associateRoleBuilder)
             .build()