Class RelationshipCategory

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RelationshipCategory>
com.azure.analytics.purview.datamap.models.RelationshipCategory
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class RelationshipCategory extends com.azure.core.util.ExpandableStringEnum<RelationshipCategory>
Relationship Category.
  • Field Details

  • Constructor Details

    • RelationshipCategory

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

    • fromString

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

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