| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ImClient |
ImClient.clone() |
ImClient |
ImClient.set(java.lang.String fieldName,
java.lang.Object value) |
ImClient |
ImClient.setFormattedProtocol(java.lang.String formattedProtocol)
The read-only protocol of the IM client formatted in the viewer's account locale or the
`Accept-Language` HTTP header locale.
|
ImClient |
ImClient.setFormattedType(java.lang.String formattedType)
The read-only type of the IM client translated and formatted in the viewer's account locale or
the `Accept-Language` HTTP header locale.
|
ImClient |
ImClient.setMetadata(FieldMetadata metadata)
Metadata about the IM client.
|
ImClient |
ImClient.setProtocol(java.lang.String protocol)
The protocol of the IM client.
|
ImClient |
ImClient.setType(java.lang.String type)
The type of the IM client.
|
ImClient |
ImClient.setUsername(java.lang.String username)
The user name used in the IM client.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ImClient> |
Person.getImClients()
The person's instant messaging clients.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setImClients(java.util.List<ImClient> imClients)
The person's instant messaging clients.
|