Class ShipperClient


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

      • ShipperClient

        public ShipperClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawShipperClient withRawResponse()
        Get responses with HTTP metadata like headers
      • getPreferencesV1

        public ShipperNotificationPreferences1 getPreferencesV1()
        Retrieves notification preferences for the caller's shipper organization. | () -> (ShipperNotificationPreferences1)
      • getPreferencesV1

        public ShipperNotificationPreferences1 getPreferencesV1​(RequestOptions requestOptions)
        Retrieves notification preferences for the caller's shipper organization. | () -> (ShipperNotificationPreferences1)
      • upsertPreferencesV1

        public java.lang.String upsertPreferencesV1​(ShipperNotificationPreferencesClientCreate1 request)
        Creates or updates notification preferences for the caller's shipper organization. | (ShipperNotificationPreferencesClientCreate1) -> (PydanticObjectId)
      • upsertPreferencesV1

        public java.lang.String upsertPreferencesV1​(ShipperNotificationPreferencesClientCreate1 request,
                                                    RequestOptions requestOptions)
        Creates or updates notification preferences for the caller's shipper organization. | (ShipperNotificationPreferencesClientCreate1) -> (PydanticObjectId)