public class ActivityTypeInfos extends Object implements Serializable
Contains a paginated list of activity type information structures.
| Constructor and Description |
|---|
ActivityTypeInfos() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextPageToken()
Returns a value if the results are paginated.
|
List<ActivityTypeInfo> |
getTypeInfos()
List of activity type information.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
Returns a value if the results are paginated.
|
void |
setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivityTypeInfos |
withNextPageToken(String nextPageToken)
Returns a value if the results are paginated.
|
ActivityTypeInfos |
withTypeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
ActivityTypeInfos |
withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
public List<ActivityTypeInfo> getTypeInfos()
public void setTypeInfos(Collection<ActivityTypeInfo> typeInfos)
typeInfos - List of activity type information.public ActivityTypeInfos withTypeInfos(ActivityTypeInfo... typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - List of activity type information.public ActivityTypeInfos withTypeInfos(Collection<ActivityTypeInfo> typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - List of activity type information.public String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(String nextPageToken)
Constraints:
Length: 0 - 2048
nextPageToken - Returns a value if the results are paginated. To get the next page of
results, repeat the request specifying this token and all other
arguments unchanged.public ActivityTypeInfos withNextPageToken(String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken - Returns a value if the results are paginated. To get the next page of
results, repeat the request specifying this token and all other
arguments unchanged.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.