Uses of Class
com.bandwidth.sdk.model.Conference
Packages that use Conference
-
Uses of Conference in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return ConferenceModifier and TypeMethodDescriptionConferencesApi.getConference
(String accountId, String conferenceId) Get Conference Information Returns information about the specified conference.Methods in com.bandwidth.sdk.api that return types with arguments of type ConferenceModifier and TypeMethodDescriptionConferencesApi.getConferenceWithHttpInfo
(String accountId, String conferenceId) Get Conference Information Returns information about the specified conference.ConferencesApi.listConferences
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken) Get Conferences Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest.ConferencesApi.listConferencesWithHttpInfo
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken) Get Conferences Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest.Method parameters in com.bandwidth.sdk.api with type arguments of type ConferenceModifier and TypeMethodDescriptionokhttp3.Call
ConferencesApi.getConferenceAsync
(String accountId, String conferenceId, ApiCallback<Conference> _callback) Get Conference Information (asynchronously) Returns information about the specified conference.okhttp3.Call
ConferencesApi.listConferencesAsync
(String accountId, String name, String minCreatedTime, String maxCreatedTime, Integer pageSize, String pageToken, ApiCallback<List<Conference>> _callback) Get Conferences (asynchronously) Returns a max of 1000 conferences, sorted by `createdTime` from oldest to newest. -
Uses of Conference in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return ConferenceModifier and TypeMethodDescriptionConference.activeMembers
(List<ConferenceMember> activeMembers) Conference.addActiveMembersItem
(ConferenceMember activeMembersItem) Conference.completedTime
(OffsetDateTime completedTime) Conference.conferenceEventMethod
(CallbackMethodEnum conferenceEventMethod) Conference.conferenceEventUrl
(URI conferenceEventUrl) Conference.createdTime
(OffsetDateTime createdTime) static Conference
Create an instance of Conference given an JSON stringConference.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.