Uses of Class
com.aspose.tasks.cloud.model.responses.AssignmentResponse
Packages that use AssignmentResponse
-
Uses of AssignmentResponse in com.aspose.tasks.cloud.api
Methods in com.aspose.tasks.cloud.api that return AssignmentResponseModifier and TypeMethodDescriptionTasksApi.getAssignment
(GetAssignmentRequest request) Read project assignment with the specified Uid.TasksApi.putAssignment
(PutAssignmentRequest request) Updates resources assignment with the specified Uid.Method parameters in com.aspose.tasks.cloud.api with type arguments of type AssignmentResponseModifier and TypeMethodDescriptioncom.squareup.okhttp.Call
TasksApi.getAssignmentAsync
(GetAssignmentRequest request, ApiCallback<AssignmentResponse> callback) Read project assignment with the specified Uid.com.squareup.okhttp.Call
TasksApi.putAssignmentAsync
(PutAssignmentRequest request, ApiCallback<AssignmentResponse> callback) Updates resources assignment with the specified Uid. -
Uses of AssignmentResponse in com.aspose.tasks.cloud.model.responses
Methods in com.aspose.tasks.cloud.model.responses that return AssignmentResponse