Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalShrinkageResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalShrinkageResponse
- All Implemented Interfaces:
Serializable
WfmHistoricalShrinkageResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the shrinkage query -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(HistoricalShrinkageResultListing downloadResult) Result will always come via downloadUrls; however the schema is included for documentationdownloadUrls(List<String> downloadUrls) The url list to GET the results of the Historical Shrinkage query.booleangetState()inthashCode()operationId(String operationId) The operationId for which to listenvoidsetDownloadResult(HistoricalShrinkageResultListing downloadResult) voidsetDownloadUrls(List<String> downloadUrls) voidsetOperationId(String operationId) voidThe state of the shrinkage querytoString()
-
Constructor Details
-
WfmHistoricalShrinkageResponse
public WfmHistoricalShrinkageResponse() -
WfmHistoricalShrinkageResponse
-
-
Method Details
-
operationId
The operationId for which to listen -
getOperationId
-
setOperationId
-
downloadUrls
The url list to GET the results of the Historical Shrinkage query. This field is populated only if query state is Complete -
getDownloadUrls
-
setDownloadUrls
-
downloadResult
public WfmHistoricalShrinkageResponse downloadResult(HistoricalShrinkageResultListing downloadResult) Result will always come via downloadUrls; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
state
The state of the shrinkage query -
getState
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-