Class AppType


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

      • PORTAL

        public static final AppType PORTAL
        Static value portal for AppType.
      • DEVELOPER_PORTAL

        public static final AppType DEVELOPER_PORTAL
        Static value developerPortal for AppType.
    • Constructor Detail

      • AppType

        public AppType()
    • Method Detail

      • fromString

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