| Package | Description |
|---|---|
| com.google.api.services.people.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SipAddress |
SipAddress.clone() |
SipAddress |
SipAddress.set(String fieldName,
Object value) |
SipAddress |
SipAddress.setFormattedType(String formattedType)
Output only.
|
SipAddress |
SipAddress.setMetadata(FieldMetadata metadata)
Metadata about the SIP address.
|
SipAddress |
SipAddress.setType(String type)
The type of the SIP address.
|
SipAddress |
SipAddress.setValue(String value)
The SIP address in the [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP
URI format.
|
| Modifier and Type | Method and Description |
|---|---|
List<SipAddress> |
Person.getSipAddresses()
The person's SIP addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.setSipAddresses(List<SipAddress> sipAddresses)
The person's SIP addresses.
|
Copyright © 2011–2025 Google. All rights reserved.