Uses of Class
com.bandwidth.sdk.model.Conference
-
Packages that use Conference Package Description com.bandwidth.sdk.api com.bandwidth.sdk.model -
-
Uses of Conference in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return Conference Modifier and Type Method Description Conference
ConferencesApi. 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 Conference Modifier and Type Method Description ApiResponse<Conference>
ConferencesApi. getConferenceWithHttpInfo(String accountId, String conferenceId)
Get Conference Information Returns information about the specified conference.List<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.ApiResponse<List<Conference>>
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 Conference Modifier and Type Method Description okhttp3.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 Conference Modifier and Type Method Description Conference
Conference. activeMembers(List<ConferenceMember> activeMembers)
Conference
Conference. addActiveMembersItem(ConferenceMember activeMembersItem)
Conference
Conference. completedTime(OffsetDateTime completedTime)
Conference
Conference. conferenceEventMethod(CallbackMethodEnum conferenceEventMethod)
Conference
Conference. conferenceEventUrl(URI conferenceEventUrl)
Conference
Conference. createdTime(OffsetDateTime createdTime)
static Conference
Conference. fromJson(String jsonString)
Create an instance of Conference given an JSON stringConference
Conference. id(String id)
Conference
Conference. name(String name)
Conference
Conference. putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value.Conference
Conference. tag(String tag)
-