public class UserIntegrationMappings extends UserBase
| Modifier and Type | Class and Description |
|---|---|
static class |
UserIntegrationMappings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
login
The primary email address of this user.
|
protected String |
name
The display name of this user.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UserIntegrationMappings(String id) |
protected |
UserIntegrationMappings(UserIntegrationMappings.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLogin() |
String |
getName() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic UserIntegrationMappings(String id)
protected UserIntegrationMappings(UserIntegrationMappings.Builder builder)