Uses of Class
com.docusign.esign.model.RecipientUpdateResponse
-
Packages that use RecipientUpdateResponse Package Description com.docusign.esign.model -
-
Uses of RecipientUpdateResponse in com.docusign.esign.model
Methods in com.docusign.esign.model that return RecipientUpdateResponse Modifier and Type Method Description RecipientUpdateResponseRecipientUpdateResponse. combined(String combined)combined.RecipientUpdateResponseRecipientUpdateResponse. errorDetails(ErrorDetails errorDetails)errorDetails.RecipientUpdateResponseRecipientUpdateResponse. recipientId(String recipientId)recipientId.RecipientUpdateResponseRecipientUpdateResponse. recipientIdGuid(String recipientIdGuid)recipientIdGuid.RecipientUpdateResponseRecipientUpdateResponse. tabs(Tabs tabs)tabs.Methods in com.docusign.esign.model that return types with arguments of type RecipientUpdateResponse Modifier and Type Method Description List<RecipientUpdateResponse>EnvelopeUpdateSummary. getRecipientUpdateResults().List<RecipientUpdateResponse>RecipientsUpdateSummary. getRecipientUpdateResults().List<RecipientUpdateResponse>TemplateUpdateSummary. getRecipientUpdateResults().Methods in com.docusign.esign.model with parameters of type RecipientUpdateResponse Modifier and Type Method Description EnvelopeUpdateSummaryEnvelopeUpdateSummary. addRecipientUpdateResultsItem(RecipientUpdateResponse recipientUpdateResultsItem)addRecipientUpdateResultsItem.RecipientsUpdateSummaryRecipientsUpdateSummary. addRecipientUpdateResultsItem(RecipientUpdateResponse recipientUpdateResultsItem)addRecipientUpdateResultsItem.TemplateUpdateSummaryTemplateUpdateSummary. addRecipientUpdateResultsItem(RecipientUpdateResponse recipientUpdateResultsItem)addRecipientUpdateResultsItem.Method parameters in com.docusign.esign.model with type arguments of type RecipientUpdateResponse Modifier and Type Method Description EnvelopeUpdateSummaryEnvelopeUpdateSummary. recipientUpdateResults(List<RecipientUpdateResponse> recipientUpdateResults)recipientUpdateResults.RecipientsUpdateSummaryRecipientsUpdateSummary. recipientUpdateResults(List<RecipientUpdateResponse> recipientUpdateResults)recipientUpdateResults.TemplateUpdateSummaryTemplateUpdateSummary. recipientUpdateResults(List<RecipientUpdateResponse> recipientUpdateResults)recipientUpdateResults.voidEnvelopeUpdateSummary. setRecipientUpdateResults(List<RecipientUpdateResponse> recipientUpdateResults)setRecipientUpdateResults.voidRecipientsUpdateSummary. setRecipientUpdateResults(List<RecipientUpdateResponse> recipientUpdateResults)setRecipientUpdateResults.voidTemplateUpdateSummary. setRecipientUpdateResults(List<RecipientUpdateResponse> recipientUpdateResults)setRecipientUpdateResults.
-