Annotation Type Schema
-
@Target(TYPE) @Retention(RUNTIME) public @interface Schema
Annotation used to indicate the default schema a SCIM resource belongs to.
-
-
Element Detail
-
id
String id
The schema URN for the resource being annotated- Returns:
- The resource URN as a String.
-
-
-
description
String description
The description of the resource associated to such URN.- Returns:
- The resource description.
-
-
-
name
String name
The human readable name of the resource.- Returns:
- The object's human-readable name.
-
-