Package com.mypurecloud.sdk.v2.model
Class WeekScheduleResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.WeekScheduleResponse
- All Implemented Interfaces:
Serializable
WeekScheduleResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The url to fetch the result for large responses.booleaninthashCode()result(WeekSchedule result) The result of the request.voidsetDownloadUrl(String downloadUrl) voidsetResult(WeekSchedule result) toString()
-
Constructor Details
-
WeekScheduleResponse
public WeekScheduleResponse() -
WeekScheduleResponse
-
-
Method Details
-
result
The result of the request. The value will be null if response is large -
getResult
-
setResult
-
downloadUrl
The url to fetch the result for large responses. The value is null if result contains the data -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-