public static interface QueryFilter.Builder extends SdkPojo, CopyableBuilder<QueryFilter.Builder,QueryFilter>
| Modifier and Type | Method and Description |
|---|---|
default QueryFilter.Builder |
deltaTime(Consumer<DeltaTime.Builder> deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
QueryFilter.Builder |
deltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryFilter.Builder deltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
deltaTime - Used to limit data to that which has arrived since the last execution of the action.default QueryFilter.Builder deltaTime(Consumer<DeltaTime.Builder> deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
This is a convenience method that creates an instance of theDeltaTime.Builder avoiding the need to
create one manually via DeltaTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to deltaTime(DeltaTime).
deltaTime - a consumer that will call methods on DeltaTime.BuilderdeltaTime(DeltaTime)Copyright © 2023. All rights reserved.