Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.Meta
-
Packages that use Meta Package Description de.captaingoldfish.scim.sdk.common.resources de.captaingoldfish.scim.sdk.common.resources.complex de.captaingoldfish.scim.sdk.common.response -
-
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 Meta Modifier and Type Method Description Optional<Meta>ResourceNode. getMeta()A complex attribute containing resource metadata.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type Meta Modifier and Type Method Description voidResourceNode. setMeta(Meta meta)A complex attribute containing resource metadata.Constructors in de.captaingoldfish.scim.sdk.common.resources with parameters of type Meta Constructor Description Group(String id, String externalId, String displayName, List<Member> members, Meta meta) -
Uses of Meta in de.captaingoldfish.scim.sdk.common.resources.complex
Methods in de.captaingoldfish.scim.sdk.common.resources.complex that return Meta Modifier and Type Method Description MetaMeta.MetaBuilder. build()returns the built meta-objectConstructors in de.captaingoldfish.scim.sdk.common.resources.complex with parameters of type Meta Constructor Description MetaBuilder(Meta meta) -
Uses of Meta in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type Meta Modifier and Type Method Description protected voidScimResponse. setETag(Meta meta)will set the entity tag into the response headersConstructors in de.captaingoldfish.scim.sdk.common.response with parameters of type Meta Constructor Description CreateResponse(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)
-