Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.Returned
-
Packages that use Returned Package Description de.captaingoldfish.scim.sdk.common.constants.enums de.captaingoldfish.scim.sdk.common.resources.base de.captaingoldfish.scim.sdk.common.schemas -
-
Uses of Returned in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return Returned Modifier and Type Method Description static ReturnedReturned. getByValue(String value)static ReturnedReturned. valueOf(String name)Returns the enum constant of this type with the specified name.static Returned[]Returned. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Returned in de.captaingoldfish.scim.sdk.common.resources.base
Methods in de.captaingoldfish.scim.sdk.common.resources.base that return Returned Modifier and Type Method Description default ReturnedScimNode. getReturned() -
Uses of Returned in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return Returned Modifier and Type Method Description ReturnedSchemaAttribute. getReturned()A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request.
-