| Package | Description |
|---|---|
| com.google.api.services.admin.directory.model |
| Modifier and Type | Method and Description |
|---|---|
UserIm |
UserIm.clone() |
UserIm |
UserIm.set(String fieldName,
Object value) |
UserIm |
UserIm.setCustomProtocol(String customProtocol)
Custom protocol.
|
UserIm |
UserIm.setCustomType(String customType)
Custom type.
|
UserIm |
UserIm.setIm(String im)
Instant messenger id.
|
UserIm |
UserIm.setPrimary(Boolean primary)
If this is user's priamry im.
|
UserIm |
UserIm.setProtocol(String protocol)
Protocol used in the instant messenger.
|
UserIm |
UserIm.setType(String type)
Each entry can have a type which indicates standard types of that entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserIm> |
User.getIms()
User's Instant Messenger
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.setIms(List<UserIm> ims)
User's Instant Messenger
|