| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Method and Description |
|---|---|
static MobileAppInstallTimeSettings.Builder |
MobileAppInstallTimeSettings.builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MobileAppInstallTimeSettings.Builder |
MobileAppInstallTimeSettings.Builder.deadlineDateTime(OffsetDateTime deadlineDateTime)
“The time at which the app should be installed.”
|
MobileAppInstallTimeSettings.Builder |
MobileAppInstallTimeSettings.Builder.startDateTime(OffsetDateTime startDateTime)
“The time at which the app should be available for installation.”
|
MobileAppInstallTimeSettings.Builder |
MobileAppInstallTimeSettings.Builder.useLocalTime(Boolean useLocalTime)
“Whether the local device time or UTC time should be used when determining the
available and deadline times.”
|
Copyright © 2018–2020. All rights reserved.