Package | Description |
---|---|
com.cloudwords.api.client |
Modifier and Type | Method and Description |
---|---|
BidRequest |
CloudwordsCustomerClient.getCurrentBidRequestForProject(int projectId) |
BidRequest |
CloudwordsCustomerAPI.getCurrentBidRequestForProject(int projectId)
Get the current
BidRequest for the specified Project . |
BidRequest |
CloudwordsCustomerClient.requestBidsForProject(int projectId,
List<Vendor> preferredVendors,
boolean doLetCloudwordsChoose,
boolean doAutoSelectBidFromVendor) |
BidRequest |
CloudwordsCustomerAPI.requestBidsForProject(int projectId,
List<Vendor> preferredVendors,
boolean doLetCloudwordsChoose,
boolean doAutoSelectBidFromVendor)
Request bids for the specified
Project . |
BidRequest |
CloudwordsCustomerClient.selectWinningBid(int projectId,
int bidId) |
BidRequest |
CloudwordsCustomerAPI.selectWinningBid(int projectId,
int bidId)
Select the winning
CustomerBid for the specified Cloudwords Project . |
Copyright © 2016. All rights reserved.