public class ContactObject extends Object
ContactObjectBuilder
Modifier and Type | Field and Description |
---|---|
String |
email
Deprecated.
|
String |
name
Deprecated.
|
URI |
url
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
email() |
String |
name() |
URI |
url() |
void |
writeJson(Writer writer)
Writes this object as a JSON Object
|
@Deprecated public final String name
name()
instead@Deprecated public final URI url
url()
instead@Deprecated public final String email
email()
insteadpublic void writeJson(Writer writer) throws IOException
writer
- The writer to write toIOException
- Thrown if the writer throws this while writingpublic String name()
ContactObjectBuilder.withName(java.lang.String)
public URI url()
ContactObjectBuilder.withUrl(java.net.URI)
public String email()
ContactObjectBuilder.withEmail(java.lang.String)
Copyright © 2017–2021. All rights reserved.