ipworks
Class OAuthParam
java.lang.Object
ipworks.OAuthParam
public class OAuthParam
- extends java.lang.Object
The parameter to be used in the request, or received in the response.
This type describes a parameter that is used in a request or received in the response.
Name:
This field contains the name of the parameter to be used in the request or returned in the response.
Value:
This field contains the value of the parameter to be used in the request or returned in the response.
When issuing a request the bean will URL encode the value specified here. Returned values will
be automatically URL decoded.
- See Also:
Atom
,
Atom.OAuthParam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthParam
public OAuthParam()
OAuthParam
public OAuthParam(java.lang.String name,
java.lang.String value)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String value)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright (c) 2013 /n software inc. - All rights reserved.