Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.Returned
Packages that use Returned
Package
Description
-
Uses of Returned in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return Returned -
Uses of Returned in de.captaingoldfish.scim.sdk.common.resources.base
Methods in de.captaingoldfish.scim.sdk.common.resources.base that return Returned -
Uses of Returned in de.captaingoldfish.scim.sdk.common.schemas
Methods in de.captaingoldfish.scim.sdk.common.schemas that return ReturnedModifier and TypeMethodDescriptionSchemaAttribute.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.Methods in de.captaingoldfish.scim.sdk.common.schemas with parameters of type ReturnedModifier and TypeMethodDescriptionvoidSchemaAttribute.setReturned(Returned returned) 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.