public class UserCollaborations extends UserBase
| Modifier and Type | Class and Description |
|---|---|
static class |
UserCollaborations.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isActive
If set to `false`, the user is either deactivated or deleted.
|
protected String |
login
The primary email address of this user.
|
protected String |
name
The display name of this user.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UserCollaborations(String id) |
protected |
UserCollaborations(UserCollaborations.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getIsActive() |
String |
getLogin() |
String |
getName() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String name
protected String login
public UserCollaborations(String id)
protected UserCollaborations(UserCollaborations.Builder builder)
public Boolean getIsActive()