Package com.bandwidth.voice.models
Class ModifyConferenceRequest
- java.lang.Object
-
- com.bandwidth.voice.models.ModifyConferenceRequest
-
public class ModifyConferenceRequest extends Object
This is a model class for ModifyConferenceRequest type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ModifyConferenceRequest.Builder
Class to build instances ofModifyConferenceRequest
.
-
Constructor Summary
Constructors Modifier Constructor Description ModifyConferenceRequest()
Default constructor.protected
ModifyConferenceRequest(StatusEnum status, OptionalNullable<String> redirectUrl, OptionalNullable<String> redirectFallbackUrl, OptionalNullable<RedirectMethodEnum> redirectMethod, OptionalNullable<RedirectFallbackMethodEnum> redirectFallbackMethod, OptionalNullable<String> username, OptionalNullable<String> password, OptionalNullable<String> fallbackUsername, OptionalNullable<String> fallbackPassword)
Internal initialization constructor.ModifyConferenceRequest(StatusEnum status, String redirectUrl, String redirectFallbackUrl, RedirectMethodEnum redirectMethod, RedirectFallbackMethodEnum redirectFallbackMethod, String username, String password, String fallbackUsername, String fallbackPassword)
Initialization constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFallbackPassword()
Getter for FallbackPassword.String
getFallbackUsername()
Getter for FallbackUsername.String
getPassword()
Getter for Password.RedirectFallbackMethodEnum
getRedirectFallbackMethod()
Getter for RedirectFallbackMethod.String
getRedirectFallbackUrl()
Getter for RedirectFallbackUrl.RedirectMethodEnum
getRedirectMethod()
Getter for RedirectMethod.String
getRedirectUrl()
Getter for RedirectUrl.StatusEnum
getStatus()
Getter for Status.String
getUsername()
Getter for Username.protected OptionalNullable<String>
internalGetFallbackPassword()
Internal Getter for FallbackPassword.protected OptionalNullable<String>
internalGetFallbackUsername()
Internal Getter for FallbackUsername.protected OptionalNullable<String>
internalGetPassword()
Internal Getter for Password.protected OptionalNullable<RedirectFallbackMethodEnum>
internalGetRedirectFallbackMethod()
Internal Getter for RedirectFallbackMethod.protected OptionalNullable<String>
internalGetRedirectFallbackUrl()
Internal Getter for RedirectFallbackUrl.protected OptionalNullable<RedirectMethodEnum>
internalGetRedirectMethod()
Internal Getter for RedirectMethod.protected OptionalNullable<String>
internalGetRedirectUrl()
Internal Getter for RedirectUrl.protected OptionalNullable<String>
internalGetUsername()
Internal Getter for Username.void
setFallbackPassword(String fallbackPassword)
Setter for FallbackPassword.void
setFallbackUsername(String fallbackUsername)
Setter for FallbackUsername.void
setPassword(String password)
Setter for Password.void
setRedirectFallbackMethod(RedirectFallbackMethodEnum redirectFallbackMethod)
Setter for RedirectFallbackMethod.void
setRedirectFallbackUrl(String redirectFallbackUrl)
Setter for RedirectFallbackUrl.void
setRedirectMethod(RedirectMethodEnum redirectMethod)
Setter for RedirectMethod.void
setRedirectUrl(String redirectUrl)
Setter for RedirectUrl.void
setStatus(StatusEnum status)
Setter for Status.void
setUsername(String username)
Setter for Username.ModifyConferenceRequest.Builder
toBuilder()
Builds a newModifyConferenceRequest.Builder
object.String
toString()
Converts this ModifyConferenceRequest into string format.void
unsetFallbackPassword()
UnSetter for FallbackPassword.void
unsetFallbackUsername()
UnSetter for FallbackUsername.void
unsetPassword()
UnSetter for Password.void
unsetRedirectFallbackMethod()
UnSetter for RedirectFallbackMethod.void
unsetRedirectFallbackUrl()
UnSetter for RedirectFallbackUrl.void
unsetRedirectMethod()
UnSetter for RedirectMethod.void
unsetRedirectUrl()
UnSetter for RedirectUrl.void
unsetUsername()
UnSetter for Username.
-
-
-
Constructor Detail
-
ModifyConferenceRequest
public ModifyConferenceRequest()
Default constructor.
-
ModifyConferenceRequest
public ModifyConferenceRequest(StatusEnum status, String redirectUrl, String redirectFallbackUrl, RedirectMethodEnum redirectMethod, RedirectFallbackMethodEnum redirectFallbackMethod, String username, String password, String fallbackUsername, String fallbackPassword)
Initialization constructor.- Parameters:
status
- StatusEnum value for status.redirectUrl
- String value for redirectUrl.redirectFallbackUrl
- String value for redirectFallbackUrl.redirectMethod
- RedirectMethodEnum value for redirectMethod.redirectFallbackMethod
- RedirectFallbackMethodEnum value for redirectFallbackMethod.username
- String value for username.password
- String value for password.fallbackUsername
- String value for fallbackUsername.fallbackPassword
- String value for fallbackPassword.
-
ModifyConferenceRequest
protected ModifyConferenceRequest(StatusEnum status, OptionalNullable<String> redirectUrl, OptionalNullable<String> redirectFallbackUrl, OptionalNullable<RedirectMethodEnum> redirectMethod, OptionalNullable<RedirectFallbackMethodEnum> redirectFallbackMethod, OptionalNullable<String> username, OptionalNullable<String> password, OptionalNullable<String> fallbackUsername, OptionalNullable<String> fallbackPassword)
Internal initialization constructor.
-
-
Method Detail
-
getStatus
public StatusEnum getStatus()
Getter for Status.- Returns:
- Returns the StatusEnum
-
setStatus
public void setStatus(StatusEnum status)
Setter for Status.- Parameters:
status
- Value for StatusEnum
-
internalGetRedirectUrl
protected OptionalNullable<String> internalGetRedirectUrl()
Internal Getter for RedirectUrl.- Returns:
- Returns the Internal String
-
getRedirectUrl
public String getRedirectUrl()
Getter for RedirectUrl.- Returns:
- Returns the String
-
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
Setter for RedirectUrl.- Parameters:
redirectUrl
- Value for String
-
unsetRedirectUrl
public void unsetRedirectUrl()
UnSetter for RedirectUrl.
-
internalGetRedirectFallbackUrl
protected OptionalNullable<String> internalGetRedirectFallbackUrl()
Internal Getter for RedirectFallbackUrl.- Returns:
- Returns the Internal String
-
getRedirectFallbackUrl
public String getRedirectFallbackUrl()
Getter for RedirectFallbackUrl.- Returns:
- Returns the String
-
setRedirectFallbackUrl
public void setRedirectFallbackUrl(String redirectFallbackUrl)
Setter for RedirectFallbackUrl.- Parameters:
redirectFallbackUrl
- Value for String
-
unsetRedirectFallbackUrl
public void unsetRedirectFallbackUrl()
UnSetter for RedirectFallbackUrl.
-
internalGetRedirectMethod
protected OptionalNullable<RedirectMethodEnum> internalGetRedirectMethod()
Internal Getter for RedirectMethod.- Returns:
- Returns the Internal RedirectMethodEnum
-
getRedirectMethod
public RedirectMethodEnum getRedirectMethod()
Getter for RedirectMethod.- Returns:
- Returns the RedirectMethodEnum
-
setRedirectMethod
public void setRedirectMethod(RedirectMethodEnum redirectMethod)
Setter for RedirectMethod.- Parameters:
redirectMethod
- Value for RedirectMethodEnum
-
unsetRedirectMethod
public void unsetRedirectMethod()
UnSetter for RedirectMethod.
-
internalGetRedirectFallbackMethod
protected OptionalNullable<RedirectFallbackMethodEnum> internalGetRedirectFallbackMethod()
Internal Getter for RedirectFallbackMethod.- Returns:
- Returns the Internal RedirectFallbackMethodEnum
-
getRedirectFallbackMethod
public RedirectFallbackMethodEnum getRedirectFallbackMethod()
Getter for RedirectFallbackMethod.- Returns:
- Returns the RedirectFallbackMethodEnum
-
setRedirectFallbackMethod
public void setRedirectFallbackMethod(RedirectFallbackMethodEnum redirectFallbackMethod)
Setter for RedirectFallbackMethod.- Parameters:
redirectFallbackMethod
- Value for RedirectFallbackMethodEnum
-
unsetRedirectFallbackMethod
public void unsetRedirectFallbackMethod()
UnSetter for RedirectFallbackMethod.
-
internalGetUsername
protected OptionalNullable<String> internalGetUsername()
Internal Getter for Username.- Returns:
- Returns the Internal String
-
getUsername
public String getUsername()
Getter for Username.- Returns:
- Returns the String
-
setUsername
public void setUsername(String username)
Setter for Username.- Parameters:
username
- Value for String
-
unsetUsername
public void unsetUsername()
UnSetter for Username.
-
internalGetPassword
protected OptionalNullable<String> internalGetPassword()
Internal Getter for Password.- Returns:
- Returns the Internal String
-
getPassword
public String getPassword()
Getter for Password.- Returns:
- Returns the String
-
setPassword
public void setPassword(String password)
Setter for Password.- Parameters:
password
- Value for String
-
unsetPassword
public void unsetPassword()
UnSetter for Password.
-
internalGetFallbackUsername
protected OptionalNullable<String> internalGetFallbackUsername()
Internal Getter for FallbackUsername.- Returns:
- Returns the Internal String
-
getFallbackUsername
public String getFallbackUsername()
Getter for FallbackUsername.- Returns:
- Returns the String
-
setFallbackUsername
public void setFallbackUsername(String fallbackUsername)
Setter for FallbackUsername.- Parameters:
fallbackUsername
- Value for String
-
unsetFallbackUsername
public void unsetFallbackUsername()
UnSetter for FallbackUsername.
-
internalGetFallbackPassword
protected OptionalNullable<String> internalGetFallbackPassword()
Internal Getter for FallbackPassword.- Returns:
- Returns the Internal String
-
getFallbackPassword
public String getFallbackPassword()
Getter for FallbackPassword.- Returns:
- Returns the String
-
setFallbackPassword
public void setFallbackPassword(String fallbackPassword)
Setter for FallbackPassword.- Parameters:
fallbackPassword
- Value for String
-
unsetFallbackPassword
public void unsetFallbackPassword()
UnSetter for FallbackPassword.
-
toString
public String toString()
Converts this ModifyConferenceRequest into string format.
-
toBuilder
public ModifyConferenceRequest.Builder toBuilder()
Builds a newModifyConferenceRequest.Builder
object. Creates the instance with the state of the current model.- Returns:
- a new
ModifyConferenceRequest.Builder
object
-
-