Uses of Class
jakarta.ws.rs.core.EntityTag
- 
Packages that use EntityTag Package Description jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.container Container-specific JAX-RS API.jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. - 
- 
Uses of EntityTag in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return EntityTag Modifier and Type Method Description EntityTagClientResponseContext. getEntityTag()Get the entity tag. - 
Uses of EntityTag in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return EntityTag Modifier and Type Method Description EntityTagContainerResponseContext. getEntityTag()Get the entity tag. - 
Uses of EntityTag in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return EntityTag Modifier and Type Method Description abstract EntityTagResponse. getEntityTag()Get the entity tag.static EntityTagEntityTag. valueOf(String value)Deprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core with parameters of type EntityTag Modifier and Type Method Description Response.ResponseBuilderRequest. evaluatePreconditions(EntityTag eTag)Evaluate request preconditions based on the passed in value.Response.ResponseBuilderRequest. evaluatePreconditions(Date lastModified, EntityTag eTag)Evaluate request preconditions based on the passed in value.static Response.ResponseBuilderResponse. notModified(EntityTag tag)Create a new ResponseBuilder with a not-modified status.abstract Response.ResponseBuilderResponse.ResponseBuilder. tag(EntityTag tag)Set a response entity tag. 
 -