|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Notification
public class Notification
| Constructor Summary | |
|---|---|
Notification()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getNote()
Getter for note |
Boolean |
getSendToMerchant()
Getter for sendToMerchant |
String |
getSubject()
Getter for subject |
Notification |
setNote(String note)
Setter for note |
Notification |
setSendToMerchant(Boolean sendToMerchant)
Setter for sendToMerchant |
Notification |
setSubject(String subject)
Setter for subject |
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 Notification()
| Method Detail |
|---|
public Notification setSubject(String subject)
public String getSubject()
public Notification setNote(String note)
public String getNote()
public Notification setSendToMerchant(Boolean sendToMerchant)
public Boolean getSendToMerchant()
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 | |||||||||