Class HasQueryAnnotation.Builder
java.lang.Object
org.apache.juneau.commons.annotation.AnnotationObject.Builder
org.apache.juneau.http.annotation.HasQueryAnnotation.Builder
- Enclosing class:
- HasQueryAnnotation
Builder class.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Instantiates a new@HasQueryobject initialized with this builder.description(String... value) Sets the description property on this annotation.Sets theHasQuery.name()property on this annotation.Sets theHasQuery.value()property on this annotation.Methods inherited from class org.apache.juneau.commons.annotation.AnnotationObject.Builder
getAnnotationType
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@HasQueryobject initialized with this builder.- Returns:
- A new
@HasQueryobject.
-
description
Sets the description property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
name
Sets theHasQuery.name()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
value
Sets theHasQuery.value()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-