|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.support.model.RecentCaseCommunications
public class RecentCaseCommunications
List of Commmunication objects.
| Constructor Summary | |
|---|---|
RecentCaseCommunications()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Communication> |
getCommunications()
List of Commmunication objects. |
String |
getNextToken()
Defines a resumption point for pagination. |
int |
hashCode()
|
void |
setCommunications(Collection<Communication> communications)
List of Commmunication objects. |
void |
setNextToken(String nextToken)
Defines a resumption point for pagination. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RecentCaseCommunications |
withCommunications(Collection<Communication> communications)
List of Commmunication objects. |
RecentCaseCommunications |
withCommunications(Communication... communications)
List of Commmunication objects. |
RecentCaseCommunications |
withNextToken(String nextToken)
Defines a resumption point for pagination. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RecentCaseCommunications()
| Method Detail |
|---|
public List<Communication> getCommunications()
public void setCommunications(Collection<Communication> communications)
communications - List of Commmunication objects.public RecentCaseCommunications withCommunications(Communication... communications)
Returns a reference to this object so that method calls can be chained together.
communications - List of Commmunication objects.
public RecentCaseCommunications withCommunications(Collection<Communication> communications)
Returns a reference to this object so that method calls can be chained together.
communications - List of Commmunication objects.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken - Defines a resumption point for pagination.public RecentCaseCommunications withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - Defines a resumption point for pagination.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||