Class ShipperClient
- java.lang.Object
-
- com.chrt.api.resources.shipperpaycourierlineitemgroups.shipper.ShipperClient
-
public class ShipperClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description ShipperClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShipperPayCourierLineItemGroup1byTaskGroupIdV1(java.lang.String taskGroupId)Retrieves a shipper pay courier line item group by its associated task group ID for the caller's shipper organization.ShipperPayCourierLineItemGroup1byTaskGroupIdV1(java.lang.String taskGroupId, RequestOptions requestOptions)Retrieves a shipper pay courier line item group by its associated task group ID for the caller's shipper organization.ShipperPayCourierLineItemGroup1getByIdV1(java.lang.String id)Retrieves a shipper pay courier line item group by its ID for the caller's shipper organization.ShipperPayCourierLineItemGroup1getByIdV1(java.lang.String id, RequestOptions requestOptions)Retrieves a shipper pay courier line item group by its ID for the caller's shipper organization.java.util.List<ShipperPayCourierLineItemGroup1>listV1()Lists all shipper pay courier line item groups for the caller's shipper organization.java.util.List<ShipperPayCourierLineItemGroup1>listV1(RequestOptions requestOptions)Lists all shipper pay courier line item groups for the caller's shipper organization.RawShipperClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
ShipperClient
public ShipperClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public RawShipperClient withRawResponse()
Get responses with HTTP metadata like headers
-
listV1
public java.util.List<ShipperPayCourierLineItemGroup1> listV1()
Lists all shipper pay courier line item groups for the caller's shipper organization. | () -> (list[ShipperPayCourierLineItemGroup1])
-
listV1
public java.util.List<ShipperPayCourierLineItemGroup1> listV1(RequestOptions requestOptions)
Lists all shipper pay courier line item groups for the caller's shipper organization. | () -> (list[ShipperPayCourierLineItemGroup1])
-
getByIdV1
public ShipperPayCourierLineItemGroup1 getByIdV1(java.lang.String id)
Retrieves a shipper pay courier line item group by its ID for the caller's shipper organization. | () -> (ShipperPayCourierLineItemGroup1)
-
getByIdV1
public ShipperPayCourierLineItemGroup1 getByIdV1(java.lang.String id, RequestOptions requestOptions)
Retrieves a shipper pay courier line item group by its ID for the caller's shipper organization. | () -> (ShipperPayCourierLineItemGroup1)
-
byTaskGroupIdV1
public ShipperPayCourierLineItemGroup1 byTaskGroupIdV1(java.lang.String taskGroupId)
Retrieves a shipper pay courier line item group by its associated task group ID for the caller's shipper organization. | () -> (ShipperPayCourierLineItemGroup1)
-
byTaskGroupIdV1
public ShipperPayCourierLineItemGroup1 byTaskGroupIdV1(java.lang.String taskGroupId, RequestOptions requestOptions)
Retrieves a shipper pay courier line item group by its associated task group ID for the caller's shipper organization. | () -> (ShipperPayCourierLineItemGroup1)
-
-