public static class OAuthResponse.OAuthResponseBuilder
extends java.lang.Object
Constructor and Description |
---|
OAuthResponseBuilder(int responseCode) |
Modifier and Type | Method and Description |
---|---|
OAuthResponse |
buildBodyMessage() |
OAuthResponse |
buildHeaderMessage() |
OAuthResponse |
buildJSONMessage() |
OAuthResponse |
buildQueryMessage() |
OAuthResponse.OAuthResponseBuilder |
location(java.lang.String location) |
OAuthResponse.OAuthResponseBuilder |
setParam(java.lang.String key,
java.lang.String value) |
OAuthResponse.OAuthResponseBuilder |
setScope(java.lang.String value) |
public OAuthResponse.OAuthResponseBuilder location(java.lang.String location)
public OAuthResponse.OAuthResponseBuilder setScope(java.lang.String value)
public OAuthResponse.OAuthResponseBuilder setParam(java.lang.String key, java.lang.String value)
public OAuthResponse buildQueryMessage() throws OAuthSystemException
OAuthSystemException
public OAuthResponse buildBodyMessage() throws OAuthSystemException
OAuthSystemException
public OAuthResponse buildJSONMessage() throws OAuthSystemException
OAuthSystemException
public OAuthResponse buildHeaderMessage() throws OAuthSystemException
OAuthSystemException
Copyright © 2010 - 2020 Adobe. All Rights Reserved