Class AsyncShippingClient
- java.lang.Object
-
- com.chrt.api.resources.analytics.shipping.AsyncShippingClient
-
public class AsyncShippingClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncShippingClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<AnalyticsTimeBucketResponse>retrieveOrdersCountV1(AnalyticsTimePeriodRequest request)Retrieves order counts bucketed by time period.java.util.concurrent.CompletableFuture<AnalyticsTimeBucketResponse>retrieveOrdersCountV1(AnalyticsTimePeriodRequest request, RequestOptions requestOptions)Retrieves order counts bucketed by time period.AsyncRawShippingClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncShippingClient
public AsyncShippingClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawShippingClient withRawResponse()
Get responses with HTTP metadata like headers
-
retrieveOrdersCountV1
public java.util.concurrent.CompletableFuture<AnalyticsTimeBucketResponse> retrieveOrdersCountV1(AnalyticsTimePeriodRequest request)
Retrieves order counts bucketed by time period. | (AnalyticsTimePeriodRequest) -> (AnalyticsTimeBucketResponse)
-
retrieveOrdersCountV1
public java.util.concurrent.CompletableFuture<AnalyticsTimeBucketResponse> retrieveOrdersCountV1(AnalyticsTimePeriodRequest request, RequestOptions requestOptions)
Retrieves order counts bucketed by time period. | (AnalyticsTimePeriodRequest) -> (AnalyticsTimeBucketResponse)
-
-