public class WorkflowTypeInfos
extends java.lang.Object
implements java.io.Serializable
Contains a paginated list of information structures about workflow types.
| コンストラクタと説明 |
|---|
WorkflowTypeInfos() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextPageToken()
The token for the next page of type information.
|
java.util.List<WorkflowTypeInfo> |
getTypeInfos()
The list of workflow type information.
|
int |
hashCode() |
void |
setNextPageToken(java.lang.String nextPageToken)
The token for the next page of type information.
|
void |
setTypeInfos(java.util.Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowTypeInfos |
withNextPageToken(java.lang.String nextPageToken)
The token for the next page of type information.
|
WorkflowTypeInfos |
withTypeInfos(java.util.Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
WorkflowTypeInfos |
withTypeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.
|
public java.util.List<WorkflowTypeInfo> getTypeInfos()
public void setTypeInfos(java.util.Collection<WorkflowTypeInfo> typeInfos)
typeInfos - The list of workflow type information.public WorkflowTypeInfos withTypeInfos(WorkflowTypeInfo... typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - The list of workflow type information.public WorkflowTypeInfos withTypeInfos(java.util.Collection<WorkflowTypeInfo> typeInfos)
Returns a reference to this object so that method calls can be chained together.
typeInfos - The list of workflow type information.public java.lang.String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(java.lang.String nextPageToken)
Constraints:
Length: 0 - 2048
nextPageToken - The token for the next page of type information. If set then the list
consists of more than one page. You can retrieve the next page by
repeating the request (that returned the structure) with the this
token and all other arguments unchanged.public WorkflowTypeInfos withNextPageToken(java.lang.String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken - The token for the next page of type information. If set then the list
consists of more than one page. You can retrieve the next page by
repeating the request (that returned the structure) with the 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