Class ClassPathReferences
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.common.constants.ClassPathReferences
-
public final class ClassPathReferences extends Object
author Pascal Knueppel
created at: 28.09.2019 - 00:10
-
-
Field Summary
Fields Modifier and Type Field Description static StringBULK_REQUEST_SCHEMAstatic StringBULK_RESPONSE_SCHEMAstatic StringENTERPRISE_USER_SCHEMA_JSONstatic StringGROUP_RESOURCE_TYPE_JSONstatic StringGROUP_SCHEMA_JSONstatic StringME_RESOURCE_TYPE_JSONstatic StringMETA_RESOURCE_SCHEMA_JSONstatic StringMETA_RESOURCE_TYPES_JSONstatic StringMETA_SCHEMA_JSONstatic StringMETA_SERVICE_PROVIDER_JSONstatic StringPATCH_REQUEST_SCHEMAstatic StringRESOURCE_TYPE_RESOURCE_TYPE_JSONstatic StringRESOURCE_TYPES_FEATURE_EXT_JSONstatic StringSCHEMA_RESOURCE_TYPE_JSONstatic StringSERVICE_PROVIDER_RESOURCE_TYPE_JSONstatic StringUSER_RESOURCE_TYPE_JSONstatic StringUSER_SCHEMA_JSON
-
Constructor Summary
Constructors Constructor Description ClassPathReferences()
-
-
-
Field Detail
-
META_RESOURCE_SCHEMA_JSON
public static final String META_RESOURCE_SCHEMA_JSON
- See Also:
- Constant Field Values
-
META_RESOURCE_TYPES_JSON
public static final String META_RESOURCE_TYPES_JSON
- See Also:
- Constant Field Values
-
RESOURCE_TYPES_FEATURE_EXT_JSON
public static final String RESOURCE_TYPES_FEATURE_EXT_JSON
- See Also:
- Constant Field Values
-
META_SERVICE_PROVIDER_JSON
public static final String META_SERVICE_PROVIDER_JSON
- See Also:
- Constant Field Values
-
USER_RESOURCE_TYPE_JSON
public static final String USER_RESOURCE_TYPE_JSON
- See Also:
- Constant Field Values
-
GROUP_RESOURCE_TYPE_JSON
public static final String GROUP_RESOURCE_TYPE_JSON
- See Also:
- Constant Field Values
-
ME_RESOURCE_TYPE_JSON
public static final String ME_RESOURCE_TYPE_JSON
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_RESOURCE_TYPE_JSON
public static final String RESOURCE_TYPE_RESOURCE_TYPE_JSON
- See Also:
- Constant Field Values
-
USER_SCHEMA_JSON
public static final String USER_SCHEMA_JSON
- See Also:
- Constant Field Values
-
ENTERPRISE_USER_SCHEMA_JSON
public static final String ENTERPRISE_USER_SCHEMA_JSON
- See Also:
- Constant Field Values
-
GROUP_SCHEMA_JSON
public static final String GROUP_SCHEMA_JSON
- See Also:
- Constant Field Values
-
META_SCHEMA_JSON
public static final String META_SCHEMA_JSON
- See Also:
- Constant Field Values
-
SERVICE_PROVIDER_RESOURCE_TYPE_JSON
public static final String SERVICE_PROVIDER_RESOURCE_TYPE_JSON
- See Also:
- Constant Field Values
-
SCHEMA_RESOURCE_TYPE_JSON
public static final String SCHEMA_RESOURCE_TYPE_JSON
- See Also:
- Constant Field Values
-
BULK_REQUEST_SCHEMA
public static final String BULK_REQUEST_SCHEMA
- See Also:
- Constant Field Values
-
BULK_RESPONSE_SCHEMA
public static final String BULK_RESPONSE_SCHEMA
- See Also:
- Constant Field Values
-
PATCH_REQUEST_SCHEMA
public static final String PATCH_REQUEST_SCHEMA
- See Also:
- Constant Field Values
-
-