public class Outcome extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Outcome.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected CollaboratorVariable |
collaborators |
protected CompletionRuleVariable |
completionRule |
protected RoleVariable |
fileCollaboratorRole |
protected String |
id
ID of a specific outcome.
|
protected RoleVariable |
role |
protected CollaboratorVariable |
taskCollaborators |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
Outcome(Outcome.Builder builder) |
|
Outcome(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CollaboratorVariable |
getCollaborators() |
CompletionRuleVariable |
getCompletionRule() |
RoleVariable |
getFileCollaboratorRole() |
String |
getId() |
RoleVariable |
getRole() |
CollaboratorVariable |
getTaskCollaborators() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected CollaboratorVariable collaborators
protected CompletionRuleVariable completionRule
protected RoleVariable fileCollaboratorRole
protected CollaboratorVariable taskCollaborators
protected RoleVariable role
protected Outcome(Outcome.Builder builder)
public CollaboratorVariable getCollaborators()
public CompletionRuleVariable getCompletionRule()
public RoleVariable getFileCollaboratorRole()
public CollaboratorVariable getTaskCollaborators()
public RoleVariable getRole()