Package odata.msgraph.client.beta.entity
Class IosUpdateConfiguration.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.IosUpdateConfiguration.Builder
-
- Enclosing class:
- IosUpdateConfiguration
public static final class IosUpdateConfiguration.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public IosUpdateConfiguration.Builder id(String id)
-
createdDateTime
public IosUpdateConfiguration.Builder createdDateTime(OffsetDateTime createdDateTime)
-
description
public IosUpdateConfiguration.Builder description(String description)
-
deviceManagementApplicabilityRuleDeviceMode
public IosUpdateConfiguration.Builder deviceManagementApplicabilityRuleDeviceMode(DeviceManagementApplicabilityRuleDeviceMode deviceManagementApplicabilityRuleDeviceMode)
-
deviceManagementApplicabilityRuleOsEdition
public IosUpdateConfiguration.Builder deviceManagementApplicabilityRuleOsEdition(DeviceManagementApplicabilityRuleOsEdition deviceManagementApplicabilityRuleOsEdition)
-
deviceManagementApplicabilityRuleOsVersion
public IosUpdateConfiguration.Builder deviceManagementApplicabilityRuleOsVersion(DeviceManagementApplicabilityRuleOsVersion deviceManagementApplicabilityRuleOsVersion)
-
displayName
public IosUpdateConfiguration.Builder displayName(String displayName)
-
lastModifiedDateTime
public IosUpdateConfiguration.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
roleScopeTagIds
public IosUpdateConfiguration.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public IosUpdateConfiguration.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public IosUpdateConfiguration.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supportsScopeTags
public IosUpdateConfiguration.Builder supportsScopeTags(Boolean supportsScopeTags)
-
version
public IosUpdateConfiguration.Builder version(Integer version)
-
activeHoursEnd
public IosUpdateConfiguration.Builder activeHoursEnd(LocalTime activeHoursEnd)
“Active Hours End (active hours mean the time window when updates install should not happen)”- Parameters:
activeHoursEnd- value ofactiveHoursEndproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
activeHoursStart
public IosUpdateConfiguration.Builder activeHoursStart(LocalTime activeHoursStart)
“Active Hours Start (active hours mean the time window when updates install should not happen)”- Parameters:
activeHoursStart- value ofactiveHoursStartproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
customUpdateTimeWindows
public IosUpdateConfiguration.Builder customUpdateTimeWindows(List<CustomUpdateTimeWindow> customUpdateTimeWindows)
“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled. This collection can contain a maximum of 20 elements.”- Parameters:
customUpdateTimeWindows- value ofcustomUpdateTimeWindowsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
customUpdateTimeWindows
public IosUpdateConfiguration.Builder customUpdateTimeWindows(CustomUpdateTimeWindow... customUpdateTimeWindows)
“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled. This collection can contain a maximum of 20 elements.”- Parameters:
customUpdateTimeWindows- value ofcustomUpdateTimeWindowsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
customUpdateTimeWindowsNextLink
public IosUpdateConfiguration.Builder customUpdateTimeWindowsNextLink(String customUpdateTimeWindowsNextLink)
“If update schedule type is set to use time window scheduling, custom time windows when updates will be scheduled. This collection can contain a maximum of 20 elements.”- Parameters:
customUpdateTimeWindowsNextLink- value ofcustomUpdateTimeWindows@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
desiredOsVersion
public IosUpdateConfiguration.Builder desiredOsVersion(String desiredOsVersion)
“If left unspecified, devices will update to the latest version of the OS.”- Parameters:
desiredOsVersion- value ofdesiredOsVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
enforcedSoftwareUpdateDelayInDays
public IosUpdateConfiguration.Builder enforcedSoftwareUpdateDelayInDays(Integer enforcedSoftwareUpdateDelayInDays)
“Days before software updates are visible to iOS devices ranging from 0 to 90 inclusive”- Parameters:
enforcedSoftwareUpdateDelayInDays- value ofenforcedSoftwareUpdateDelayInDaysproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
isEnabled
public IosUpdateConfiguration.Builder isEnabled(Boolean isEnabled)
“Is setting enabled in UI”- Parameters:
isEnabled- value ofisEnabledproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scheduledInstallDays
public IosUpdateConfiguration.Builder scheduledInstallDays(List<DayOfWeek> scheduledInstallDays)
“Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.”- Parameters:
scheduledInstallDays- value ofscheduledInstallDaysproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scheduledInstallDays
public IosUpdateConfiguration.Builder scheduledInstallDays(DayOfWeek... scheduledInstallDays)
“Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.”- Parameters:
scheduledInstallDays- value ofscheduledInstallDaysproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
scheduledInstallDaysNextLink
public IosUpdateConfiguration.Builder scheduledInstallDaysNextLink(String scheduledInstallDaysNextLink)
“Days in week for which active hours are configured. This collection can contain a maximum of 7 elements.”- Parameters:
scheduledInstallDaysNextLink- value ofscheduledInstallDays@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
updateScheduleType
public IosUpdateConfiguration.Builder updateScheduleType(IosSoftwareUpdateScheduleType updateScheduleType)
“Update schedule type”- Parameters:
updateScheduleType- value ofupdateScheduleTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
utcTimeOffsetInMinutes
public IosUpdateConfiguration.Builder utcTimeOffsetInMinutes(Integer utcTimeOffsetInMinutes)
“UTC Time Offset indicated in minutes”- Parameters:
utcTimeOffsetInMinutes- value ofutcTimeOffsetInMinutesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosUpdateConfiguration build()
-
-