Package com.mypurecloud.sdk.v2.model
Class ShiftTradeSearchUnmatchedTradesBuJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeSearchUnmatchedTradesBuJobResponse
- All Implemented Interfaces:
Serializable
ShiftTradeSearchUnmatchedTradesBuJobResponse
- 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.searchUnmatchedTradesResult(SearchUnmatchedShiftTradeListJobResponseItem searchUnmatchedTradesResult) Results for SearchUnmatchedTrades job typevoidsetDownloadUrl(String downloadUrl) voidvoidvoidsetSearchUnmatchedTradesResult(SearchUnmatchedShiftTradeListJobResponseItem searchUnmatchedTradesResult) voidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ShiftTradeSearchUnmatchedTradesBuJobResponse
public ShiftTradeSearchUnmatchedTradesBuJobResponse() -
ShiftTradeSearchUnmatchedTradesBuJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
public ShiftTradeSearchUnmatchedTradesBuJobResponse status(ShiftTradeSearchUnmatchedTradesBuJobResponse.StatusEnum status) The status of the job -
getStatus
-
setStatus
-
type
public ShiftTradeSearchUnmatchedTradesBuJobResponse type(ShiftTradeSearchUnmatchedTradesBuJobResponse.TypeEnum 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
-
searchUnmatchedTradesResult
public ShiftTradeSearchUnmatchedTradesBuJobResponse searchUnmatchedTradesResult(SearchUnmatchedShiftTradeListJobResponseItem searchUnmatchedTradesResult) Results for SearchUnmatchedTrades job type -
getSearchUnmatchedTradesResult
-
setSearchUnmatchedTradesResult
public void setSearchUnmatchedTradesResult(SearchUnmatchedShiftTradeListJobResponseItem searchUnmatchedTradesResult) -
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-