public static interface SipAddress.Builder extends SdkPojo, CopyableBuilder<SipAddress.Builder,SipAddress>
| Modifier and Type | Method and Description |
|---|---|
SipAddress.Builder |
type(SipType type)
The type of the SIP address.
|
SipAddress.Builder |
type(String type)
The type of the SIP address.
|
SipAddress.Builder |
uri(String uri)
The URI for the SIP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSipAddress.Builder uri(String uri)
The URI for the SIP address.
uri - The URI for the SIP address.SipAddress.Builder type(String type)
The type of the SIP address.
SipAddress.Builder type(SipType type)
The type of the SIP address.
Copyright © 2023. All rights reserved.