Class ApiType


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

      • HTTP

        public static final ApiType HTTP
        Static value http for ApiType.
      • SOAP

        public static final ApiType SOAP
        Static value soap for ApiType.
      • WEBSOCKET

        public static final ApiType WEBSOCKET
        Static value websocket for ApiType.
      • GRAPHQL

        public static final ApiType GRAPHQL
        Static value graphql for ApiType.
    • Constructor Detail

      • ApiType

        public ApiType()
    • Method Detail

      • fromString

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