public static interface CoverageFilterCondition.Builder extends SdkPojo, CopyableBuilder<CoverageFilterCondition.Builder,CoverageFilterCondition>
| Modifier and Type | Method and Description |
|---|---|
CoverageFilterCondition.Builder |
equalsValue(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition.Builder |
equalsValue(String... equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition.Builder |
notEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
CoverageFilterCondition.Builder |
notEquals(String... notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoverageFilterCondition.Builder equalsValue(Collection<String> equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.CoverageFilterCondition.Builder equalsValue(String... equals)
Represents an equal condition that is applied to a single field while retrieving the coverage details.
equals - Represents an equal condition that is applied to a single field while retrieving the coverage details.CoverageFilterCondition.Builder notEquals(Collection<String> notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage
details.CoverageFilterCondition.Builder notEquals(String... notEquals)
Represents a not equal condition that is applied to a single field while retrieving the coverage details.
notEquals - Represents a not equal condition that is applied to a single field while retrieving the coverage
details.Copyright © 2023. All rights reserved.