Class ConferenceMember


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-02-21T09:43:53.001100-05:00[America/New_York]")
    public class ConferenceMember
    extends Object
    ConferenceMember
    • Constructor Detail

      • ConferenceMember

        public ConferenceMember()
    • Method Detail

      • getCallId

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

        public void setCallId​(String callId)
      • getConferenceId

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

        public void setConferenceId​(String conferenceId)
      • 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)
      • 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)
      • 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)
      • 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)
      • hashCode

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

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object 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