public class ActivityTypeInfos
extends java.lang.Object
implements java.io.Serializable
Contains a paginated list of activity type information structures.
| コンストラクタと説明 |
|---|
ActivityTypeInfos() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextPageToken()
Returns a value if the results are paginated.
|
java.util.List<ActivityTypeInfo> |
getTypeInfos()
List of activity type information.
|
int |
hashCode() |
void |
setNextPageToken(java.lang.String nextPageToken)
Returns a value if the results are paginated.
|
void |
setTypeInfos(java.util.Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActivityTypeInfos |
withNextPageToken(java.lang.String nextPageToken)
Returns a value if the results are paginated.
|
ActivityTypeInfos |
withTypeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
ActivityTypeInfos |
withTypeInfos(java.util.Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
public java.util.List<ActivityTypeInfo> getTypeInfos()
public void setTypeInfos(java.util.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(java.util.Collection<ActivityTypeInfo> typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - List of activity type information.public java.lang.String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object