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