Class IosAvailableUpdateVersion.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.IosAvailableUpdateVersion.Builder
-
- Enclosing class:
- IosAvailableUpdateVersion
public static final class IosAvailableUpdateVersion.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IosAvailableUpdateVersionbuild()IosAvailableUpdateVersion.BuilderexpirationDateTime(OffsetDateTime expirationDateTime)“The expiration date of the update.”IosAvailableUpdateVersion.BuilderpostingDateTime(OffsetDateTime postingDateTime)“The posting date of the update.”IosAvailableUpdateVersion.BuilderproductVersion(String productVersion)“The version of the update.”IosAvailableUpdateVersion.BuildersupportedDevices(String... supportedDevices)“List of supported devices for the update.”IosAvailableUpdateVersion.BuildersupportedDevices(List<String> supportedDevices)“List of supported devices for the update.”IosAvailableUpdateVersion.BuildersupportedDevicesNextLink(String supportedDevicesNextLink)“List of supported devices for the update.”
-
-
-
Method Detail
-
expirationDateTime
public IosAvailableUpdateVersion.Builder expirationDateTime(OffsetDateTime expirationDateTime)
“The expiration date of the update.”- Parameters:
expirationDateTime- value ofexpirationDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
postingDateTime
public IosAvailableUpdateVersion.Builder postingDateTime(OffsetDateTime postingDateTime)
“The posting date of the update.”- Parameters:
postingDateTime- value ofpostingDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
productVersion
public IosAvailableUpdateVersion.Builder productVersion(String productVersion)
“The version of the update.”- Parameters:
productVersion- value ofproductVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedDevices
public IosAvailableUpdateVersion.Builder supportedDevices(List<String> supportedDevices)
“List of supported devices for the update.”- Parameters:
supportedDevices- value ofsupportedDevicesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedDevices
public IosAvailableUpdateVersion.Builder supportedDevices(String... supportedDevices)
“List of supported devices for the update.”- Parameters:
supportedDevices- value ofsupportedDevicesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedDevicesNextLink
public IosAvailableUpdateVersion.Builder supportedDevicesNextLink(String supportedDevicesNextLink)
“List of supported devices for the update.”- Parameters:
supportedDevicesNextLink- value ofsupportedDevices@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosAvailableUpdateVersion build()
-
-