Package com.mypurecloud.sdk.v2.model
Class WfmAgentHistoricalAdherenceResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WfmAgentHistoricalAdherenceResponse
- All Implemented Interfaces:
Serializable
WfmAgentHistoricalAdherenceResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrls(List<String> downloadUrls) The url list to GET the results of the agent adherence query.booleangetJob()inthashCode()A reference to the job that was started by the requestResults will come via downloadUrls, however it may come inline if small enoughvoidsetDownloadUrls(List<String> downloadUrls) voidvoidtoString()
-
Constructor Details
-
WfmAgentHistoricalAdherenceResponse
public WfmAgentHistoricalAdherenceResponse() -
WfmAgentHistoricalAdherenceResponse
-
-
Method Details
-
job
A reference to the job that was started by the request -
getJob
-
setJob
-
downloadUrls
The url list to GET the results of the agent adherence query. This field is populated only if query state is Complete -
getDownloadUrls
-
setDownloadUrls
-
result
Results will come via downloadUrls, however it may come inline if small enough -
getResult
-
setResult
-
equals
-
hashCode
public int hashCode() -
toString
-