public static interface CloseStatusFilter.Builder extends SdkPojo, CopyableBuilder<CloseStatusFilter.Builder,CloseStatusFilter>
| Modifier and Type | Method and Description |
|---|---|
CloseStatusFilter.Builder |
status(CloseStatus status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
|
CloseStatusFilter.Builder |
status(String status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloseStatusFilter.Builder status(String status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
status - The close status that must match the close status of an execution for it to meet the criteria of this
filter.CloseStatus,
CloseStatusCloseStatusFilter.Builder status(CloseStatus status)
The close status that must match the close status of an execution for it to meet the criteria of this filter.
status - The close status that must match the close status of an execution for it to meet the criteria of this
filter.CloseStatus,
CloseStatusCopyright © 2020. All rights reserved.