Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.Type
-
Packages that use Type Package Description de.captaingoldfish.scim.sdk.common.constants.enums de.captaingoldfish.scim.sdk.common.resources.base de.captaingoldfish.scim.sdk.common.schemas -
-
Uses of Type in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return Type Modifier and Type Method Description static TypeType. getByValue(String value)static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Type in de.captaingoldfish.scim.sdk.common.resources.base
Methods in de.captaingoldfish.scim.sdk.common.resources.base that return Type Modifier and Type Method Description default TypeScimNode. getValueType() -
Uses of Type in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return Type Modifier and Type Method Description TypeSchemaAttribute. getType()The attribute's data type.
-