Interface AnnotationPlacemarkFieldRequest.Builder
- Enclosing interface:
- AnnotationPlacemarkFieldRequest
public static interface AnnotationPlacemarkFieldRequest.Builder
Creates an instance of
AnnotationPlacemarkFieldRequest.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Validates and retrieves a completedAnnotationPlacemarkFieldRequest.Required: Sets the name of the placemark field.
-
Method Details
-
withName
Required: Sets the name of the placemark field.- Parameters:
name- the name of the annotation placemark field to retrieve metadata for. Cannot be null or empty.- Returns:
- this
AnnotationFieldRequest.Builder
-
build
AnnotationPlacemarkFieldRequest build()Validates and retrieves a completedAnnotationPlacemarkFieldRequest.- Returns:
- the completed
AnnotationPlacemarkFieldRequest
-