public static interface PropertyFilter.Builder extends SdkPojo, CopyableBuilder<PropertyFilter.Builder,PropertyFilter>
| Modifier and Type | Method and Description |
|---|---|
default PropertyFilter.Builder |
property(Consumer<Property.Builder> property)
Represents a single property to match with when searching a raster data collection.
|
PropertyFilter.Builder |
property(Property property)
Represents a single property to match with when searching a raster data collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPropertyFilter.Builder property(Property property)
Represents a single property to match with when searching a raster data collection.
property - Represents a single property to match with when searching a raster data collection.default PropertyFilter.Builder property(Consumer<Property.Builder> property)
Represents a single property to match with when searching a raster data collection.
This is a convenience method that creates an instance of theProperty.Builder avoiding the need to
create one manually via Property.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to property(Property).
property - a consumer that will call methods on Property.Builderproperty(Property)Copyright © 2023. All rights reserved.