Package com.mypurecloud.sdk.v2.model
Class BuAsyncAgentSchedulesSearchResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAsyncAgentSchedulesSearchResponse
- All Implemented Interfaces:
Serializable
BuAsyncAgentSchedulesSearchResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the operation -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL from which to download the result if it is too large to pass directlybooleaninthashCode()operationId(String operationId) The ID for the operationPercent progress for the operationresult(BuAgentSchedulesSearchResponse result) The result of the operation.voidsetDownloadUrl(String downloadUrl) voidsetOperationId(String operationId) voidsetProgress(Integer progress) voidvoidThe status of the operationtoString()
-
Constructor Details
-
BuAsyncAgentSchedulesSearchResponse
public BuAsyncAgentSchedulesSearchResponse() -
BuAsyncAgentSchedulesSearchResponse
-
-
Method Details
-
status
public BuAsyncAgentSchedulesSearchResponse status(BuAsyncAgentSchedulesSearchResponse.StatusEnum status) The status of the operation -
getStatus
-
setStatus
-
operationId
The ID for the operation -
getOperationId
-
setOperationId
-
result
The result of the operation. Null unless status == Complete -
getResult
-
setResult
-
progress
Percent progress for the operation -
getProgress
-
setProgress
-
downloadUrl
The URL from which to download the result if it is too large to pass directly -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-