Package com.bandwidth.sdk.model
Class UpdateConference
java.lang.Object
com.bandwidth.sdk.model.UpdateConference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.6.0")
public class UpdateConference
extends Object
UpdateConference
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
fallbackPassword
(String fallbackPassword) fallbackUsername
(String fallbackUsername) static UpdateConference
Create an instance of UpdateConference given an JSON stringReturn the additional (undeclared) property.Return the additional (undeclared) property with the specified name.Basic auth password.Basic auth username.Basic auth password.Get redirectFallbackMethodA fallback url which, if provided, will be used to retry the `conferenceRedirect` webhook delivery in case `redirectUrl` fails to respond.Get redirectMethodThe URL to send the [conferenceRedirect](/docs/voice/webhooks/conferenceRedirect) event which will provide new BXML.Get statusBasic auth username.int
hashCode()
putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.redirectFallbackMethod
(RedirectMethodEnum redirectFallbackMethod) redirectFallbackUrl
(URI redirectFallbackUrl) redirectMethod
(RedirectMethodEnum redirectMethod) redirectUrl
(URI redirectUrl) void
setFallbackPassword
(String fallbackPassword) void
setFallbackUsername
(String fallbackUsername) void
setPassword
(String password) void
setRedirectFallbackMethod
(RedirectMethodEnum redirectFallbackMethod) void
setRedirectFallbackUrl
(URI redirectFallbackUrl) void
setRedirectMethod
(RedirectMethodEnum redirectMethod) void
setRedirectUrl
(URI redirectUrl) void
setStatus
(ConferenceStateEnum status) void
setUsername
(String username) status
(ConferenceStateEnum status) toJson()
Convert an instance of UpdateConference to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_REDIRECT_URL
- See Also:
-
SERIALIZED_NAME_REDIRECT_METHOD
- See Also:
-
SERIALIZED_NAME_USERNAME
- See Also:
-
SERIALIZED_NAME_PASSWORD
- See Also:
-
SERIALIZED_NAME_REDIRECT_FALLBACK_URL
- See Also:
-
SERIALIZED_NAME_REDIRECT_FALLBACK_METHOD
- See Also:
-
SERIALIZED_NAME_FALLBACK_USERNAME
- See Also:
-
SERIALIZED_NAME_FALLBACK_PASSWORD
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
UpdateConference
public UpdateConference()
-
-
Method Details
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
redirectUrl
-
getRedirectUrl
The URL to send the [conferenceRedirect](/docs/voice/webhooks/conferenceRedirect) event which will provide new BXML. Not allowed if `state` is `completed`, but required if `state` is `active`.- Returns:
- redirectUrl
-
setRedirectUrl
-
redirectMethod
-
getRedirectMethod
Get redirectMethod- Returns:
- redirectMethod
-
setRedirectMethod
-
username
-
getUsername
Basic auth username.- Returns:
- username
-
setUsername
-
password
-
getPassword
Basic auth password.- Returns:
- password
-
setPassword
-
redirectFallbackUrl
-
getRedirectFallbackUrl
A fallback url which, if provided, will be used to retry the `conferenceRedirect` webhook delivery in case `redirectUrl` fails to respond. Not allowed if `state` is `completed`.- Returns:
- redirectFallbackUrl
-
setRedirectFallbackUrl
-
redirectFallbackMethod
-
getRedirectFallbackMethod
Get redirectFallbackMethod- Returns:
- redirectFallbackMethod
-
setRedirectFallbackMethod
-
fallbackUsername
-
getFallbackUsername
Basic auth username.- Returns:
- fallbackUsername
-
setFallbackUsername
-
fallbackPassword
-
getFallbackPassword
Basic auth password.- Returns:
- fallbackPassword
-
setFallbackPassword
-
putAdditionalProperty
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key
- name of the propertyvalue
- value of the property- Returns:
- the UpdateConference instance itself
-
getAdditionalProperties
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
Return the additional (undeclared) property with the specified name.- Parameters:
key
- name of the property- Returns:
- an object
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to UpdateConference
-
fromJson
Create an instance of UpdateConference given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of UpdateConference
- Throws:
IOException
- if the JSON string is invalid with respect to UpdateConference
-
toJson
Convert an instance of UpdateConference to an JSON string- Returns:
- JSON string
-