Class AssociateRoleAssignmentDraftBuilder

java.lang.Object
com.commercetools.api.models.business_unit.AssociateRoleAssignmentDraftBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<AssociateRoleAssignmentDraft>

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

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