public static interface SearchForPositionResult.Builder extends SdkPojo, CopyableBuilder<SearchForPositionResult.Builder,SearchForPositionResult>
| Modifier and Type | Method and Description |
|---|---|
default SearchForPositionResult.Builder |
place(Consumer<Place.Builder> place)
Contains details about the relevant point of interest.
|
SearchForPositionResult.Builder |
place(Place place)
Contains details about the relevant point of interest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchForPositionResult.Builder place(Place place)
Contains details about the relevant point of interest.
place - Contains details about the relevant point of interest.default SearchForPositionResult.Builder place(Consumer<Place.Builder> place)
Contains details about the relevant point of interest.
This is a convenience that creates an instance of thePlace.Builder avoiding the need to create one
manually via Place.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to place(Place).place - a consumer that will call methods on Place.Builderplace(Place)Copyright © 2021. All rights reserved.