Class ProfileWithDateRange

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

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

    • ProfileWithDateRange

      public ProfileWithDateRange()
    • ProfileWithDateRange

      public ProfileWithDateRange(Boolean initWithEmptyList)
  • Method Details

    • id

      public ProfileWithDateRange id(String id)
      Profile ID
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • name

      public ProfileWithDateRange name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • division

      public ProfileWithDateRange division(Division division)
      The division to which this entity belongs.
    • getDivision

      public Division getDivision()
    • setDivision

      public void setDivision(Division division)
    • dateStartWorkday

      public ProfileWithDateRange dateStartWorkday(LocalDate dateStartWorkday)
      Start workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getDateStartWorkday

      public LocalDate getDateStartWorkday()
    • setDateStartWorkday

      public void setDateStartWorkday(LocalDate dateStartWorkday)
    • dateEndWorkday

      public ProfileWithDateRange dateEndWorkday(LocalDate dateEndWorkday)
      End workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getDateEndWorkday

      public LocalDate getDateEndWorkday()
    • setDateEndWorkday

      public void setDateEndWorkday(LocalDate dateEndWorkday)
    • getSelfUri

      public String getSelfUri()
    • 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