Package com.mypurecloud.sdk.v2.model
Class AvailabilityRange
java.lang.Object
com.mypurecloud.sdk.v2.model.AvailabilityRange
- All Implemented Interfaces:
Serializable
AvailabilityRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionearliestStartMinutesFromMidnight(Integer earliestStartMinutesFromMidnight) The earliest time of day the activity can be scheduled to begin, in minutes from midnight in the configured time zone of the business unitbooleaninthashCode()latestEndMinutesFromMidnight(Integer latestEndMinutesFromMidnight) The latest time of day the activity can be scheduled to end, in minutes from midnight in the configured time zone of the business unitvoidsetEarliestStartMinutesFromMidnight(Integer earliestStartMinutesFromMidnight) voidsetLatestEndMinutesFromMidnight(Integer latestEndMinutesFromMidnight) toString()
-
Constructor Details
-
AvailabilityRange
public AvailabilityRange() -
AvailabilityRange
-
-
Method Details
-
earliestStartMinutesFromMidnight
The earliest time of day the activity can be scheduled to begin, in minutes from midnight in the configured time zone of the business unit -
getEarliestStartMinutesFromMidnight
-
setEarliestStartMinutesFromMidnight
-
latestEndMinutesFromMidnight
The latest time of day the activity can be scheduled to end, in minutes from midnight in the configured time zone of the business unit -
getLatestEndMinutesFromMidnight
-
setLatestEndMinutesFromMidnight
-
equals
-
hashCode
public int hashCode() -
toString
-