Package odata.msgraph.client.complex
Class MobileAppInstallTimeSettings.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.MobileAppInstallTimeSettings.Builder
-
- Enclosing class:
- MobileAppInstallTimeSettings
public static final class MobileAppInstallTimeSettings.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MobileAppInstallTimeSettingsbuild()MobileAppInstallTimeSettings.BuilderdeadlineDateTime(OffsetDateTime deadlineDateTime)“The time at which the app should be installed.”MobileAppInstallTimeSettings.BuilderstartDateTime(OffsetDateTime startDateTime)“The time at which the app should be available for installation.”MobileAppInstallTimeSettings.BuilderuseLocalTime(Boolean useLocalTime)“Whether the local device time or UTC time should be used when determining the available and deadline times.”
-
-
-
Method Detail
-
deadlineDateTime
public MobileAppInstallTimeSettings.Builder deadlineDateTime(OffsetDateTime deadlineDateTime)
“The time at which the app should be installed.”- Parameters:
deadlineDateTime- value ofdeadlineDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startDateTime
public MobileAppInstallTimeSettings.Builder startDateTime(OffsetDateTime startDateTime)
“The time at which the app should be available for installation.”- Parameters:
startDateTime- value ofstartDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
useLocalTime
public MobileAppInstallTimeSettings.Builder useLocalTime(Boolean useLocalTime)
“Whether the local device time or UTC time should be used when determining the available and deadline times.”- Parameters:
useLocalTime- value ofuseLocalTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppInstallTimeSettings build()
-
-