| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
UserExternalId |
UserExternalId.clone() |
UserExternalId |
UserExternalId.set(String fieldName,
Object value) |
UserExternalId |
UserExternalId.setCustomType(String customType)
Custom type.
|
UserExternalId |
UserExternalId.setType(String type)
The type of the Id.
|
UserExternalId |
UserExternalId.setValue(String value)
The value of the id.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserExternalId> |
User.getExternalIds()
The external Ids of User *
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setExternalIds(List<UserExternalId> externalIds)
The external Ids of User *
|