Class AsyncRawOffChrtShipperOrgClient


  • public class AsyncRawOffChrtShipperOrgClient
    extends java.lang.Object
    • Constructor Detail

      • AsyncRawOffChrtShipperOrgClient

        public AsyncRawOffChrtShipperOrgClient​(ClientOptions clientOptions)
    • Method Detail

      • listV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.util.List<OffChrtShipperOrg1>>> listV1()
        Lists all off-platform shipper organizations created by the authenticated organization.
      • getByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<OffChrtShipperOrg1>> getByIdV1​(java.lang.String id)
        Retrieves specific off-platform shipper organization by ID.
      • deleteByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteByIdV1​(java.lang.String id)
        Deletes off-platform shipper organization owned by the authenticated organization.
      • 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 authenticated organization.
      • updateByIdV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> updateByIdV1​(java.lang.String id)
        Updates existing off-platform shipper organization owned by the authenticated organization.
      • 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 authenticated organization.