public static interface ResultReuseInformation.Builder extends SdkPojo, CopyableBuilder<ResultReuseInformation.Builder,ResultReuseInformation>
| Modifier and Type | Method and Description |
|---|---|
ResultReuseInformation.Builder |
reusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResultReuseInformation.Builder reusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
reusedPreviousResult - True if a previous query result was reused; false if the result was generated from a new run of the
query.Copyright © 2023. All rights reserved.