Uses of Class
com.mypurecloud.sdk.v2.model.SkillEntityListing
Packages that use SkillEntityListing
-
Uses of SkillEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return SkillEntityListingModifier and TypeMethodDescriptionRoutingApi.getRoutingSkills(GetRoutingSkillsRequest request) Get the list of routing skills.Get the list of routing skills.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type SkillEntityListingModifier and TypeMethodDescriptionRoutingApi.getRoutingSkills(ApiRequest<Void> request) Get the list of routing skills.RoutingApiAsync.getRoutingSkillsAsync(GetRoutingSkillsRequest request, AsyncApiCallback<SkillEntityListing> callback) Get the list of routing skills.RoutingApiAsync.getRoutingSkillsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SkillEntityListing>> callback) Get the list of routing skills.RoutingApi.getRoutingSkillsWithHttpInfo(Integer pageSize, Integer pageNumber, String name, List<String> id) Get the list of routing skills.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SkillEntityListingModifier and TypeMethodDescriptionRoutingApiAsync.getRoutingSkillsAsync(GetRoutingSkillsRequest request, AsyncApiCallback<SkillEntityListing> callback) Get the list of routing skills.RoutingApiAsync.getRoutingSkillsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<SkillEntityListing>> callback) Get the list of routing skills. -
Uses of SkillEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SkillEntityListingModifier and TypeMethodDescriptionSkillEntityListing.entities(List<RoutingSkill> entities) SkillEntityListing.pageNumber(Integer pageNumber) SkillEntityListing.previousUri(String previousUri)