Package com.mypurecloud.sdk.v2.model
Class WfmHistoricalAdherenceResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmHistoricalAdherenceResponse
- All Implemented Interfaces:
Serializable
WfmHistoricalAdherenceResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the adherence query -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadResult(WfmHistoricalAdherenceResultWrapper downloadResult) Result will always come via downloadUrls; however the schema is included for documentationdownloadUrl(String downloadUrl) Deprecated.downloadUrls(List<String> downloadUrls) The uri list to GET the results of the Historical Adherence query.booleangetId()inthashCode()The query ID to listen forThe state of the adherence queryvoidsetDownloadResult(WfmHistoricalAdherenceResultWrapper downloadResult) voidsetDownloadUrl(String downloadUrl) voidsetDownloadUrls(List<String> downloadUrls) voidvoidtoString()
-
Constructor Details
-
WfmHistoricalAdherenceResponse
public WfmHistoricalAdherenceResponse() -
WfmHistoricalAdherenceResponse
-
-
Method Details
-
id
The query ID to listen for -
getId
-
setId
-
downloadUrl
Deprecated. Use downloadUrls instead. -
getDownloadUrl
-
setDownloadUrl
-
downloadResult
public WfmHistoricalAdherenceResponse downloadResult(WfmHistoricalAdherenceResultWrapper downloadResult) Result will always come via downloadUrls; however the schema is included for documentation -
getDownloadResult
-
setDownloadResult
-
downloadUrls
The uri list to GET the results of the Historical Adherence query. For notification purposes only -
getDownloadUrls
-
setDownloadUrls
-
queryState
public WfmHistoricalAdherenceResponse queryState(WfmHistoricalAdherenceResponse.QueryStateEnum queryState) The state of the adherence query -
getQueryState
-
setQueryState
-
equals
-
hashCode
public int hashCode() -
toString
-