Package com.mypurecloud.sdk.v2.model
Class ShiftTradeQueryTradesBuJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeQueryTradesBuJobResponse
- All Implemented Interfaces:
Serializable
ShiftTradeQueryTradesBuJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the jobstatic enumThe type of the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL where completed results might be available for download in case the result body for that job type is too largebooleanAny error information, only set if the status == 'Error'getError()getId()getType()inthashCode()The globally unique identifier for the object.queryTradesResult(ShiftTradeListJobResponse queryTradesResult) Results for QueryTrades job typevoidsetDownloadUrl(String downloadUrl) voidvoidvoidsetQueryTradesResult(ShiftTradeListJobResponse queryTradesResult) voidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ShiftTradeQueryTradesBuJobResponse
public ShiftTradeQueryTradesBuJobResponse() -
ShiftTradeQueryTradesBuJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
public ShiftTradeQueryTradesBuJobResponse status(ShiftTradeQueryTradesBuJobResponse.StatusEnum status) The status of the job -
getStatus
-
setStatus
-
type
The type of the job -
getType
-
setType
-
downloadUrl
The URL where completed results might be available for download in case the result body for that job type is too large -
getDownloadUrl
-
setDownloadUrl
-
error
Any error information, only set if the status == 'Error' -
getError
-
setError
-
queryTradesResult
public ShiftTradeQueryTradesBuJobResponse queryTradesResult(ShiftTradeListJobResponse queryTradesResult) Results for QueryTrades job type -
getQueryTradesResult
-
setQueryTradesResult
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-