Uses of Interface
org.springframework.http.ResponseEntity.HeadersBuilder
Packages that use ResponseEntity.HeadersBuilder
Package
Description
Contains a basic abstraction over client/server-side HTTP.
- 
Uses of ResponseEntity.HeadersBuilder in org.springframework.httpClasses in org.springframework.http with type parameters of type ResponseEntity.HeadersBuilderModifier and TypeInterfaceDescriptionstatic interfaceResponseEntity.HeadersBuilder<B extends ResponseEntity.HeadersBuilder<B>>Defines a builder that adds headers to the response entity.Subinterfaces of ResponseEntity.HeadersBuilder in org.springframework.httpModifier and TypeInterfaceDescriptionstatic interfaceDefines a builder that adds a body to the response entity.Methods in org.springframework.http that return ResponseEntity.HeadersBuilderModifier and TypeMethodDescriptionstatic 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.