Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.Meta
Packages that use Meta
Package
Description
-
Uses of Meta in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type MetaModifier and TypeMethodDescriptionResourceNode.getMeta()A complex attribute containing resource metadata.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type MetaModifier and TypeMethodDescriptionvoidA complex attribute containing resource metadata.Constructors in de.captaingoldfish.scim.sdk.common.resources with parameters of type Meta -
Uses of Meta in de.captaingoldfish.scim.sdk.common.resources.complex
Methods in de.captaingoldfish.scim.sdk.common.resources.complex that return MetaConstructors in de.captaingoldfish.scim.sdk.common.resources.complex with parameters of type Meta -
Uses of Meta in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type MetaModifier and TypeMethodDescriptionprotected voidwill set the entity tag into the response headersConstructors in de.captaingoldfish.scim.sdk.common.response with parameters of type MetaModifierConstructorDescriptionCreateResponse(com.fasterxml.jackson.databind.JsonNode responseNode, String location, Meta meta) GetResponse(com.fasterxml.jackson.databind.JsonNode responseNode, String location, Meta meta) UpdateResponse(com.fasterxml.jackson.databind.JsonNode responseNode, String location, Meta meta)