Package com.mypurecloud.sdk.v2.model
Class SearchShiftTradesResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.SearchShiftTradesResponse
- All Implemented Interfaces:
Serializable
SearchShiftTradesResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) URL from which to fetch results for requests with a large result set.booleaninthashCode()voidsetDownloadUrl(String downloadUrl) voidsetTrades(List<SearchShiftTradeResponse> trades) toString()trades(List<SearchShiftTradeResponse> trades) The shift trades that match the search criteria
-
Constructor Details
-
SearchShiftTradesResponse
public SearchShiftTradesResponse() -
SearchShiftTradesResponse
-
-
Method Details
-
trades
The shift trades that match the search criteria -
getTrades
-
setTrades
-
downloadUrl
URL from which to fetch results for requests with a large result set. If populated, the downloaded data will conform to the same schema as would normally be returned, excepting downloaded data will never itself contain a downloadUrl -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-