Class UpdateConferenceMember

java.lang.Object
com.bandwidth.sdk.model.UpdateConferenceMember

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class UpdateConferenceMember extends Object
UpdateConferenceMember
  • Field Details

  • Constructor Details

    • UpdateConferenceMember

      public UpdateConferenceMember()
  • Method Details

    • mute

      public UpdateConferenceMember mute(Boolean mute)
    • getMute

      @Nullable public Boolean getMute()
      Whether or not this member is currently muted. Members who are muted are still able to hear other participants. Updates this member's mute status. Has no effect if omitted.
      Returns:
      mute
    • setMute

      public void setMute(Boolean mute)
    • hold

      public UpdateConferenceMember hold(Boolean hold)
    • getHold

      @Nullable public Boolean getHold()
      Whether or not this member is currently on hold. Members who are on hold are not able to hear or speak in the conference. Updates this member's hold status. Has no effect if omitted.
      Returns:
      hold
    • setHold

      public void setHold(Boolean hold)
    • callIdsToCoach

      public UpdateConferenceMember callIdsToCoach(List<String> callIdsToCoach)
    • addCallIdsToCoachItem

      public UpdateConferenceMember addCallIdsToCoachItem(String callIdsToCoachItem)
    • getCallIdsToCoach

      @Nullable public List<String> getCallIdsToCoach()
      If this member had a value set for `callIdsToCoach` in its [Conference](/docs/voice/bxml/conference) verb or this list was added with a previous PUT request to modify the member, this is that list of calls. Modifies the calls that this member is coaching. Has no effect if omitted. See the documentation for the [Conference](/docs/voice/bxml/conference) verb for more details about coaching. Note that this will not add the matching calls to the conference; each call must individually execute a Conference verb to join.
      Returns:
      callIdsToCoach
    • setCallIdsToCoach

      public void setCallIdsToCoach(List<String> callIdsToCoach)
    • putAdditionalProperty

      public UpdateConferenceMember putAdditionalProperty(String key, Object value)
      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 property
      value - value of the property
      Returns:
      the UpdateConferenceMember instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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 UpdateConferenceMember
    • fromJson

      public static UpdateConferenceMember fromJson(String jsonString) throws IOException
      Create an instance of UpdateConferenceMember given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of UpdateConferenceMember
      Throws:
      IOException - if the JSON string is invalid with respect to UpdateConferenceMember
    • toJson

      public String toJson()
      Convert an instance of UpdateConferenceMember to an JSON string
      Returns:
      JSON string