Class PropertyType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<PropertyType>
com.azure.resourcemanager.security.models.PropertyType

public final class PropertyType extends com.azure.core.util.ExpandableStringEnum<PropertyType>
The data type of the compared operands (string, integer, floating point number or a boolean [true/false]].
  • Field Details

    • STRING

      public static final PropertyType STRING
      Static value String for PropertyType.
    • INTEGER

      public static final PropertyType INTEGER
      Static value Integer for PropertyType.
    • NUMBER

      public static final PropertyType NUMBER
      Static value Number for PropertyType.
    • BOOLEAN

      public static final PropertyType BOOLEAN
      Static value Boolean for PropertyType.
  • Constructor Details

    • PropertyType

      public PropertyType()
  • Method Details

    • fromString

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

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