Class HasQueryAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<HasQueryAnnotation.Builder>
org.apache.juneau.http.annotation.HasQueryAnnotation.Builder
- Enclosing class:
- HasQueryAnnotation
public static class HasQueryAnnotation.Builder
extends AnnotationBuilder<HasQueryAnnotation.Builder>
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@HasQueryobject initialized with this builder.Sets theHasQuery.name()property on this annotation.Sets theHasQuery.value()property on this annotation.Methods inherited from class org.apache.juneau.annotation.AnnotationBuilderasThis, description
- 
Constructor Details- 
Builderprotected Builder()Constructor.
 
- 
- 
Method Details- 
buildInstantiates a new@HasQueryobject initialized with this builder.- Returns:
- A new @HasQueryobject.
 
- 
nameSets theHasQuery.name()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
valueSets theHasQuery.value()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-