Interface InboxPreferences
- 
@ProviderType public interface InboxPreferencesInterface for the AEM Inbox Preferences 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutOfOfficePreferencesgetOutOfOfficePreferences()Returns theOutOfOfficePreferencesor empty object if out of office preferences is not presentSharingPreferencesgetSharingPreferences()Returns theSharingPreferencesor empty object if sharing preferences is not presentViewPreferencesgetViewPreferences()Returns theViewPreferencesor empty object if view preferences is not present 
 - 
 
- 
- 
Method Detail
- 
getViewPreferences
@Nonnull ViewPreferences getViewPreferences()
Returns theViewPreferencesor empty object if view preferences is not present- Returns:
 - The 
ViewPreferences 
 
- 
getSharingPreferences
@Nonnull SharingPreferences getSharingPreferences()
Returns theSharingPreferencesor empty object if sharing preferences is not present- Returns:
 - The 
SharingPreferences 
 
- 
getOutOfOfficePreferences
@Nonnull OutOfOfficePreferences getOutOfOfficePreferences()
Returns theOutOfOfficePreferencesor empty object if out of office preferences is not present- Returns:
 - The 
OutOfOfficePreferences 
 
 - 
 
 -