Package | Description |
---|---|
com.sap.cloud.sdk.services.scp.workflow.cf.model |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.addBccItem(String bccItem)
Add one Bcc instance to this
WorkflowInstanceExecutionLogRecipients . |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.addCcItem(String ccItem)
Add one Cc instance to this
WorkflowInstanceExecutionLogRecipients . |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.addIgnoredItem(String ignoredItem)
Add one Ignored instance to this
WorkflowInstanceExecutionLogRecipients . |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.addToItem(String toItem)
Add one To instance to this
WorkflowInstanceExecutionLogRecipients . |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.bcc(List<String> bcc)
Set the bcc of this
WorkflowInstanceExecutionLogRecipients instance and return the same instance. |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.cc(List<String> cc)
Set the cc of this
WorkflowInstanceExecutionLogRecipients instance and return the same instance. |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLog.getRecipients()
Get recipients
|
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.ignored(List<String> ignored)
Set the ignored of this
WorkflowInstanceExecutionLogRecipients instance and return the same instance. |
WorkflowInstanceExecutionLogRecipients |
WorkflowInstanceExecutionLogRecipients.to(List<String> to)
Set the to of this
WorkflowInstanceExecutionLogRecipients instance and return the same instance. |
Modifier and Type | Method and Description |
---|---|
WorkflowInstanceExecutionLog |
WorkflowInstanceExecutionLog.recipients(WorkflowInstanceExecutionLogRecipients recipients)
Set the recipients of this
WorkflowInstanceExecutionLog instance and return the same instance. |
void |
WorkflowInstanceExecutionLog.setRecipients(WorkflowInstanceExecutionLogRecipients recipients)
Set the recipients of this
WorkflowInstanceExecutionLog instance. |
Copyright © 2021 SAP SE. All rights reserved.