Class RawShipperClient
- java.lang.Object
-
- com.chrt.api.resources.shipperpaycourierlineitemgroups.shipper.RawShipperClient
-
public class RawShipperClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawShipperClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<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.ChrtApiHttpResponse<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.ChrtApiHttpResponse<ShipperPayCourierLineItemGroup1>getByIdV1(java.lang.String id)Retrieves a shipper pay courier line item group by its ID for the caller's shipper organization.ChrtApiHttpResponse<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.ChrtApiHttpResponse<java.util.List<ShipperPayCourierLineItemGroup1>>listV1()Lists all shipper pay courier line item groups for the caller's shipper organization.ChrtApiHttpResponse<java.util.List<ShipperPayCourierLineItemGroup1>>listV1(RequestOptions requestOptions)Lists all shipper pay courier line item groups for the caller's shipper organization.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
RawShipperClient
public RawShipperClient(ClientOptions clientOptions)
-
-
Method Detail
-
listV1
public ChrtApiHttpResponse<java.util.List<ShipperPayCourierLineItemGroup1>> listV1()
Lists all shipper pay courier line item groups for the caller's shipper organization. | () -> (list[ShipperPayCourierLineItemGroup1])
-
listV1
public ChrtApiHttpResponse<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 ChrtApiHttpResponse<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 ChrtApiHttpResponse<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 ChrtApiHttpResponse<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 ChrtApiHttpResponse<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)
-
-