Java org.springframework.restdocs.operation OperationRequestPart fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.operation OperationRequestPart fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.operation OperationRequestPart.

The text is from its open source code.

Method

StringgetContentAsString()
Returns the content of the part as a String .
HttpHeadersgetHeaders()
Returns the part's headers.
StringgetName()
Returns the name of the part.
StringgetSubmittedFileName()
Returns the name of the file that is being uploaded in this part.