Liferay 7.0-ce-b4

com.liferay.portal.kernel.oauth
Interface OAuthResponse


public interface OAuthResponse


Method Summary
 String getBody()
           
 int getStatus()
           
 Object getWrappedOAuthResponse()
           
 

Method Detail

getBody

String getBody()

getStatus

int getStatus()

getWrappedOAuthResponse

Object getWrappedOAuthResponse()

Liferay 7.0-ce-b4