public static class GetWorkflowsQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
folderId |
protected Long |
limit |
protected String |
marker |
protected String |
triggerType |
| Modifier and Type | Method and Description |
|---|---|
GetWorkflowsQueryParams |
build() |
GetWorkflowsQueryParams.Builder |
limit(Long limit) |
GetWorkflowsQueryParams.Builder |
marker(String marker) |
GetWorkflowsQueryParams.Builder |
triggerType(String triggerType) |
protected String triggerType
public GetWorkflowsQueryParams.Builder triggerType(String triggerType)
public GetWorkflowsQueryParams.Builder limit(Long limit)
public GetWorkflowsQueryParams.Builder marker(String marker)
public GetWorkflowsQueryParams build()