public static interface PlatformFilter.Builder extends SdkPojo, CopyableBuilder<PlatformFilter.Builder,PlatformFilter>
| Modifier and Type | Method and Description |
|---|---|
PlatformFilter.Builder |
operator(String operator)
The operator to apply to the
Type with each of the Values. |
PlatformFilter.Builder |
type(String type)
The custom platform attribute to which the filter values are applied.
|
PlatformFilter.Builder |
values(Collection<String> values)
The list of values applied to the custom platform attribute.
|
PlatformFilter.Builder |
values(String... values)
The list of values applied to the custom platform attribute.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlatformFilter.Builder type(String type)
The custom platform attribute to which the filter values are applied.
Valid Values: PlatformName | PlatformVersion | PlatformStatus |
PlatformOwner
type - The custom platform attribute to which the filter values are applied.
Valid Values: PlatformName | PlatformVersion | PlatformStatus |
PlatformOwner
PlatformFilter.Builder operator(String operator)
The operator to apply to the Type with each of the Values.
Valid Values: = (equal to) | != (not equal to) | < (less than) |
<= (less than or equal to) | > (greater than) | >= (greater
than or equal to) | contains | begins_with | ends_with
operator - The operator to apply to the Type with each of the Values.
Valid Values: = (equal to) | != (not equal to) | < (less
than) | <= (less than or equal to) | > (greater than) |
>= (greater than or equal to) | contains | begins_with |
ends_with
PlatformFilter.Builder values(Collection<String> values)
The list of values applied to the custom platform attribute.
values - The list of values applied to the custom platform attribute.PlatformFilter.Builder values(String... values)
The list of values applied to the custom platform attribute.
values - The list of values applied to the custom platform attribute.Copyright © 2019. All rights reserved.