Search

Class HPEOneViewRestResponse

Extends com.vmware.o11n.sdk.modeldriven.AbstractWrapper
Represents a HPE OneView Rest API object which contains responseBody and list of response header

Attributes

Name Type Description
responseBody String returns Rest response pay load
responseHeader String[] returns Rest response Headers

Methods

Name Returns
HPEOneViewRestResponse() constructor
__getTarget() com.hpe.ov4vro.model.RestResponse
setContext(com.vmware.o11n.sdk.modeldriven.PluginContext ) void

Returned by

Method Returns
HPEOneViewConnection.executeRequest(String uri, String json, String httpMethod, String[] httpHeader) HPEOneViewRestResponse

Referenced in

None