Class DocumentDescription
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.schemas.DocumentDescription
-
public class DocumentDescription extends Object
will describe a request document by identifying the present extensions and setting the schemas-attribute accordingly- Since:
- 18.04.2021
- Author:
- Pascal Knueppel
-
-
Constructor Summary
Constructors Constructor Description DocumentDescription(ResourceType resourceType, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Schema>getExtensions()these are the schema extensions that describe the additional attributes of this resource type.SchemagetMetaSchema()this is the main schema that will describe the resource
-
-
-
Constructor Detail
-
DocumentDescription
public DocumentDescription(ResourceType resourceType, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
-
Method Detail
-
getMetaSchema
public Schema getMetaSchema()
this is the main schema that will describe the resource
-
-