Uses of Interface
org.springframework.http.ResponseEntity.HeadersBuilder
Packages that use ResponseEntity.HeadersBuilder Package Description org.springframework.http Contains a basic abstraction over client/server-side HTTP.Uses of ResponseEntity.HeadersBuilder in org.springframework.http
Classes in org.springframework.http with type parameters of type ResponseEntity.HeadersBuilder Modifier and Type Interface Description static interfaceResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>>Defines a builder that adds headers to the response entity.Subinterfaces of ResponseEntity.HeadersBuilder in org.springframework.http Modifier and Type Interface Description static interfaceResponseEntity.BodyBuilderDefines a builder that adds a body to the response entity.Methods in org.springframework.http that return ResponseEntity.HeadersBuilder Modifier and Type Method Description static ResponseEntity.HeadersBuilder<?>ResponseEntity. noContent()Create a builder with a NO_CONTENT status.static ResponseEntity.HeadersBuilder<?>ResponseEntity. notFound()Create a builder with a NOT_FOUND status.