Package com.chrt.api.resources.listing
Class ListingClient
- java.lang.Object
-
- com.chrt.api.resources.listing.ListingClient
-
public class ListingClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.function.Supplier<BidThreadsClient>bidThreadsClientprotected ClientOptionsclientOptionsprotected java.util.function.Supplier<DriverBiddingGroupsClient>driverBiddingGroupsClientprotected java.util.function.Supplier<ListingsClient>listingsClientprotected java.util.function.Supplier<OrgBiddingGroupsClient>orgBiddingGroupsClient
-
Constructor Summary
Constructors Constructor Description ListingClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BidThreadsClientbidThreads()DriverBiddingGroupsClientdriverBiddingGroups()ListingsClientlistings()OrgBiddingGroupsClientorgBiddingGroups()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
listingsClient
protected final java.util.function.Supplier<ListingsClient> listingsClient
-
orgBiddingGroupsClient
protected final java.util.function.Supplier<OrgBiddingGroupsClient> orgBiddingGroupsClient
-
driverBiddingGroupsClient
protected final java.util.function.Supplier<DriverBiddingGroupsClient> driverBiddingGroupsClient
-
bidThreadsClient
protected final java.util.function.Supplier<BidThreadsClient> bidThreadsClient
-
-
Constructor Detail
-
ListingClient
public ListingClient(ClientOptions clientOptions)
-
-
Method Detail
-
listings
public ListingsClient listings()
-
orgBiddingGroups
public OrgBiddingGroupsClient orgBiddingGroups()
-
driverBiddingGroups
public DriverBiddingGroupsClient driverBiddingGroups()
-
bidThreads
public BidThreadsClient bidThreads()
-
-