Package com.mypurecloud.sdk.v2.model
Class TimeOffRequestListing
java.lang.Object
com.mypurecloud.sdk.v2.model.TimeOffRequestListing
- All Implemented Interfaces:
Serializable
TimeOffRequestListing
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) URL from which to fetch results for requests with a large result set.entities(List<TimeOffRequest> entities) List of time off requestsbooleaninthashCode()voidsetDownloadUrl(String downloadUrl) voidsetEntities(List<TimeOffRequest> entities) toString()
-
Constructor Details
-
TimeOffRequestListing
public TimeOffRequestListing() -
TimeOffRequestListing
-
-
Method Details
-
entities
List of time off requests -
getEntities
-
setEntities
-
downloadUrl
URL from which to fetch results for requests with a large result set. If populated, the downloaded data will conform to the same schema as would normally be returned, excepting downloaded data will never itself contain a downloadUrl -
getDownloadUrl
-
setDownloadUrl
-
equals
-
hashCode
public int hashCode() -
toString
-