public final class TaskClient extends EntityClientBase implements GetListEndpoint<Task>, GetByIdEndpoint<Task>, MassCreateUpdateDeleteEndpoint<Task>, PostEndpoint<Task>, PutByIdEndpoint<Task>, DeleteByIdEndpoint
api, pathapi, metaEntityClass, path, positionEntityClassclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetget, getdeletecreateOrUpdateapi, metaEntityClass, path, positionEntityClasscreateupdate, updatedelete, deletepublic ListEntity<Task.TaskNote> getNotes(String taskId, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic ListEntity<Task.TaskNote> getNotes(Task task, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Task.TaskNote createNote(String taskId, Task.TaskNote newEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Task.TaskNote createNote(Task task, Task.TaskNote newEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Task.TaskNote getNote(String taskId, String taskNoteId, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Task.TaskNote getNote(Task task, String taskNoteId, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Task.TaskNote getNote(Task task, Task.TaskNote taskNote, ApiParam... params) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void updateNote(String taskId, String taskNoteId, Task.TaskNote updatedEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void updateNote(Task task, String taskNoteId, Task.TaskNote updatedEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void updateNote(Task task, Task.TaskNote taskNote, Task.TaskNote updatedEntity) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void updateNote(Task task, Task.TaskNote taskNote) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void deleteNote(String taskId, String taskNoteId) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void deleteNote(Task task, String taskNoteId) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic void deleteNote(Task task, Task.TaskNote taskNote) throws IOException, ApiClientException
IOExceptionApiClientExceptionpublic Class<? extends MetaEntity> entityClass()
entityClass in interface EndpointentityClass in class EntityClientBaseCopyright © 2021. All rights reserved.