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

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

Introduction

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

The text is from its open source code.

Method

MapgetAttributes()
Returns a Map of attributes associated with the operation.
StringgetName()
Returns the name of the operation.
OperationRequestgetRequest()
Returns the request that was sent.
OperationResponsegetResponse()
Returns the response that was received.