Uses of Class
de.captaingoldfish.scim.sdk.common.etag.ETag
Packages that use ETag
Package
Description
-
Uses of ETag in de.captaingoldfish.scim.sdk.common.etag
Methods in de.captaingoldfish.scim.sdk.common.etag that return ETagModifier and TypeMethodDescriptionETag.ETagBuilder.build()static ETagETag.newInstance(String version) a creation method especially used with the methodScimObjectNode.getStringAttribute(String, Class)static ETagchecks the given string and parses it into an entity tag -
Uses of ETag in de.captaingoldfish.scim.sdk.common.request
Methods in de.captaingoldfish.scim.sdk.common.request that return types with arguments of type ETagModifier and TypeMethodDescriptionBulkRequestOperation.getVersion()The version of the resource being returned.Methods in de.captaingoldfish.scim.sdk.common.request with parameters of type ETagModifier and TypeMethodDescriptionvoidBulkRequestOperation.setVersion(ETag version) The version of the resource being returned.Constructors in de.captaingoldfish.scim.sdk.common.request with parameters of type ETagModifierConstructorDescriptionBulkRequestOperation(HttpMethod method, String bulkId, String path, String data, ETag version, Boolean returnResource, Integer maxResourceLevel) -
Uses of ETag in de.captaingoldfish.scim.sdk.common.resources.complex
Methods in de.captaingoldfish.scim.sdk.common.resources.complex that return types with arguments of type ETagMethods in de.captaingoldfish.scim.sdk.common.resources.complex with parameters of type ETagModifier and TypeMethodDescriptionvoidMeta.setVersion(ETag version) The version of the resource being returned.The version of the resource being returned. -
Uses of ETag in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response that return types with arguments of type ETagModifier and TypeMethodDescriptionBulkResponseOperation.getVersion()The version of the resource being returned.Methods in de.captaingoldfish.scim.sdk.common.response with parameters of type ETagModifier and TypeMethodDescriptionvoidBulkResponseOperation.setVersion(ETag version) The version of the resource being returned.Constructors in de.captaingoldfish.scim.sdk.common.response with parameters of type ETagModifierConstructorDescriptionBulkResponseOperation(HttpMethod method, String bulkId, String resourceId, ETag version, String location, Integer status, ScimObjectNode response)