static IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.builder() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.Builder.expirationDateTime(OffsetDateTime expirationDateTime) |
“The expiration date of the update.”
|
IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.Builder.postingDateTime(OffsetDateTime postingDateTime) |
“The posting date of the update.”
|
IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.Builder.productVersion(String productVersion) |
“The version of the update.”
|
IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.Builder.supportedDevices(String... supportedDevices) |
“List of supported devices for the update.”
|
IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.Builder.supportedDevices(List<String> supportedDevices) |
“List of supported devices for the update.”
|
IosAvailableUpdateVersion.Builder |
IosAvailableUpdateVersion.Builder.supportedDevicesNextLink(String supportedDevicesNextLink) |
“List of supported devices for the update.”
|