Class IosAvailableUpdateVersion.Builder

    • Method Detail

      • expirationDateTime

        public IosAvailableUpdateVersion.Builder expirationDateTime​(OffsetDateTime expirationDateTime)
        “The expiration date of the update.”
        Parameters:
        expirationDateTime - value of expirationDateTime property (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 of postingDateTime property (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 of productVersion property (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 of supportedDevices property (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 of supportedDevices property (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 of supportedDevices@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)