Class TimeOffRequestLookup

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

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

    • TimeOffRequestLookup

      public TimeOffRequestLookup()
    • TimeOffRequestLookup

      public TimeOffRequestLookup(Boolean initWithEmptyList)
  • Method Details

    • timeOffRequestId

      public TimeOffRequestLookup timeOffRequestId(String timeOffRequestId)
      The ID of the time off request
    • getTimeOffRequestId

      public String getTimeOffRequestId()
    • setTimeOffRequestId

      public void setTimeOffRequestId(String timeOffRequestId)
    • userId

      public TimeOffRequestLookup userId(String userId)
      The ID of the user to whom the time off request belongs
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • 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