Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.ReferenceTypes
-
Packages that use ReferenceTypes Package Description de.captaingoldfish.scim.sdk.common.constants.enums de.captaingoldfish.scim.sdk.common.resources.base de.captaingoldfish.scim.sdk.common.schemas -
-
Uses of ReferenceTypes in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return ReferenceTypes Modifier and Type Method Description static ReferenceTypesReferenceTypes. getByValue(String value)static ReferenceTypesReferenceTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceTypes[]ReferenceTypes. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReferenceTypes in de.captaingoldfish.scim.sdk.common.resources.base
Methods in de.captaingoldfish.scim.sdk.common.resources.base that return types with arguments of type ReferenceTypes Modifier and Type Method Description default List<ReferenceTypes>ScimNode. getReferenceTypes() -
Uses of ReferenceTypes in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return types with arguments of type ReferenceTypes Modifier and Type Method Description List<ReferenceTypes>SchemaAttribute. getReferenceTypes()A multi-valued array of JSON strings that indicate the SCIM resource types that may be referenced.
-