Package odata.msgraph.client.complex
Class Win32LobAppAssignmentSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.Win32LobAppAssignmentSettings.Builder
-
- Enclosing class:
- Win32LobAppAssignmentSettings
public static final class Win32LobAppAssignmentSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Win32LobAppAssignmentSettingsbuild()Win32LobAppAssignmentSettings.BuilderinstallTimeSettings(MobileAppInstallTimeSettings installTimeSettings)“The install time settings to apply for this app assignment.”Win32LobAppAssignmentSettings.Buildernotifications(Win32LobAppNotification notifications)“The notification status for this app assignment.”Win32LobAppAssignmentSettings.BuilderrestartSettings(Win32LobAppRestartSettings restartSettings)“The reboot settings to apply for this app assignment.”
-
-
-
Method Detail
-
installTimeSettings
public Win32LobAppAssignmentSettings.Builder installTimeSettings(MobileAppInstallTimeSettings installTimeSettings)
“The install time settings to apply for this app assignment.”- Parameters:
installTimeSettings- value ofinstallTimeSettingsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notifications
public Win32LobAppAssignmentSettings.Builder notifications(Win32LobAppNotification notifications)
“The notification status for this app assignment.”- Parameters:
notifications- value ofnotificationsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
restartSettings
public Win32LobAppAssignmentSettings.Builder restartSettings(Win32LobAppRestartSettings restartSettings)
“The reboot settings to apply for this app assignment.”- Parameters:
restartSettings- value ofrestartSettingsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public Win32LobAppAssignmentSettings build()
-
-