Enum Class Resource

java.lang.Object
java.lang.Enum<Resource>
org.apache.syncope.ext.scimv2.api.type.Resource
All Implemented Interfaces:
Serializable, Comparable<Resource>, Constable

public enum Resource extends Enum<Resource>
  • Enum Constant Details

    • ServiceProviderConfig

      public static final Resource ServiceProviderConfig
    • ResourceType

      public static final Resource ResourceType
    • Schema

      public static final Resource Schema
    • User

      public static final Resource User
    • EnterpriseUser

      public static final Resource EnterpriseUser
    • ExtensionUser

      public static final Resource ExtensionUser
    • Group

      public static final Resource Group
    • ExtensionGroup

      public static final Resource ExtensionGroup
    • SearchRequest

      public static final Resource SearchRequest
    • ListResponse

      public static final Resource ListResponse
    • PatchOp

      public static final Resource PatchOp
    • Error

      public static final Resource Error
  • Method Details

    • values

      public static Resource[] 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 Resource 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
    • schema

      public String schema()