Uses of Class
odata.msgraph.client.enums.Win32LobAppNotification
-
Packages that use Win32LobAppNotification Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of Win32LobAppNotification in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as Win32LobAppNotification Modifier and Type Field Description protected Win32LobAppNotificationWin32LobAppAssignmentSettings. notificationsMethods in odata.msgraph.client.complex that return types with arguments of type Win32LobAppNotification Modifier and Type Method Description Optional<Win32LobAppNotification>Win32LobAppAssignmentSettings. getNotifications()“The notification status for this app assignment.”Methods in odata.msgraph.client.complex with parameters of type Win32LobAppNotification Modifier and Type Method Description Win32LobAppAssignmentSettings.BuilderWin32LobAppAssignmentSettings.Builder. notifications(Win32LobAppNotification notifications)“The notification status for this app assignment.”Win32LobAppAssignmentSettingsWin32LobAppAssignmentSettings. withNotifications(Win32LobAppNotification notifications)Returns an immutable copy ofthiswith just thenotificationsfield changed. -
Uses of Win32LobAppNotification in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return Win32LobAppNotification Modifier and Type Method Description static Win32LobAppNotificationWin32LobAppNotification. valueOf(String name)Returns the enum constant of this type with the specified name.static Win32LobAppNotification[]Win32LobAppNotification. values()Returns an array containing the constants of this enum type, in the order they are declared.
-