Package com.mypurecloud.sdk.v2.model
Class FixedAvailability
java.lang.Object
com.mypurecloud.sdk.v2.model.FixedAvailability
- All Implemented Interfaces:
Serializable
FixedAvailability
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets daysOfWeek -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailabilityRange(AvailabilityRange availabilityRange) The range of time of day the activity can be scheduleddateRange(RequiredLocalDateRange dateRange) The range of date for which the activity plan could be scheduleddaysOfWeek(List<FixedAvailability.DaysOfWeekEnum> daysOfWeek) The days of week available for scheduling.booleaninthashCode()voidsetAvailabilityRange(AvailabilityRange availabilityRange) voidsetDateRange(RequiredLocalDateRange dateRange) voidsetDaysOfWeek(List<FixedAvailability.DaysOfWeekEnum> daysOfWeek) toString()
-
Constructor Details
-
FixedAvailability
public FixedAvailability() -
FixedAvailability
-
-
Method Details
-
availabilityRange
The range of time of day the activity can be scheduled -
getAvailabilityRange
-
setAvailabilityRange
-
dateRange
The range of date for which the activity plan could be scheduled -
getDateRange
-
setDateRange
-
daysOfWeek
The days of week available for scheduling. Empty list or null means daysOfWeek is not considered -
getDaysOfWeek
-
setDaysOfWeek
-
equals
-
hashCode
public int hashCode() -
toString
-