IP*Works! V9

ipworks
Class OAuthParam

java.lang.Object
  extended by 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

Constructor Summary
OAuthParam()
           
OAuthParam(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthParam

public OAuthParam()

OAuthParam

public OAuthParam(java.lang.String name,
                  java.lang.String value)
Method Detail

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)

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.