| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
UserPhone |
UserPhone.clone() |
UserPhone |
UserPhone.set(String fieldName,
Object value) |
UserPhone |
UserPhone.setCustomType(String customType)
Custom Type.
|
UserPhone |
UserPhone.setPrimary(Boolean primary)
If this is user's primary phone or not.
|
UserPhone |
UserPhone.setType(String type)
Each entry can have a type which indicates standard types of that entry.
|
UserPhone |
UserPhone.setValue(String value)
Phone number.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserPhone> |
User.getPhones()
Phone numbers of User
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setPhones(List<UserPhone> phones)
Phone numbers of User
|