static ProxySession.Builder |
ProxySession.builder() |
|
ProxySession.Builder |
ProxySession.Builder.capabilities(Collection<Capability> capabilities) |
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.capabilities(Capability... capabilities) |
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.capabilitiesWithStrings(String... capabilities) |
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.capabilitiesWithStrings(Collection<String> capabilities) |
The proxy session capabilities.
|
ProxySession.Builder |
ProxySession.Builder.createdTimestamp(Instant createdTimestamp) |
The created time stamp, in ISO 8601 format.
|
ProxySession.Builder |
ProxySession.Builder.endedTimestamp(Instant endedTimestamp) |
The ended time stamp, in ISO 8601 format.
|
ProxySession.Builder |
ProxySession.Builder.expiryMinutes(Integer expiryMinutes) |
The number of minutes allowed for the proxy session.
|
ProxySession.Builder |
ProxySession.Builder.geoMatchLevel(String geoMatchLevel) |
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
ProxySession.Builder |
ProxySession.Builder.geoMatchLevel(GeoMatchLevel geoMatchLevel) |
The preference for matching the country or area code of the proxy phone number with that of the first
participant.
|
default ProxySession.Builder |
ProxySession.Builder.geoMatchParams(Consumer<GeoMatchParams.Builder> geoMatchParams) |
The country and area code for the proxy phone number.
|
ProxySession.Builder |
ProxySession.Builder.geoMatchParams(GeoMatchParams geoMatchParams) |
The country and area code for the proxy phone number.
|
ProxySession.Builder |
ProxySession.Builder.name(String name) |
The proxy session name.
|
ProxySession.Builder |
ProxySession.Builder.numberSelectionBehavior(String numberSelectionBehavior) |
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession.Builder |
ProxySession.Builder.numberSelectionBehavior(NumberSelectionBehavior numberSelectionBehavior) |
The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.
|
ProxySession.Builder |
ProxySession.Builder.participants(Collection<Participant> participants) |
The proxy session participants.
|
ProxySession.Builder |
ProxySession.Builder.participants(Consumer<Participant.Builder>... participants) |
The proxy session participants.
|
ProxySession.Builder |
ProxySession.Builder.participants(Participant... participants) |
The proxy session participants.
|
ProxySession.Builder |
ProxySession.Builder.proxySessionId(String proxySessionId) |
The proxy session ID.
|
ProxySession.Builder |
ProxySession.Builder.status(String status) |
The proxy session status.
|
ProxySession.Builder |
ProxySession.Builder.status(ProxySessionStatus status) |
The proxy session status.
|
ProxySession.Builder |
ProxySession.toBuilder() |
|
ProxySession.Builder |
ProxySession.Builder.updatedTimestamp(Instant updatedTimestamp) |
The updated time stamp, in ISO 8601 format.
|
ProxySession.Builder |
ProxySession.Builder.voiceConnectorId(String voiceConnectorId) |
The Voice Connector ID.
|