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(java.lang.String combined)combined.RecipientUpdateResponseRecipientUpdateResponse. errorDetails(ErrorDetails errorDetails)errorDetails.RecipientUpdateResponseRecipientUpdateResponse. recipientId(java.lang.String recipientId)recipientId.RecipientUpdateResponseRecipientUpdateResponse. recipientIdGuid(java.lang.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 java.util.List<RecipientUpdateResponse>EnvelopeUpdateSummary. getRecipientUpdateResults().java.util.List<RecipientUpdateResponse>RecipientsUpdateSummary. getRecipientUpdateResults().java.util.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(java.util.List<RecipientUpdateResponse> recipientUpdateResults)recipientUpdateResults.RecipientsUpdateSummaryRecipientsUpdateSummary. recipientUpdateResults(java.util.List<RecipientUpdateResponse> recipientUpdateResults)recipientUpdateResults.TemplateUpdateSummaryTemplateUpdateSummary. recipientUpdateResults(java.util.List<RecipientUpdateResponse> recipientUpdateResults)recipientUpdateResults.voidEnvelopeUpdateSummary. setRecipientUpdateResults(java.util.List<RecipientUpdateResponse> recipientUpdateResults)setRecipientUpdateResults.voidRecipientsUpdateSummary. setRecipientUpdateResults(java.util.List<RecipientUpdateResponse> recipientUpdateResults)setRecipientUpdateResults.voidTemplateUpdateSummary. setRecipientUpdateResults(java.util.List<RecipientUpdateResponse> recipientUpdateResults)setRecipientUpdateResults.
-