Interface AssociateRoleAssignmentDraft

All Superinterfaces:
io.vrap.rmf.base.client.Draft<AssociateRoleAssignmentDraft>
All Known Implementing Classes:
AssociateRoleAssignmentDraftImpl

public interface AssociateRoleAssignmentDraft extends io.vrap.rmf.base.client.Draft<AssociateRoleAssignmentDraft>
AssociateRoleAssignmentDraft
Example to create an instance using the builder pattern

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