Enum Class ScimV2ResourceType

java.lang.Object
java.lang.Enum<ScimV2ResourceType>
org.nuxeo.scim.v2.api.ScimV2ResourceType
All Implemented Interfaces:
Serializable, Comparable<ScimV2ResourceType>, Constable

public enum ScimV2ResourceType extends Enum<ScimV2ResourceType>
Since:
2023.14
  • Enum Constant Details

    • SCIM_V2_RESOURCE_TYPE_SCHEMA

      public static final ScimV2ResourceType SCIM_V2_RESOURCE_TYPE_SCHEMA
    • SCIM_V2_RESOURCE_TYPE_GROUP

      public static final ScimV2ResourceType SCIM_V2_RESOURCE_TYPE_GROUP
    • SCIM_V2_RESOURCE_TYPE_USER

      public static final ScimV2ResourceType SCIM_V2_RESOURCE_TYPE_USER
    • SCIM_V2_RESOURCE_TYPE_RESOURCE_TYPE

      public static final ScimV2ResourceType SCIM_V2_RESOURCE_TYPE_RESOURCE_TYPE
    • SCIM_V2_RESOURCE_TYPE_SERVICE_PROVIDER_CONFIG

      public static final ScimV2ResourceType SCIM_V2_RESOURCE_TYPE_SERVICE_PROVIDER_CONFIG
  • Method Details

    • values

      public static ScimV2ResourceType[] 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 ScimV2ResourceType 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
    • equalsString

      public boolean equalsString(String stringValue)
    • toString

      public String toString()
      Retrieves a string representation of this resource type.
      Overrides:
      toString in class Enum<ScimV2ResourceType>
      Returns:
      A string representation of this resource type.
    • fromValue

      public static ScimV2ResourceType fromValue(String value) throws com.unboundid.scim2.common.exceptions.ResourceNotFoundException
      Throws:
      com.unboundid.scim2.common.exceptions.ResourceNotFoundException