Class CategoryType


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

      • WORKBOOK

        public static final CategoryType WORKBOOK
        Static value workbook for CategoryType.
      • TSG

        public static final CategoryType TSG
        Static value TSG for CategoryType.
      • PERFORMANCE

        public static final CategoryType PERFORMANCE
        Static value performance for CategoryType.
      • RETENTION

        public static final CategoryType RETENTION
        Static value retention for CategoryType.
    • Constructor Detail

      • CategoryType

        public CategoryType()
    • Method Detail

      • fromString

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