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