Package com.mypurecloud.sdk.v2.model
Class ProfileWithDateRange
java.lang.Object
com.mypurecloud.sdk.v2.model.ProfileWithDateRange
- All Implemented Interfaces:
Serializable
ProfileWithDateRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateEndWorkday(LocalDate dateEndWorkday) End workday used as the date range.dateStartWorkday(LocalDate dateStartWorkday) Start workday used as the date range.The division to which this entity belongs.booleangetId()getName()inthashCode()Profile IDvoidsetDateEndWorkday(LocalDate dateEndWorkday) voidsetDateStartWorkday(LocalDate dateStartWorkday) voidsetDivision(Division division) voidvoidtoString()
-
Constructor Details
-
ProfileWithDateRange
public ProfileWithDateRange() -
ProfileWithDateRange
-
-
Method Details
-
id
Profile ID -
getId
-
setId
-
name
-
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
dateStartWorkday
Start workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStartWorkday
-
setDateStartWorkday
-
dateEndWorkday
End workday used as the date range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEndWorkday
-
setDateEndWorkday
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-