|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Links
public class Links
| Constructor Summary | |
|---|---|
Links()
Default Constructor |
|
Links(String href,
String rel)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getEnctype()
Getter for enctype |
String |
getHref()
Getter for href |
String |
getMethod()
Getter for method |
String |
getRel()
Getter for rel |
HyperSchema |
getSchema()
Getter for schema |
HyperSchema |
getTargetSchema()
Getter for targetSchema |
Links |
setEnctype(String enctype)
Setter for enctype |
Links |
setHref(String href)
Setter for href |
Links |
setMethod(String method)
Setter for method |
Links |
setRel(String rel)
Setter for rel |
Links |
setSchema(HyperSchema schema)
Setter for schema |
Links |
setTargetSchema(HyperSchema targetSchema)
Setter for targetSchema |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Links()
public Links(String href,
String rel)
| Method Detail |
|---|
public Links setHref(String href)
public String getHref()
public Links setRel(String rel)
public String getRel()
public Links setTargetSchema(HyperSchema targetSchema)
public HyperSchema getTargetSchema()
public Links setMethod(String method)
public String getMethod()
public Links setEnctype(String enctype)
public String getEnctype()
public Links setSchema(HyperSchema schema)
public HyperSchema getSchema()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||