Package com.mypurecloud.sdk.v2.model
Class ShiftTradeBulkUpdateTradeStateBuJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeBulkUpdateTradeStateBuJobResponse
- All Implemented Interfaces:
Serializable
ShiftTradeBulkUpdateTradeStateBuJobResponse
- 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 TypeMethodDescriptionbulkUpdateTradeStatesResult(BulkUpdateShiftTradeStateResult bulkUpdateTradeStatesResult) Results for BulkUpdateTradeStates job typedownloadUrl(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.voidsetBulkUpdateTradeStatesResult(BulkUpdateShiftTradeStateResult bulkUpdateTradeStatesResult) voidsetDownloadUrl(String downloadUrl) voidvoidvoidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ShiftTradeBulkUpdateTradeStateBuJobResponse
public ShiftTradeBulkUpdateTradeStateBuJobResponse() -
ShiftTradeBulkUpdateTradeStateBuJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
public ShiftTradeBulkUpdateTradeStateBuJobResponse status(ShiftTradeBulkUpdateTradeStateBuJobResponse.StatusEnum status) The status of the job -
getStatus
-
setStatus
-
type
public ShiftTradeBulkUpdateTradeStateBuJobResponse type(ShiftTradeBulkUpdateTradeStateBuJobResponse.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
-
bulkUpdateTradeStatesResult
public ShiftTradeBulkUpdateTradeStateBuJobResponse bulkUpdateTradeStatesResult(BulkUpdateShiftTradeStateResult bulkUpdateTradeStatesResult) Results for BulkUpdateTradeStates job type -
getBulkUpdateTradeStatesResult
-
setBulkUpdateTradeStatesResult
public void setBulkUpdateTradeStatesResult(BulkUpdateShiftTradeStateResult bulkUpdateTradeStatesResult) -
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-