Class ImageUpdateProperties

  • Direct Known Subclasses:
    ImageProperties

    public class ImageUpdateProperties
    extends Object
    Properties of an image resource update.
    • Constructor Detail

      • ImageUpdateProperties

        public ImageUpdateProperties()
    • Method Detail

      • enabledState

        public EnableState enabledState()
        Get the enabledState property: Is the image enabled.
        Returns:
        the enabledState value.
      • withEnabledState

        public ImageUpdateProperties withEnabledState​(EnableState enabledState)
        Set the enabledState property: Is the image enabled.
        Parameters:
        enabledState - the enabledState value to set.
        Returns:
        the ImageUpdateProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.