public static interface DataPathValue.Builder extends SdkPojo, CopyableBuilder<DataPathValue.Builder,DataPathValue>
| Modifier and Type | Method and Description |
|---|---|
default DataPathValue.Builder |
dataPathType(Consumer<DataPathType.Builder> dataPathType)
The type configuration of the field.
|
DataPathValue.Builder |
dataPathType(DataPathType dataPathType)
The type configuration of the field.
|
DataPathValue.Builder |
fieldId(String fieldId)
The field ID of the field that needs to be sorted.
|
DataPathValue.Builder |
fieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataPathValue.Builder fieldId(String fieldId)
The field ID of the field that needs to be sorted.
fieldId - The field ID of the field that needs to be sorted.DataPathValue.Builder fieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
fieldValue - The actual value of the field that needs to be sorted.DataPathValue.Builder dataPathType(DataPathType dataPathType)
The type configuration of the field.
dataPathType - The type configuration of the field.default DataPathValue.Builder dataPathType(Consumer<DataPathType.Builder> dataPathType)
The type configuration of the field.
This is a convenience method that creates an instance of theDataPathType.Builder avoiding the need
to create one manually via DataPathType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataPathType(DataPathType).
dataPathType - a consumer that will call methods on DataPathType.BuilderdataPathType(DataPathType)Copyright © 2023. All rights reserved.