Class AsyncRawOffChrtShipperOrgClient
- java.lang.Object
-
- com.chrt.api.resources.orgs.offchrtshipperorg.AsyncRawOffChrtShipperOrgClient
-
public class AsyncRawOffChrtShipperOrgClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawOffChrtShipperOrgClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>createV1(OffChrtShipperOrgClientCreate1 request)Creates an off-platform shipper organization record.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>>createV1(OffChrtShipperOrgClientCreate1 request, RequestOptions requestOptions)Creates an off-platform shipper organization record.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>deleteByIdV1(java.lang.String id)Deletes off-platform shipper organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>deleteByIdV1(java.lang.String id, RequestOptions requestOptions)Deletes off-platform shipper organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtShipperOrg1>>getByIdV1(java.lang.String id)Retrieves specific off-platform shipper organization by ID.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtShipperOrg1>>getByIdV1(java.lang.String id, RequestOptions requestOptions)Retrieves specific off-platform shipper organization by ID.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OffChrtShipperOrg1>>>listV1()Lists all off-platform shipper organizations created by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OffChrtShipperOrg1>>>listV1(RequestOptions requestOptions)Lists all off-platform shipper organizations created by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>updateByIdV1(java.lang.String id)Updates existing off-platform shipper organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>updateByIdV1(java.lang.String id, OffChrtShipperOrgClientUpdate1 request)Updates existing off-platform shipper organization owned by the caller's organization.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>>updateByIdV1(java.lang.String id, OffChrtShipperOrgClientUpdate1 request, RequestOptions requestOptions)Updates existing off-platform shipper organization owned by the caller's organization.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawOffChrtShipperOrgClient
public AsyncRawOffChrtShipperOrgClient(ClientOptions clientOptions)
-
-
Method Detail
-
createV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1(OffChrtShipperOrgClientCreate1 request)
Creates an off-platform shipper organization record. | (OffChrtShipperOrgClientCreate1) -> (PydanticObjectId)
-
createV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.String>> createV1(OffChrtShipperOrgClientCreate1 request, RequestOptions requestOptions)
Creates an off-platform shipper organization record. | (OffChrtShipperOrgClientCreate1) -> (PydanticObjectId)
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OffChrtShipperOrg1>>> listV1()
Lists all off-platform shipper organizations created by the caller's organization. | () -> (list[OffChrtShipperOrg1])
-
listV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OffChrtShipperOrg1>>> listV1(RequestOptions requestOptions)
Lists all off-platform shipper organizations created by the caller's organization. | () -> (list[OffChrtShipperOrg1])
-
getByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtShipperOrg1>> getByIdV1(java.lang.String id)
Retrieves specific off-platform shipper organization by ID. | () -> (OffChrtShipperOrg1)
-
getByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtShipperOrg1>> getByIdV1(java.lang.String id, RequestOptions requestOptions)
Retrieves specific off-platform shipper organization by ID. | () -> (OffChrtShipperOrg1)
-
deleteByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1(java.lang.String id)
Deletes off-platform shipper organization owned by the caller's organization. | () -> (bool)
-
deleteByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1(java.lang.String id, RequestOptions requestOptions)
Deletes off-platform shipper organization owned by the caller's organization. | () -> (bool)
-
updateByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1(java.lang.String id)
Updates existing off-platform shipper organization owned by the caller's organization. | (OffChrtShipperOrgClientUpdate1) -> (bool)
-
updateByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1(java.lang.String id, OffChrtShipperOrgClientUpdate1 request)
Updates existing off-platform shipper organization owned by the caller's organization. | (OffChrtShipperOrgClientUpdate1) -> (bool)
-
updateByIdV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1(java.lang.String id, OffChrtShipperOrgClientUpdate1 request, RequestOptions requestOptions)
Updates existing off-platform shipper organization owned by the caller's organization. | (OffChrtShipperOrgClientUpdate1) -> (bool)
-
-