Class HasFormDataAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.http.annotation.HasFormDataAnnotation.Builder
- Enclosing class:
HasFormDataAnnotation
Builder class.
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Instantiates a new@HasFormData
object initialized with this builder.Sets theHasFormData.name()
property on this annotation.Sets theHasFormData.value()
property on this annotation.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@HasFormData
object initialized with this builder.- Returns:
- A new
@HasFormData
object.
-
name
Sets theHasFormData.name()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
value
Sets theHasFormData.value()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-