Package com.mypurecloud.sdk.v2.model
Class AssignmentEffectiveDateRange
java.lang.Object
com.mypurecloud.sdk.v2.model.AssignmentEffectiveDateRange
- All Implemented Interfaces:
Serializable
AssignmentEffectiveDateRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEffective end date of the user assignment in ISO-8601 format or empty value.booleaninthashCode()voidsetEndDate(LocalDate endDate) voidsetStartDate(LocalDate startDate) Effective start date of the user assignment in ISO-8601 format or empty value.toString()
-
Constructor Details
-
AssignmentEffectiveDateRange
public AssignmentEffectiveDateRange() -
AssignmentEffectiveDateRange
-
-
Method Details
-
startDate
Effective start date of the user assignment in ISO-8601 format or empty value. Empty value means no limit on start-date. -
getStartDate
-
setStartDate
-
endDate
Effective end date of the user assignment in ISO-8601 format or empty value. Empty value means no limit on end-date. -
getEndDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-