public static interface OpsItemEventFilter.Builder extends SdkPojo, CopyableBuilder<OpsItemEventFilter.Builder,OpsItemEventFilter>
| Modifier and Type | Method and Description |
|---|---|
OpsItemEventFilter.Builder |
key(OpsItemEventFilterKey key)
The name of the filter key.
|
OpsItemEventFilter.Builder |
key(String key)
The name of the filter key.
|
OpsItemEventFilter.Builder |
operator(OpsItemEventFilterOperator operator)
The operator used by the filter call.
|
OpsItemEventFilter.Builder |
operator(String operator)
The operator used by the filter call.
|
OpsItemEventFilter.Builder |
values(Collection<String> values)
The values for the filter, consisting of one or more OpsItem IDs.
|
OpsItemEventFilter.Builder |
values(String... values)
The values for the filter, consisting of one or more OpsItem IDs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpsItemEventFilter.Builder key(String key)
The name of the filter key. Currently, the only supported value is OpsItemId.
key - The name of the filter key. Currently, the only supported value is OpsItemId.OpsItemEventFilterKey,
OpsItemEventFilterKeyOpsItemEventFilter.Builder key(OpsItemEventFilterKey key)
The name of the filter key. Currently, the only supported value is OpsItemId.
key - The name of the filter key. Currently, the only supported value is OpsItemId.OpsItemEventFilterKey,
OpsItemEventFilterKeyOpsItemEventFilter.Builder values(Collection<String> values)
The values for the filter, consisting of one or more OpsItem IDs.
values - The values for the filter, consisting of one or more OpsItem IDs.OpsItemEventFilter.Builder values(String... values)
The values for the filter, consisting of one or more OpsItem IDs.
values - The values for the filter, consisting of one or more OpsItem IDs.OpsItemEventFilter.Builder operator(String operator)
The operator used by the filter call. Currently, the only supported value is Equal.
operator - The operator used by the filter call. Currently, the only supported value is Equal.OpsItemEventFilterOperator,
OpsItemEventFilterOperatorOpsItemEventFilter.Builder operator(OpsItemEventFilterOperator operator)
The operator used by the filter call. Currently, the only supported value is Equal.
operator - The operator used by the filter call. Currently, the only supported value is Equal.OpsItemEventFilterOperator,
OpsItemEventFilterOperatorCopyright © 2021. All rights reserved.