|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.pap.unmarshal.ResponseResult
net.rim.pushsdk.pap.unmarshal.CancelResult
public class CancelResult
Represents a result within a CancelResponse.
| Constructor Summary | |
|---|---|
CancelResult()
Default cancel result constructor. |
|
| Method Summary | |
|---|---|
void |
addAddress(String address)
Adds an address to the address list associated with the cancel result. |
AddressList |
getAddresses()
Deprecated. As of release 1.1, replaced by getAddressList(). |
List<String> |
getAddressList()
Gets the address list associated with the cancel result. |
void |
setAddresses(AddressList addresses)
Deprecated. As of release 1.1, replaced by setAddressList(List). |
void |
setAddressList(List<String> addresses)
Sets the address list associated with the cancel result. |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class net.rim.pushsdk.pap.unmarshal.ResponseResult |
|---|
getCode, getDescription, setCode, setDescription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelResult()
| Method Detail |
|---|
@Deprecated public AddressList getAddresses()
getAddressList().
public List<String> getAddressList()
@Deprecated public void setAddresses(AddressList addresses)
setAddressList(List).
addresses - the address listpublic void setAddressList(List<String> addresses)
addresses - the address listpublic void addAddress(String address)
address - an addresspublic String toString()
String with all attributes in name = value format.
toString in class ResponseResultString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||