Class SoapApiType


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

      • HTTP

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

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

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

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

      • SoapApiType

        public SoapApiType()
    • Method Detail

      • fromString

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