Package com.chrt.api
Class AsyncChrtApiClient
- java.lang.Object
-
- com.chrt.api.AsyncChrtApiClient
-
public class AsyncChrtApiClient extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AsyncChrtApiClient(ClientOptions clientOptions)
-
Method Summary
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
paymentsClient
protected final java.util.function.Supplier<AsyncPaymentsClient> paymentsClient
-
courierPayDriverLineItemGroupsClient
protected final java.util.function.Supplier<AsyncCourierPayDriverLineItemGroupsClient> courierPayDriverLineItemGroupsClient
-
courierPayDriverPayoutsClient
protected final java.util.function.Supplier<AsyncCourierPayDriverPayoutsClient> courierPayDriverPayoutsClient
-
courierPayDriverRateSheetsClient
protected final java.util.function.Supplier<AsyncCourierPayDriverRateSheetsClient> courierPayDriverRateSheetsClient
-
courierPayDriverStatementsClient
protected final java.util.function.Supplier<AsyncCourierPayDriverStatementsClient> courierPayDriverStatementsClient
-
shipperPayCourierLineItemGroupsClient
protected final java.util.function.Supplier<AsyncShipperPayCourierLineItemGroupsClient> shipperPayCourierLineItemGroupsClient
-
shipperPayCourierPaymentsClient
protected final java.util.function.Supplier<AsyncShipperPayCourierPaymentsClient> shipperPayCourierPaymentsClient
-
shipperPayCourierRateSheetsClient
protected final java.util.function.Supplier<AsyncShipperPayCourierRateSheetsClient> shipperPayCourierRateSheetsClient
-
shipperPayCourierStatementsClient
protected final java.util.function.Supplier<AsyncShipperPayCourierStatementsClient> shipperPayCourierStatementsClient
-
connectionsClient
protected final java.util.function.Supplier<AsyncConnectionsClient> connectionsClient
-
orgProfilesClient
protected final java.util.function.Supplier<AsyncOrgProfilesClient> orgProfilesClient
-
devClient
protected final java.util.function.Supplier<AsyncDevClient> devClient
-
taskArtifactNotificationsClient
protected final java.util.function.Supplier<AsyncTaskArtifactNotificationsClient> taskArtifactNotificationsClient
-
driversClient
protected final java.util.function.Supplier<AsyncDriversClient> driversClient
-
cargosClient
protected final java.util.function.Supplier<AsyncCargosClient> cargosClient
-
taskArtifactsClient
protected final java.util.function.Supplier<AsyncTaskArtifactsClient> taskArtifactsClient
-
offChrtShipperOrgClient
protected final java.util.function.Supplier<AsyncOffChrtShipperOrgClient> offChrtShipperOrgClient
-
ordersClient
protected final java.util.function.Supplier<AsyncOrdersClient> ordersClient
-
orderDraftsClient
protected final java.util.function.Supplier<AsyncOrderDraftsClient> orderDraftsClient
-
taskGroupsClient
protected final java.util.function.Supplier<AsyncTaskGroupsClient> taskGroupsClient
-
tasksClient
protected final java.util.function.Supplier<AsyncTasksClient> tasksClient
-
shipperContactInfoClient
protected final java.util.function.Supplier<AsyncShipperContactInfoClient> shipperContactInfoClient
-
orgsClient
protected final java.util.function.Supplier<AsyncOrgsClient> orgsClient
-
rootClient
protected final java.util.function.Supplier<AsyncRootClient> rootClient
-
usersClient
protected final java.util.function.Supplier<AsyncUsersClient> usersClient
-
utilsClient
protected final java.util.function.Supplier<AsyncUtilsClient> utilsClient
-
notificationsClient
protected final java.util.function.Supplier<AsyncNotificationsClient> notificationsClient
-
orgInfoForConnectionsClient
protected final java.util.function.Supplier<AsyncOrgInfoForConnectionsClient> orgInfoForConnectionsClient
-
trackingClient
protected final java.util.function.Supplier<AsyncTrackingClient> trackingClient
-
-
Constructor Detail
-
AsyncChrtApiClient
public AsyncChrtApiClient(ClientOptions clientOptions)
-
-
Method Detail
-
payments
public AsyncPaymentsClient payments()
-
courierPayDriverLineItemGroups
public AsyncCourierPayDriverLineItemGroupsClient courierPayDriverLineItemGroups()
-
courierPayDriverPayouts
public AsyncCourierPayDriverPayoutsClient courierPayDriverPayouts()
-
courierPayDriverRateSheets
public AsyncCourierPayDriverRateSheetsClient courierPayDriverRateSheets()
-
courierPayDriverStatements
public AsyncCourierPayDriverStatementsClient courierPayDriverStatements()
-
shipperPayCourierLineItemGroups
public AsyncShipperPayCourierLineItemGroupsClient shipperPayCourierLineItemGroups()
-
shipperPayCourierPayments
public AsyncShipperPayCourierPaymentsClient shipperPayCourierPayments()
-
shipperPayCourierRateSheets
public AsyncShipperPayCourierRateSheetsClient shipperPayCourierRateSheets()
-
shipperPayCourierStatements
public AsyncShipperPayCourierStatementsClient shipperPayCourierStatements()
-
connections
public AsyncConnectionsClient connections()
-
orgProfiles
public AsyncOrgProfilesClient orgProfiles()
-
dev
public AsyncDevClient dev()
-
taskArtifactNotifications
public AsyncTaskArtifactNotificationsClient taskArtifactNotifications()
-
drivers
public AsyncDriversClient drivers()
-
cargos
public AsyncCargosClient cargos()
-
taskArtifacts
public AsyncTaskArtifactsClient taskArtifacts()
-
offChrtShipperOrg
public AsyncOffChrtShipperOrgClient offChrtShipperOrg()
-
orders
public AsyncOrdersClient orders()
-
orderDrafts
public AsyncOrderDraftsClient orderDrafts()
-
taskGroups
public AsyncTaskGroupsClient taskGroups()
-
tasks
public AsyncTasksClient tasks()
-
shipperContactInfo
public AsyncShipperContactInfoClient shipperContactInfo()
-
orgs
public AsyncOrgsClient orgs()
-
root
public AsyncRootClient root()
-
users
public AsyncUsersClient users()
-
utils
public AsyncUtilsClient utils()
-
notifications
public AsyncNotificationsClient notifications()
-
orgInfoForConnections
public AsyncOrgInfoForConnectionsClient orgInfoForConnections()
-
tracking
public AsyncTrackingClient tracking()
-
builder
public static AsyncChrtApiClientBuilder builder()
-
-