Uses of Class
com.mypurecloud.sdk.v2.model.Assignment
Packages that use Assignment
-
Uses of Assignment in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return AssignmentModifier and TypeMethodDescriptionGamificationApi.postGamificationProfileMembers(PostGamificationProfileMembersRequest request) Assign members to a given performance profileGamificationApi.postGamificationProfileMembers(String profileId, AssignUsers body) Assign members to a given performance profileMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type AssignmentModifier and TypeMethodDescriptionGamificationApi.postGamificationProfileMembers(ApiRequest<AssignUsers> request) Assign members to a given performance profileGamificationApiAsync.postGamificationProfileMembersAsync(PostGamificationProfileMembersRequest request, AsyncApiCallback<Assignment> callback) Assign members to a given performance profileGamificationApiAsync.postGamificationProfileMembersAsync(ApiRequest<AssignUsers> request, AsyncApiCallback<ApiResponse<Assignment>> callback) Assign members to a given performance profileGamificationApi.postGamificationProfileMembersWithHttpInfo(String profileId, AssignUsers body) Assign members to a given performance profileMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AssignmentModifier and TypeMethodDescriptionGamificationApiAsync.postGamificationProfileMembersAsync(PostGamificationProfileMembersRequest request, AsyncApiCallback<Assignment> callback) Assign members to a given performance profileGamificationApiAsync.postGamificationProfileMembersAsync(ApiRequest<AssignUsers> request, AsyncApiCallback<ApiResponse<Assignment>> callback) Assign members to a given performance profile -
Uses of Assignment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AssignmentModifier and TypeMethodDescriptionAssignment.assignedMembers(List<UserReference> assignedMembers) The list of users successfully assigned to the custom performance profileAssignment.assignmentErrors(List<AssignmentError> assignmentErrors) The list of users failed assignment or removal for the custom performance profileAssignment.removedMembers(List<UserReference> removedMembers) The list of users successfully removed from the custom performance profile