Package | Description |
---|---|
com.cloudwords.api.client | |
com.cloudwords.api.client.resources | |
com.cloudwords.api.client.serializers |
Modifier and Type | Method and Description |
---|---|
Vendor |
CloudwordsCustomerClient.getVendor(int vendorId) |
Vendor |
CloudwordsCustomerAPI.getVendor(int vendorId)
Get the Cloudwords
Vendor by the unique Cloudwords vendor ID. |
Modifier and Type | Method and Description |
---|---|
List<Vendor> |
CloudwordsCustomerClient.getPreferredVendors() |
List<Vendor> |
CloudwordsCustomerAPI.getPreferredVendors()
Get the list of preferred
Vendor s currently configured in Cloudwords. |
List<Vendor> |
CloudwordsCustomerClient.getPreferredVendors(Department department) |
List<Vendor> |
CloudwordsCustomerAPI.getPreferredVendors(Department department)
Get the list of preferred
Vendor s currently configured in Cloudwords. |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
Vendor |
UserOrVendor.getVendor() |
Vendor |
CustomerBid.getVendor()
Get the
Vendor associated with this CustomerBid |
Modifier and Type | Method and Description |
---|---|
List<Vendor> |
CustomerTranslationRequest.getPreferredVendors() |
List<Vendor> |
BidRequest.getPreferredVendors()
Get the list of preferred
Vendor that are associated with this BidRequest . |
Modifier and Type | Method and Description |
---|---|
void |
UserOrVendor.setVendor(Vendor vendor) |
void |
CustomerBid.setVendor(Vendor vendor)
Set the
Vendor associated with this CustomerBid |
Modifier and Type | Method and Description |
---|---|
void |
CustomerTranslationRequest.setPreferredVendors(List<Vendor> preferredVendors) |
void |
BidRequest.setPreferredVendors(List<Vendor> preferredVendors)
Set the list of preferred
Vendor that are associated with this BidRequest . |
Modifier and Type | Method and Description |
---|---|
void |
VendorSerializer.serialize(Vendor value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2016. All rights reserved.