Interface OutOfOfficeDateRange
-
@ProviderType public interface OutOfOfficeDateRange
Interface for the AEM Inbox Out Of Office Date Range
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getEndTime()
Returns the end time for out of office rangelong
getStartTime()
Returns the start time for out of office rangevoid
setEndTime(long endTime)
Sets the end time for out of office rangevoid
setStartTime(long startTime)
Sets the start time for out of office range
-
-
-
Method Detail
-
getStartTime
long getStartTime()
Returns the start time for out of office range- Returns:
- The start time for out of office range
-
setStartTime
void setStartTime(long startTime)
Sets the start time for out of office range- Parameters:
startTime
- start time for out of office range
-
getEndTime
long getEndTime()
Returns the end time for out of office range- Returns:
- The end time for out of office range
-
setEndTime
void setEndTime(long endTime)
Sets the end time for out of office range- Parameters:
endTime
- the end time for out of office range
-
-