public static interface Credential.Builder extends SdkPojo, CopyableBuilder<Credential.Builder,Credential>
| Modifier and Type | Method and Description |
|---|---|
Credential.Builder |
password(String password)
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
|
Credential.Builder |
username(String username)
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCredential.Builder username(String username)
The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
username - The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.Credential.Builder password(String password)
The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
password - The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.Copyright © 2022. All rights reserved.