| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected MobileAppInstallTimeSettings |
Win32LobAppAssignmentSettings.installTimeSettings |
| Modifier and Type | Method and Description |
|---|---|
MobileAppInstallTimeSettings |
MobileAppInstallTimeSettings.Builder.build() |
MobileAppInstallTimeSettings |
MobileAppInstallTimeSettings.withDeadlineDateTime(OffsetDateTime deadlineDateTime)
Returns an immutable copy of
this with just the deadlineDateTime
field changed. |
MobileAppInstallTimeSettings |
MobileAppInstallTimeSettings.withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
MobileAppInstallTimeSettings |
MobileAppInstallTimeSettings.withUseLocalTime(Boolean useLocalTime)
Returns an immutable copy of
this with just the useLocalTime
field changed. |
| Modifier and Type | Method and Description |
|---|---|
Optional<MobileAppInstallTimeSettings> |
Win32LobAppAssignmentSettings.getInstallTimeSettings()
“The install time settings to apply for this app assignment.”
|
| Modifier and Type | Method and Description |
|---|---|
Win32LobAppAssignmentSettings.Builder |
Win32LobAppAssignmentSettings.Builder.installTimeSettings(MobileAppInstallTimeSettings installTimeSettings)
“The install time settings to apply for this app assignment.”
|
Win32LobAppAssignmentSettings |
Win32LobAppAssignmentSettings.withInstallTimeSettings(MobileAppInstallTimeSettings installTimeSettings)
Returns an immutable copy of
this with just the installTimeSettings field changed. |
Copyright © 2018–2020. All rights reserved.