Uses of Interface
org.springframework.restdocs.operation.OperationRequestPart
Package
Description
Operation API that describes a request that was sent and the response that was received
when calling a RESTful API.
-
Uses of OperationRequestPart in org.springframework.restdocs.operation
Modifier and TypeMethodDescriptionOperationRequestPartFactory.create
(String name, String submittedFileName, byte[] content, org.springframework.http.HttpHeaders headers) Creates a newOperationRequestPart
.Modifier and TypeMethodDescriptionOperationRequest.getParts()
Returns the request's parts, provided that it is a multipart request.Modifier and TypeMethodDescriptionOperationRequestFactory.create
(URI uri, org.springframework.http.HttpMethod method, byte[] content, org.springframework.http.HttpHeaders headers, Parameters parameters, Collection<OperationRequestPart> parts) Creates a newOperationRequest
.OperationRequestFactory.create
(URI uri, org.springframework.http.HttpMethod method, byte[] content, org.springframework.http.HttpHeaders headers, Parameters parameters, Collection<OperationRequestPart> parts, Collection<RequestCookie> cookies) Creates a newOperationRequest
.