Uses of Class
com.mypurecloud.sdk.v2.model.StageplanListing
Packages that use StageplanListing
-
Uses of StageplanListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return StageplanListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionStageplans(GetCasemanagementCaseplanVersionStageplansRequest request) Get a list of Stageplans.CaseManagementApi.getCasemanagementCaseplanVersionStageplans(String caseplanId, String versionId, String before, String after, String pageSize, List<String> expands) Get a list of Stageplans.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type StageplanListingModifier and TypeMethodDescriptionCaseManagementApi.getCasemanagementCaseplanVersionStageplans(ApiRequest<Void> request) Get a list of Stageplans.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplansAsync(GetCasemanagementCaseplanVersionStageplansRequest request, AsyncApiCallback<StageplanListing> callback) Get a list of Stageplans.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplansAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StageplanListing>> callback) Get a list of Stageplans.CaseManagementApi.getCasemanagementCaseplanVersionStageplansWithHttpInfo(String caseplanId, String versionId, String before, String after, String pageSize, List<String> expands) Get a list of Stageplans.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type StageplanListingModifier and TypeMethodDescriptionCaseManagementApiAsync.getCasemanagementCaseplanVersionStageplansAsync(GetCasemanagementCaseplanVersionStageplansRequest request, AsyncApiCallback<StageplanListing> callback) Get a list of Stageplans.CaseManagementApiAsync.getCasemanagementCaseplanVersionStageplansAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<StageplanListing>> callback) Get a list of Stageplans. -
Uses of StageplanListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return StageplanListing