Package com.chrt.api
Class ChrtApiClient
- java.lang.Object
-
- com.chrt.api.ChrtApiClient
-
public class ChrtApiClient extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChrtApiClient(ClientOptions clientOptions)
-
Method Summary
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
paymentsClient
protected final java.util.function.Supplier<PaymentsClient> paymentsClient
-
courierPayDriverLineItemGroupsClient
protected final java.util.function.Supplier<CourierPayDriverLineItemGroupsClient> courierPayDriverLineItemGroupsClient
-
courierPayDriverPayoutsClient
protected final java.util.function.Supplier<CourierPayDriverPayoutsClient> courierPayDriverPayoutsClient
-
courierPayDriverRateSheetsClient
protected final java.util.function.Supplier<CourierPayDriverRateSheetsClient> courierPayDriverRateSheetsClient
-
courierPayDriverStatementsClient
protected final java.util.function.Supplier<CourierPayDriverStatementsClient> courierPayDriverStatementsClient
-
shipperPayCourierLineItemGroupsClient
protected final java.util.function.Supplier<ShipperPayCourierLineItemGroupsClient> shipperPayCourierLineItemGroupsClient
-
shipperPayCourierPaymentsClient
protected final java.util.function.Supplier<ShipperPayCourierPaymentsClient> shipperPayCourierPaymentsClient
-
shipperPayCourierRateSheetsClient
protected final java.util.function.Supplier<ShipperPayCourierRateSheetsClient> shipperPayCourierRateSheetsClient
-
shipperPayCourierStatementsClient
protected final java.util.function.Supplier<ShipperPayCourierStatementsClient> shipperPayCourierStatementsClient
-
connectionsClient
protected final java.util.function.Supplier<ConnectionsClient> connectionsClient
-
orgProfilesClient
protected final java.util.function.Supplier<OrgProfilesClient> orgProfilesClient
-
devClient
protected final java.util.function.Supplier<DevClient> devClient
-
taskArtifactNotificationsClient
protected final java.util.function.Supplier<TaskArtifactNotificationsClient> taskArtifactNotificationsClient
-
driversClient
protected final java.util.function.Supplier<DriversClient> driversClient
-
taskArtifactsClient
protected final java.util.function.Supplier<TaskArtifactsClient> taskArtifactsClient
-
offChrtShipperOrgClient
protected final java.util.function.Supplier<OffChrtShipperOrgClient> offChrtShipperOrgClient
-
ordersClient
protected final java.util.function.Supplier<OrdersClient> ordersClient
-
orderDraftsClient
protected final java.util.function.Supplier<OrderDraftsClient> orderDraftsClient
-
taskGroupsClient
protected final java.util.function.Supplier<TaskGroupsClient> taskGroupsClient
-
shipperContactInfoClient
protected final java.util.function.Supplier<ShipperContactInfoClient> shipperContactInfoClient
-
orgsClient
protected final java.util.function.Supplier<OrgsClient> orgsClient
-
rootClient
protected final java.util.function.Supplier<RootClient> rootClient
-
usersClient
protected final java.util.function.Supplier<UsersClient> usersClient
-
utilsClient
protected final java.util.function.Supplier<UtilsClient> utilsClient
-
notificationsClient
protected final java.util.function.Supplier<NotificationsClient> notificationsClient
-
orgConnectionInfosClient
protected final java.util.function.Supplier<OrgConnectionInfosClient> orgConnectionInfosClient
-
trackingClient
protected final java.util.function.Supplier<TrackingClient> trackingClient
-
-
Constructor Detail
-
ChrtApiClient
public ChrtApiClient(ClientOptions clientOptions)
-
-
Method Detail
-
payments
public PaymentsClient payments()
-
courierPayDriverLineItemGroups
public CourierPayDriverLineItemGroupsClient courierPayDriverLineItemGroups()
-
courierPayDriverPayouts
public CourierPayDriverPayoutsClient courierPayDriverPayouts()
-
courierPayDriverRateSheets
public CourierPayDriverRateSheetsClient courierPayDriverRateSheets()
-
courierPayDriverStatements
public CourierPayDriverStatementsClient courierPayDriverStatements()
-
shipperPayCourierLineItemGroups
public ShipperPayCourierLineItemGroupsClient shipperPayCourierLineItemGroups()
-
shipperPayCourierPayments
public ShipperPayCourierPaymentsClient shipperPayCourierPayments()
-
shipperPayCourierRateSheets
public ShipperPayCourierRateSheetsClient shipperPayCourierRateSheets()
-
shipperPayCourierStatements
public ShipperPayCourierStatementsClient shipperPayCourierStatements()
-
connections
public ConnectionsClient connections()
-
orgProfiles
public OrgProfilesClient orgProfiles()
-
dev
public DevClient dev()
-
taskArtifactNotifications
public TaskArtifactNotificationsClient taskArtifactNotifications()
-
drivers
public DriversClient drivers()
-
taskArtifacts
public TaskArtifactsClient taskArtifacts()
-
offChrtShipperOrg
public OffChrtShipperOrgClient offChrtShipperOrg()
-
orders
public OrdersClient orders()
-
orderDrafts
public OrderDraftsClient orderDrafts()
-
taskGroups
public TaskGroupsClient taskGroups()
-
shipperContactInfo
public ShipperContactInfoClient shipperContactInfo()
-
orgs
public OrgsClient orgs()
-
root
public RootClient root()
-
users
public UsersClient users()
-
utils
public UtilsClient utils()
-
notifications
public NotificationsClient notifications()
-
orgConnectionInfos
public OrgConnectionInfosClient orgConnectionInfos()
-
tracking
public TrackingClient tracking()
-
builder
public static ChrtApiClientBuilder builder()
-
-