Enum Class AttributeType

java.lang.Object
java.lang.Enum<AttributeType>
co.permify.sdk.model.AttributeType
All Implemented Interfaces:
Serializable, Comparable<AttributeType>, Constable

public enum AttributeType extends Enum<AttributeType>
Enumerates the types of attribute. - ATTRIBUTE_TYPE_UNSPECIFIED: Not specified attribute type. This is the default value. - ATTRIBUTE_TYPE_BOOLEAN: A boolean attribute type. - ATTRIBUTE_TYPE_BOOLEAN_ARRAY: A boolean array attribute type. - ATTRIBUTE_TYPE_STRING: A string attribute type. - ATTRIBUTE_TYPE_STRING_ARRAY: A string array attribute type. - ATTRIBUTE_TYPE_INTEGER: An integer attribute type. - ATTRIBUTE_TYPE_INTEGER_ARRAY: An integer array attribute type. - ATTRIBUTE_TYPE_DOUBLE: A double attribute type. - ATTRIBUTE_TYPE_DOUBLE_ARRAY: A double array attribute type.
  • Enum Constant Details

    • ATTRIBUTE_TYPE_UNSPECIFIED

      public static final AttributeType ATTRIBUTE_TYPE_UNSPECIFIED
    • ATTRIBUTE_TYPE_BOOLEAN

      public static final AttributeType ATTRIBUTE_TYPE_BOOLEAN
    • ATTRIBUTE_TYPE_BOOLEAN_ARRAY

      public static final AttributeType ATTRIBUTE_TYPE_BOOLEAN_ARRAY
    • ATTRIBUTE_TYPE_STRING

      public static final AttributeType ATTRIBUTE_TYPE_STRING
    • ATTRIBUTE_TYPE_STRING_ARRAY

      public static final AttributeType ATTRIBUTE_TYPE_STRING_ARRAY
    • ATTRIBUTE_TYPE_INTEGER

      public static final AttributeType ATTRIBUTE_TYPE_INTEGER
    • ATTRIBUTE_TYPE_INTEGER_ARRAY

      public static final AttributeType ATTRIBUTE_TYPE_INTEGER_ARRAY
    • ATTRIBUTE_TYPE_DOUBLE

      public static final AttributeType ATTRIBUTE_TYPE_DOUBLE
    • ATTRIBUTE_TYPE_DOUBLE_ARRAY

      public static final AttributeType ATTRIBUTE_TYPE_DOUBLE_ARRAY
  • Method Details

    • values

      public static AttributeType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AttributeType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public String getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<AttributeType>
    • fromValue

      public static AttributeType fromValue(String value)
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string