Uses of Class
com.mypurecloud.sdk.v2.model.UserProfilesInDateRangeRequest
Packages that use UserProfilesInDateRangeRequest
Package
Description
-
Uses of UserProfilesInDateRangeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UserProfilesInDateRangeRequestModifier and TypeMethodDescriptionGamificationApi.postGamificationProfilesUserQuery(String userId, UserProfilesInDateRangeRequest body) Query performance profiles in date range for a userGamificationApi.postGamificationProfilesUserQueryWithHttpInfo(String userId, UserProfilesInDateRangeRequest body) Query performance profiles in date range for a userGamificationApi.postGamificationProfilesUsersMeQuery(UserProfilesInDateRangeRequest body) Query performance profiles in date range for the current userGamificationApi.postGamificationProfilesUsersMeQueryWithHttpInfo(UserProfilesInDateRangeRequest body) Query performance profiles in date range for the current userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserProfilesInDateRangeRequestModifier and TypeMethodDescriptionGamificationApi.postGamificationProfilesUserQuery(ApiRequest<UserProfilesInDateRangeRequest> request) Query performance profiles in date range for a userGamificationApiAsync.postGamificationProfilesUserQueryAsync(ApiRequest<UserProfilesInDateRangeRequest> request, AsyncApiCallback<ApiResponse<UserProfilesInDateRange>> callback) Query performance profiles in date range for a userGamificationApi.postGamificationProfilesUsersMeQuery(ApiRequest<UserProfilesInDateRangeRequest> request) Query performance profiles in date range for the current userGamificationApiAsync.postGamificationProfilesUsersMeQueryAsync(ApiRequest<UserProfilesInDateRangeRequest> request, AsyncApiCallback<ApiResponse<UserProfilesInDateRange>> callback) Query performance profiles in date range for the current user -
Uses of UserProfilesInDateRangeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UserProfilesInDateRangeRequestModifier and TypeMethodDescriptionPostGamificationProfilesUserQueryRequest.getBody()PostGamificationProfilesUsersMeQueryRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UserProfilesInDateRangeRequestModifier and TypeMethodDescriptionPostGamificationProfilesUserQueryRequest.withHttpInfo()PostGamificationProfilesUsersMeQueryRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type UserProfilesInDateRangeRequestModifier and TypeMethodDescriptionPostGamificationProfilesUserQueryRequest.builder(String userId, UserProfilesInDateRangeRequest body) PostGamificationProfilesUsersMeQueryRequest.builder(UserProfilesInDateRangeRequest body) voidPostGamificationProfilesUserQueryRequest.setBody(UserProfilesInDateRangeRequest body) voidPostGamificationProfilesUsersMeQueryRequest.setBody(UserProfilesInDateRangeRequest body) PostGamificationProfilesUserQueryRequest.Builder.withBody(UserProfilesInDateRangeRequest body) PostGamificationProfilesUserQueryRequest.withBody(UserProfilesInDateRangeRequest body) PostGamificationProfilesUsersMeQueryRequest.Builder.withBody(UserProfilesInDateRangeRequest body) PostGamificationProfilesUsersMeQueryRequest.withBody(UserProfilesInDateRangeRequest body) PostGamificationProfilesUserQueryRequest.Builder.withRequiredParams(String userId, UserProfilesInDateRangeRequest body) PostGamificationProfilesUsersMeQueryRequest.Builder.withRequiredParams(UserProfilesInDateRangeRequest body) -
Uses of UserProfilesInDateRangeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserProfilesInDateRangeRequestModifier and TypeMethodDescriptionUserProfilesInDateRangeRequest.endWorkday(String endWorkday) End work day in ISO-8601 format used in the date range.UserProfilesInDateRangeRequest.startWorkday(String startWorkday) Start work day in ISO-8601 format used in the date range.