public class CreateCollaborationRequestBodyAccessibleByField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateCollaborationRequestBodyAccessibleByField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The ID of the user or group.
|
protected String |
login
The email address of the user to grant access to the item.
|
protected EnumWrapper<CreateCollaborationRequestBodyAccessibleByTypeField> |
type
The type of collaborator to invite.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
CreateCollaborationRequestBodyAccessibleByField(CreateCollaborationRequestBodyAccessibleByField.Builder builder) |
|
CreateCollaborationRequestBodyAccessibleByField(CreateCollaborationRequestBodyAccessibleByTypeField type) |
|
CreateCollaborationRequestBodyAccessibleByField(EnumWrapper<CreateCollaborationRequestBodyAccessibleByTypeField> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getLogin() |
EnumWrapper<CreateCollaborationRequestBodyAccessibleByTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final EnumWrapper<CreateCollaborationRequestBodyAccessibleByTypeField> type
protected String id
Alternatively, use `login` to specify a user by email address.
public CreateCollaborationRequestBodyAccessibleByField(CreateCollaborationRequestBodyAccessibleByTypeField type)
public CreateCollaborationRequestBodyAccessibleByField(EnumWrapper<CreateCollaborationRequestBodyAccessibleByTypeField> type)
protected CreateCollaborationRequestBodyAccessibleByField(CreateCollaborationRequestBodyAccessibleByField.Builder builder)
public EnumWrapper<CreateCollaborationRequestBodyAccessibleByTypeField> getType()