Class TimeOffRequestListing

java.lang.Object
com.mypurecloud.sdk.v2.model.TimeOffRequestListing
All Implemented Interfaces:
Serializable

public class TimeOffRequestListing extends Object implements Serializable
TimeOffRequestListing
See Also:
  • Constructor Details

    • TimeOffRequestListing

      public TimeOffRequestListing()
    • TimeOffRequestListing

      public TimeOffRequestListing(Boolean initWithEmptyList)
  • Method Details

    • entities

      public TimeOffRequestListing entities(List<TimeOffRequest> entities)
      List of time off requests
    • getEntities

      public List<TimeOffRequest> getEntities()
    • setEntities

      public void setEntities(List<TimeOffRequest> entities)
    • downloadUrl

      public TimeOffRequestListing downloadUrl(String 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

      public String getDownloadUrl()
    • setDownloadUrl

      public void setDownloadUrl(String downloadUrl)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object