| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
UserRelation |
UserRelation.clone() |
UserRelation |
UserRelation.set(String fieldName,
Object value) |
UserRelation |
UserRelation.setCustomType(String customType)
Custom Type.
|
UserRelation |
UserRelation.setType(String type)
The relation of the user.
|
UserRelation |
UserRelation.setValue(String value)
The name of the relation.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserRelation> |
User.getRelations()
The Relations of User *
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setRelations(List<UserRelation> relations)
The Relations of User *
|