Class OffChrtShipperOrgClient


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

      • OffChrtShipperOrgClient

        public OffChrtShipperOrgClient​(ClientOptions clientOptions)
    • Method Detail

      • listV1

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

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

        public OffChrtShipperOrg1 getByIdV1​(java.lang.String id)
        Retrieves specific off-platform shipper organization by ID.
      • getByIdV1

        public OffChrtShipperOrg1 getByIdV1​(java.lang.String id,
                                            RequestOptions requestOptions)
        Retrieves specific off-platform shipper organization by ID.
      • deleteByIdV1

        public boolean deleteByIdV1​(java.lang.String id)
        Deletes off-platform shipper organization owned by the authenticated organization.
      • deleteByIdV1

        public boolean deleteByIdV1​(java.lang.String id,
                                    RequestOptions requestOptions)
        Deletes off-platform shipper organization owned by the authenticated organization.
      • updateByIdV1

        public boolean updateByIdV1​(java.lang.String id)
        Updates existing off-platform shipper organization owned by the authenticated organization.
      • updateByIdV1

        public boolean updateByIdV1​(java.lang.String id,
                                    OffChrtShipperOrgClientUpdate1 request)
        Updates existing off-platform shipper organization owned by the authenticated organization.
      • updateByIdV1

        public boolean updateByIdV1​(java.lang.String id,
                                    OffChrtShipperOrgClientUpdate1 request,
                                    RequestOptions requestOptions)
        Updates existing off-platform shipper organization owned by the authenticated organization.