Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.ReferenceTypes
Packages that use ReferenceTypes
Package
Description
-
Uses of ReferenceTypes in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return ReferenceTypesModifier and TypeMethodDescriptionstatic ReferenceTypesReferenceTypes.getByValue(String value) static ReferenceTypesReturns 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 -
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 ReferenceTypesModifier and TypeMethodDescriptionSchemaAttribute.getReferenceTypes()A multi-valued array of JSON strings that indicate the SCIM resource types that may be referenced.Method parameters in de.captaingoldfish.scim.sdk.common.schemas with type arguments of type ReferenceTypesModifier and TypeMethodDescriptionvoidSchemaAttribute.setReferenceTypes(List<ReferenceTypes> referenceTypes) A multi-valued array of JSON strings that indicate the SCIM resource types that may be referenced.