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

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

Introduction

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

The text is from its open source code.

Method

byte[]getContent()
Returns the content of the response.
StringgetContentAsString()
Returns the content of the response as a String .
HttpHeadersgetHeaders()
Returns the headers in the response.
HttpStatusgetStatus()
Returns the status of the response.