public interface OperationWithFieldsOptions<T extends OperationWithFieldsOptions<T>> extends Options, Self<T>
Modifier and Type | Method and Description |
---|---|
default Optional<List> |
getFields()
Return list of fields names for getting only a subset of fields.
|
default T |
withFields(List<String> fields)
Specifies list of fields names for getting only a subset of fields.
|
Copyright © 2025 Picodata. All rights reserved.