public class CollaboratorVariable extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaboratorVariable.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<CollaboratorVariableTypeField> |
type
Collaborator object type.
|
protected EnumWrapper<CollaboratorVariableVariableTypeField> |
variableType
Variable type for the Collaborator object.
|
protected List<CollaboratorVariableVariableValueField> |
variableValue
A list of user IDs.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
CollaboratorVariable(CollaboratorVariable.Builder builder) |
|
CollaboratorVariable(List<CollaboratorVariableVariableValueField> variableValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnumWrapper<CollaboratorVariableTypeField> |
getType() |
EnumWrapper<CollaboratorVariableVariableTypeField> |
getVariableType() |
List<CollaboratorVariableVariableValueField> |
getVariableValue() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<CollaboratorVariableTypeField> type
protected EnumWrapper<CollaboratorVariableVariableTypeField> variableType
protected final List<CollaboratorVariableVariableValueField> variableValue
public CollaboratorVariable(List<CollaboratorVariableVariableValueField> variableValue)
protected CollaboratorVariable(CollaboratorVariable.Builder builder)
public EnumWrapper<CollaboratorVariableTypeField> getType()
public EnumWrapper<CollaboratorVariableVariableTypeField> getVariableType()
public List<CollaboratorVariableVariableValueField> getVariableValue()