Package com.chrt.api.resources.listing
Class AsyncListingClient
- java.lang.Object
-
- com.chrt.api.resources.listing.AsyncListingClient
-
public class AsyncListingClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<AsyncBidThreadsClient>bidThreadsClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncDriverBiddingGroupsClient>driverBiddingGroupsClientprotected java.util.function.Supplier<AsyncListingsClient>listingsClientprotected java.util.function.Supplier<AsyncOrgBiddingGroupsClient>orgBiddingGroupsClient
-
Constructor Summary
Constructors Constructor Description AsyncListingClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncBidThreadsClientbidThreads()AsyncDriverBiddingGroupsClientdriverBiddingGroups()AsyncListingsClientlistings()AsyncOrgBiddingGroupsClientorgBiddingGroups()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
listingsClient
protected final java.util.function.Supplier<AsyncListingsClient> listingsClient
-
orgBiddingGroupsClient
protected final java.util.function.Supplier<AsyncOrgBiddingGroupsClient> orgBiddingGroupsClient
-
driverBiddingGroupsClient
protected final java.util.function.Supplier<AsyncDriverBiddingGroupsClient> driverBiddingGroupsClient
-
bidThreadsClient
protected final java.util.function.Supplier<AsyncBidThreadsClient> bidThreadsClient
-
-
Constructor Detail
-
AsyncListingClient
public AsyncListingClient(ClientOptions clientOptions)
-
-
Method Detail
-
listings
public AsyncListingsClient listings()
-
orgBiddingGroups
public AsyncOrgBiddingGroupsClient orgBiddingGroups()
-
driverBiddingGroups
public AsyncDriverBiddingGroupsClient driverBiddingGroups()
-
bidThreads
public AsyncBidThreadsClient bidThreads()
-
-