public class ResourceType extends Resource<ResourceType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceType.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_RESOURCE_TYPE |
static String |
SCHEMA |
CORE_SCHEMA| Modifier and Type | Method and Description |
|---|---|
ResourceType.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getEndpoint() |
String |
getName() |
String |
getSchema() |
List<SchemaExtension> |
getSchemaExtensions() |
Set<String> |
getSchemas()
Gets the list of defined schemas
|
int |
hashCode() |
getCustomExtensions, getExtension, getExtensions, getExternalId, getId, getMeta, handleExtensionSchema, hasCustomExtensions, hasExtensions, isExtensionPresentpublic static final String RESOURCE_TYPE_RESOURCE_TYPE
public static final String SCHEMA
@ValidCoreSchema(value="urn:ietf:params:scim:schemas:core:2.0:ResourceType") public Set<String> getSchemas()
ResourcegetSchemas in class Resource<ResourceType>Setpublic String getName()
public String getDescription()
public String getEndpoint()
public String getSchema()
public List<SchemaExtension> getSchemaExtensions()
public ResourceType.Builder builder()
builder in class Resource<ResourceType>public int hashCode()
hashCode in class Resource<ResourceType>public boolean equals(Object obj)
equals in class Resource<ResourceType>Copyright © 2022 SAP SE. All rights reserved.