Class ClientType


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

      • NONE

        public static final ClientType NONE
        Static value none for ClientType.
      • DOTNET

        public static final ClientType DOTNET
        Static value dotnet for ClientType.
      • JAVA

        public static final ClientType JAVA
        Static value java for ClientType.
      • PYTHON

        public static final ClientType PYTHON
        Static value python for ClientType.
      • GO

        public static final ClientType GO
        Static value go for ClientType.
      • PHP

        public static final ClientType PHP
        Static value php for ClientType.
      • RUBY

        public static final ClientType RUBY
        Static value ruby for ClientType.
      • DJANGO

        public static final ClientType DJANGO
        Static value django for ClientType.
      • NODEJS

        public static final ClientType NODEJS
        Static value nodejs for ClientType.
      • SPRING_BOOT

        public static final ClientType SPRING_BOOT
        Static value springBoot for ClientType.
    • Constructor Detail

      • ClientType

        public ClientType()
    • Method Detail

      • fromString

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

        public static Collection<ClientType> values()
        Gets known ClientType values.
        Returns:
        known ClientType values.