Class ConferenceMember

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

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

  • Constructor Details

    • ConferenceMember

      public ConferenceMember()
  • Method Details

    • callId

      public ConferenceMember callId(String callId)
    • getCallId

      @Nullable public String getCallId()
      The call id associated with the event.
      Returns:
      callId
    • setCallId

      public void setCallId(String callId)
    • conferenceId

      public ConferenceMember conferenceId(String conferenceId)
    • getConferenceId

      @Nullable public String getConferenceId()
      The unique, Bandwidth-generated ID of the conference that was recorded
      Returns:
      conferenceId
    • setConferenceId

      public void setConferenceId(String conferenceId)
    • memberUrl

      public ConferenceMember memberUrl(String memberUrl)
    • getMemberUrl

      @Nullable public String getMemberUrl()
      A URL that may be used to retrieve information about or update the state of this conference member. This is the URL of this member's [Get Conference Member](/apis/voice/#operation/getConferenceMember) endpoint and [Modify Conference Member](/apis/voice/#operation/updateConferenceMember) endpoint.
      Returns:
      memberUrl
    • setMemberUrl

      public void setMemberUrl(String memberUrl)
    • mute

      public ConferenceMember 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. If used in a PUT request, updates this member's mute status. Has no effect if omitted.
      Returns:
      mute
    • setMute

      public void setMute(Boolean mute)
    • hold

      public ConferenceMember 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. If used in a PUT request, updates this member's hold status. Has no effect if omitted.
      Returns:
      hold
    • setHold

      public void setHold(Boolean hold)
    • callIdsToCoach

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

      public ConferenceMember 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. If present in a PUT request, 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 ConferenceMember 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 ConferenceMember 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 ConferenceMember
    • fromJson

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

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