Interface InboxPreferences
-
@ProviderType public interface InboxPreferences
Interface for the AEM Inbox Preferences
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutOfOfficePreferences
getOutOfOfficePreferences()
Returns theOutOfOfficePreferences
or empty object if out of office preferences is not presentSharingPreferences
getSharingPreferences()
Returns theSharingPreferences
or empty object if sharing preferences is not presentViewPreferences
getViewPreferences()
Returns theViewPreferences
or empty object if view preferences is not present
-
-
-
Method Detail
-
getViewPreferences
@Nonnull ViewPreferences getViewPreferences()
Returns theViewPreferences
or empty object if view preferences is not present- Returns:
- The
ViewPreferences
-
getSharingPreferences
@Nonnull SharingPreferences getSharingPreferences()
Returns theSharingPreferences
or empty object if sharing preferences is not present- Returns:
- The
SharingPreferences
-
getOutOfOfficePreferences
@Nonnull OutOfOfficePreferences getOutOfOfficePreferences()
Returns theOutOfOfficePreferences
or empty object if out of office preferences is not present- Returns:
- The
OutOfOfficePreferences
-
-