Package dk.mada.jaxrs.model
Class Info.Contact
java.lang.Object
dk.mada.jaxrs.model.Info.Contact
- Enclosing class:
- Info
The contact information for the API.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Contact
public Contact()
-
-
Method Details
-
builder
public static dk.mada.jaxrs.model.ImmutableContact.Builder builder()Returns a builder for this type.- Returns:
- a builder for this type
-
name
Returns the optional name of the contact.- Returns:
- the optional name of the contact
-
url
Returns the optional URL of the contact.- Returns:
- the optional URL of the contact
-
email
Returns the optional email of the contact.- Returns:
- the optional email of the contact
-