Uses of Class
odata.msgraph.client.complex.MobileAppInstallTimeSettings
-
Packages that use MobileAppInstallTimeSettings Package Description odata.msgraph.client.complex -
-
Uses of MobileAppInstallTimeSettings in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as MobileAppInstallTimeSettings Modifier and Type Field Description protected MobileAppInstallTimeSettingsWin32LobAppAssignmentSettings. installTimeSettingsMethods in odata.msgraph.client.complex that return MobileAppInstallTimeSettings Modifier and Type Method Description MobileAppInstallTimeSettingsMobileAppInstallTimeSettings.Builder. build()MobileAppInstallTimeSettingsMobileAppInstallTimeSettings. withDeadlineDateTime(OffsetDateTime deadlineDateTime)Returns an immutable copy ofthiswith just thedeadlineDateTimefield changed.MobileAppInstallTimeSettingsMobileAppInstallTimeSettings. withStartDateTime(OffsetDateTime startDateTime)Returns an immutable copy ofthiswith just thestartDateTimefield changed.MobileAppInstallTimeSettingsMobileAppInstallTimeSettings. withUnmappedField(String name, Object value)MobileAppInstallTimeSettingsMobileAppInstallTimeSettings. withUseLocalTime(Boolean useLocalTime)Returns an immutable copy ofthiswith just theuseLocalTimefield changed.Methods in odata.msgraph.client.complex that return types with arguments of type MobileAppInstallTimeSettings Modifier and Type Method Description Optional<MobileAppInstallTimeSettings>Win32LobAppAssignmentSettings. getInstallTimeSettings()“The install time settings to apply for this app assignment.”Methods in odata.msgraph.client.complex with parameters of type MobileAppInstallTimeSettings Modifier and Type Method Description Win32LobAppAssignmentSettings.BuilderWin32LobAppAssignmentSettings.Builder. installTimeSettings(MobileAppInstallTimeSettings installTimeSettings)“The install time settings to apply for this app assignment.”Win32LobAppAssignmentSettingsWin32LobAppAssignmentSettings. withInstallTimeSettings(MobileAppInstallTimeSettings installTimeSettings)Returns an immutable copy ofthiswith just theinstallTimeSettingsfield changed.
-