Uses of Class
com.mypurecloud.sdk.v2.model.MaxParticipants
Packages that use MaxParticipants
-
Uses of MaxParticipants in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MaxParticipantsModifier and TypeMethodDescriptionConversationsApi.getConversationsCallsMaximumconferenceparties()Get the maximum number of participants that this user can have on a conferenceConversationsApi.getConversationsCallsMaximumconferenceparties(GetConversationsCallsMaximumconferencepartiesRequest request) Get the maximum number of participants that this user can have on a conferenceMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type MaxParticipantsModifier and TypeMethodDescriptionConversationsApi.getConversationsCallsMaximumconferenceparties(ApiRequest<Void> request) Get the maximum number of participants that this user can have on a conferenceConversationsApiAsync.getConversationsCallsMaximumconferencepartiesAsync(GetConversationsCallsMaximumconferencepartiesRequest request, AsyncApiCallback<MaxParticipants> callback) Get the maximum number of participants that this user can have on a conferenceConversationsApiAsync.getConversationsCallsMaximumconferencepartiesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MaxParticipants>> callback) Get the maximum number of participants that this user can have on a conferenceConversationsApi.getConversationsCallsMaximumconferencepartiesWithHttpInfo()Get the maximum number of participants that this user can have on a conferenceMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type MaxParticipantsModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsCallsMaximumconferencepartiesAsync(GetConversationsCallsMaximumconferencepartiesRequest request, AsyncApiCallback<MaxParticipants> callback) Get the maximum number of participants that this user can have on a conferenceConversationsApiAsync.getConversationsCallsMaximumconferencepartiesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MaxParticipants>> callback) Get the maximum number of participants that this user can have on a conference -
Uses of MaxParticipants in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MaxParticipantsModifier and TypeMethodDescriptionMaxParticipants.maxParticipants(Integer maxParticipants) The maximum number of participants that are allowed on a conversation.