Uses of Class
com.docusign.maestro.model.Participant
-
Packages that use Participant Package Description com.docusign.maestro.model -
-
Uses of Participant in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return Participant Modifier and Type Method Description ParticipantParticipant. participantEmail(String participantEmail)participantEmail.ParticipantParticipant. participantFirstName(String participantFirstName)participantFirstName.ParticipantParticipant. participantLastName(String participantLastName)participantLastName.ParticipantParticipant. participantRole(String participantRole)participantRole.Methods in com.docusign.maestro.model that return types with arguments of type Participant Modifier and Type Method Description Map<String,Participant>WorkflowDefinition. getParticipants()A DS Workflow participant record.Methods in com.docusign.maestro.model with parameters of type Participant Modifier and Type Method Description WorkflowDefinitionWorkflowDefinition. putParticipantsItem(String key, Participant participantsItem)putParticipantsItem.Method parameters in com.docusign.maestro.model with type arguments of type Participant Modifier and Type Method Description WorkflowDefinitionWorkflowDefinition. participants(Map<String,Participant> participants)participants.voidWorkflowDefinition. setParticipants(Map<String,Participant> participants)setParticipants.
-