Liferay 6.2.0

com.liferay.portal.kernel.oauth
Interface OAuthResponse


public interface OAuthResponse


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

Method Detail

getBody

String getBody()

getStatus

int getStatus()

getWrappedOAuthResponse

Object getWrappedOAuthResponse()

Liferay 6.2.0