Uses of Class
com.mypurecloud.sdk.v2.model.GetContestsEssentialsListing
Packages that use GetContestsEssentialsListing
-
Uses of GetContestsEssentialsListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GetContestsEssentialsListingModifier and TypeMethodDescriptionGamificationApi.getGamificationContests(GetGamificationContestsRequest request) Get a List of Contests (Admin)GamificationApi.getGamificationContests(Integer pageNumber, Integer pageSize, LocalDate dateStart, LocalDate dateEnd, List<String> status, String sortBy, String sortOrder) Get a List of Contests (Admin)GamificationApi.getGamificationContestsMe(GetGamificationContestsMeRequest request) Get a List of Contests (Agent/Supervisor)GamificationApi.getGamificationContestsMe(Integer pageNumber, Integer pageSize, LocalDate dateStart, LocalDate dateEnd, List<String> status, String sortBy, String sortOrder, String view) Get a List of Contests (Agent/Supervisor)Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type GetContestsEssentialsListingModifier and TypeMethodDescriptionGamificationApi.getGamificationContests(ApiRequest<Void> request) Get a List of Contests (Admin)GamificationApiAsync.getGamificationContestsAsync(GetGamificationContestsRequest request, AsyncApiCallback<GetContestsEssentialsListing> callback) Get a List of Contests (Admin)GamificationApiAsync.getGamificationContestsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetContestsEssentialsListing>> callback) Get a List of Contests (Admin)GamificationApi.getGamificationContestsMe(ApiRequest<Void> request) Get a List of Contests (Agent/Supervisor)GamificationApiAsync.getGamificationContestsMeAsync(GetGamificationContestsMeRequest request, AsyncApiCallback<GetContestsEssentialsListing> callback) Get a List of Contests (Agent/Supervisor)GamificationApiAsync.getGamificationContestsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetContestsEssentialsListing>> callback) Get a List of Contests (Agent/Supervisor)GamificationApi.getGamificationContestsMeWithHttpInfo(Integer pageNumber, Integer pageSize, LocalDate dateStart, LocalDate dateEnd, List<String> status, String sortBy, String sortOrder, String view) Get a List of Contests (Agent/Supervisor)GamificationApi.getGamificationContestsWithHttpInfo(Integer pageNumber, Integer pageSize, LocalDate dateStart, LocalDate dateEnd, List<String> status, String sortBy, String sortOrder) Get a List of Contests (Admin)Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type GetContestsEssentialsListingModifier and TypeMethodDescriptionGamificationApiAsync.getGamificationContestsAsync(GetGamificationContestsRequest request, AsyncApiCallback<GetContestsEssentialsListing> callback) Get a List of Contests (Admin)GamificationApiAsync.getGamificationContestsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetContestsEssentialsListing>> callback) Get a List of Contests (Admin)GamificationApiAsync.getGamificationContestsMeAsync(GetGamificationContestsMeRequest request, AsyncApiCallback<GetContestsEssentialsListing> callback) Get a List of Contests (Agent/Supervisor)GamificationApiAsync.getGamificationContestsMeAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetContestsEssentialsListing>> callback) Get a List of Contests (Agent/Supervisor) -
Uses of GetContestsEssentialsListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetContestsEssentialsListingModifier and TypeMethodDescriptionGetContestsEssentialsListing.entities(List<ContestsEssentials> entities) GetContestsEssentialsListing.pageNumber(Integer pageNumber) GetContestsEssentialsListing.previousUri(String previousUri)