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

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

    Fields
    Modifier and Type
    Field
    Description
    static final ApiType
    Static value NotSpecified for ApiType.
    static final ApiType
    Static value Rest for ApiType.
    static final ApiType
    Static value Soap for ApiType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static ApiType
    Creates or finds a ApiType from its string representation.
    Gets known ApiType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • NOT_SPECIFIED

      public static final ApiType NOT_SPECIFIED
      Static value NotSpecified for ApiType.
    • REST

      public static final ApiType REST
      Static value Rest for ApiType.
    • SOAP

      public static final ApiType SOAP
      Static value Soap for ApiType.
  • Constructor Details

  • Method Details

    • 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.
    • values

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