Class ImageType


  • public final class ImageType
    extends com.azure.core.util.ExpandableStringEnum<ImageType>
    Defines values for ImageType.
    • Field Detail

      • MAIN_IMAGE

        public static final ImageType MAIN_IMAGE
        Static value MainImage for ImageType.
      • BULLET_IMAGE

        public static final ImageType BULLET_IMAGE
        Static value BulletImage for ImageType.
      • GENERIC_IMAGE

        public static final ImageType GENERIC_IMAGE
        Static value GenericImage for ImageType.
    • Constructor Detail

      • ImageType

        public ImageType()
    • Method Detail

      • fromString

        public static ImageType fromString​(String name)
        Creates or finds a ImageType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ImageType.