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