Package com.mypurecloud.sdk.v2.model
Class SchedulingPeriod
java.lang.Object
com.mypurecloud.sdk.v2.model.SchedulingPeriod
- All Implemented Interfaces:
Serializable
SchedulingPeriod
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionearliestStartDate(LocalDate earliestStartDate) The earliest date the associated activity plan can begin, in YYYY-MM-DD format.booleaninthashCode()latestEndDate(LocalDate latestEndDate) The latest date the associated activity plan can end, in YYYY-MM-DD format.voidsetEarliestStartDate(LocalDate earliestStartDate) voidsetLatestEndDate(LocalDate latestEndDate) toString()
-
Constructor Details
-
SchedulingPeriod
public SchedulingPeriod() -
SchedulingPeriod
-
-
Method Details
-
latestEndDate
The latest date the associated activity plan can end, in YYYY-MM-DD format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getLatestEndDate
-
setLatestEndDate
-
earliestStartDate
The earliest date the associated activity plan can begin, in YYYY-MM-DD format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getEarliestStartDate
-
setEarliestStartDate
-
equals
-
hashCode
public int hashCode() -
toString
-