Class AsyncExecutorOrgNotesClient
- java.lang.Object
-
- com.chrt.api.resources.shipping.tasks.executororgnotes.AsyncExecutorOrgNotesClient
-
public class AsyncExecutorOrgNotesClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncExecutorOrgNotesClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Boolean>addV1(java.lang.String taskId, AddExecutorOrgNoteReq request)Adds an executor-side note to a task.java.util.concurrent.CompletableFuture<java.lang.Boolean>addV1(java.lang.String taskId, AddExecutorOrgNoteReq request, RequestOptions requestOptions)Adds an executor-side note to a task.AsyncRawExecutorOrgNotesClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncExecutorOrgNotesClient
public AsyncExecutorOrgNotesClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawExecutorOrgNotesClient withRawResponse()
Get responses with HTTP metadata like headers
-
addV1
public java.util.concurrent.CompletableFuture<java.lang.Boolean> addV1(java.lang.String taskId, AddExecutorOrgNoteReq request)Adds an executor-side note to a task. | authz_personas=[driver_for_executor, executor_org_operators] | (AddExecutorOrgNoteReq) -> (bool)
-
addV1
public java.util.concurrent.CompletableFuture<java.lang.Boolean> addV1(java.lang.String taskId, AddExecutorOrgNoteReq request, RequestOptions requestOptions)Adds an executor-side note to a task. | authz_personas=[driver_for_executor, executor_org_operators] | (AddExecutorOrgNoteReq) -> (bool)
-
-