Class WsdlImportMethod

java.lang.Object
com.azure.core.util.ExpandableStringEnum<WsdlImportMethod>
com.azure.resourcemanager.logic.models.WsdlImportMethod

public final class WsdlImportMethod extends com.azure.core.util.ExpandableStringEnum<WsdlImportMethod>
The WSDL import method.
  • Field Details

    • NOT_SPECIFIED

      public static final WsdlImportMethod NOT_SPECIFIED
      Static value NotSpecified for WsdlImportMethod.
    • SOAP_TO_REST

      public static final WsdlImportMethod SOAP_TO_REST
      Static value SoapToRest for WsdlImportMethod.
    • SOAP_PASS_THROUGH

      public static final WsdlImportMethod SOAP_PASS_THROUGH
      Static value SoapPassThrough for WsdlImportMethod.
  • Constructor Details

    • WsdlImportMethod

      @Deprecated public WsdlImportMethod()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of WsdlImportMethod value.
  • Method Details

    • fromString

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

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