Class HasFormDataAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder<HasFormDataAnnotation.Builder>
org.apache.juneau.http.annotation.HasFormDataAnnotation.Builder
- Enclosing class:
- HasFormDataAnnotation
public static class HasFormDataAnnotation.Builder
extends AnnotationBuilder<HasFormDataAnnotation.Builder>
Builder class.
 
See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Instantiates a new@HasFormDataobject initialized with this builder.Sets theHasFormData.name()property on this annotation.Sets theHasFormData.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@HasFormDataobject initialized with this builder.- Returns:
- A new @HasFormDataobject.
 
- 
nameSets theHasFormData.name()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
- 
valueSets theHasFormData.value()property on this annotation.- Parameters:
- value- The new value for this property.
- Returns:
- This object.
 
 
-