public static final class IosAvailableUpdateVersion.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
IosAvailableUpdateVersion |
build() |
IosAvailableUpdateVersion.Builder |
expirationDateTime(OffsetDateTime expirationDateTime)
“The expiration date of the update.”
|
IosAvailableUpdateVersion.Builder |
postingDateTime(OffsetDateTime postingDateTime)
“The posting date of the update.”
|
IosAvailableUpdateVersion.Builder |
productVersion(String productVersion)
“The version of the update.”
|
IosAvailableUpdateVersion.Builder |
supportedDevices(List<String> supportedDevices)
“List of supported devices for the update.”
|
IosAvailableUpdateVersion.Builder |
supportedDevices(String... supportedDevices)
“List of supported devices for the update.”
|
IosAvailableUpdateVersion.Builder |
supportedDevicesNextLink(String supportedDevicesNextLink)
“List of supported devices for the update.”
|
public IosAvailableUpdateVersion.Builder productVersion(String productVersion)
productVersion - value of productVersion property (as defined in service metadata)this (for method chaining)public IosAvailableUpdateVersion.Builder postingDateTime(OffsetDateTime postingDateTime)
postingDateTime - value of postingDateTime property (as defined in service metadata)this (for method chaining)public IosAvailableUpdateVersion.Builder expirationDateTime(OffsetDateTime expirationDateTime)
expirationDateTime - value of expirationDateTime property (as defined in service metadata)this (for method chaining)public IosAvailableUpdateVersion.Builder supportedDevices(List<String> supportedDevices)
supportedDevices - value of supportedDevices property (as defined in service metadata)this (for method chaining)public IosAvailableUpdateVersion.Builder supportedDevices(String... supportedDevices)
supportedDevices - value of supportedDevices property (as defined in service metadata)this (for method chaining)public IosAvailableUpdateVersion.Builder supportedDevicesNextLink(String supportedDevicesNextLink)
supportedDevicesNextLink - value of supportedDevices@nextLink property (as defined in service metadata)this (for method chaining)public IosAvailableUpdateVersion build()
Copyright © 2018–2020. All rights reserved.