Uses of Class
com.mypurecloud.sdk.v2.model.MinerListing
Packages that use MinerListing
-
Uses of MinerListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return MinerListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMiners(GetLanguageunderstandingMinersRequest request) Retrieve the list of miners created.LanguageUnderstandingApi.getLanguageunderstandingMiners(String minerType) Retrieve the list of miners created.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type MinerListingModifier and TypeMethodDescriptionLanguageUnderstandingApi.getLanguageunderstandingMiners(ApiRequest<Void> request) Retrieve the list of miners created.LanguageUnderstandingApiAsync.getLanguageunderstandingMinersAsync(GetLanguageunderstandingMinersRequest request, AsyncApiCallback<MinerListing> callback) Retrieve the list of miners created.LanguageUnderstandingApiAsync.getLanguageunderstandingMinersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerListing>> callback) Retrieve the list of miners created.LanguageUnderstandingApi.getLanguageunderstandingMinersWithHttpInfo(String minerType) Retrieve the list of miners created.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type MinerListingModifier and TypeMethodDescriptionLanguageUnderstandingApiAsync.getLanguageunderstandingMinersAsync(GetLanguageunderstandingMinersRequest request, AsyncApiCallback<MinerListing> callback) Retrieve the list of miners created.LanguageUnderstandingApiAsync.getLanguageunderstandingMinersAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<MinerListing>> callback) Retrieve the list of miners created. -
Uses of MinerListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerListing