Class SearchType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SearchType>
com.azure.resourcemanager.workloads.models.SearchType

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

    Fields
    Modifier and Type
    Field
    Description
    static final SearchType
    Static value Elastic for SearchType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static SearchType
    Creates or finds a SearchType from its string representation.
    Gets known SearchType 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

    • ELASTIC

      public static final SearchType ELASTIC
      Static value Elastic for SearchType.
  • Constructor Details

    • SearchType

      public SearchType()
  • Method Details

    • fromString

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

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