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.CallTasksApi.getAssignmentAsync(GetAssignmentRequest request, ApiCallback<AssignmentResponse> callback) Read project assignment with the specified Uid.com.squareup.okhttp.CallTasksApi.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