Interface InboxPreferences
Interface for the AEM Inbox Preferences
-
Method Summary
Modifier and TypeMethodDescriptionReturns theOutOfOfficePreferencesor empty object if out of office preferences is not presentReturns theSharingPreferencesor empty object if sharing preferences is not presentReturns theViewPreferencesor empty object if view preferences is not present
-
Method Details
-
getViewPreferences
Returns theViewPreferencesor empty object if view preferences is not present- Returns:
- The
ViewPreferences
-
getSharingPreferences
Returns theSharingPreferencesor empty object if sharing preferences is not present- Returns:
- The
SharingPreferences
-
getOutOfOfficePreferences
Returns theOutOfOfficePreferencesor empty object if out of office preferences is not present- Returns:
- The
OutOfOfficePreferences
-