public interface ContactInformation
| Modifier and Type | Field and Description |
|---|---|
static ContactInformation |
EMPTY
An empty contact information.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
asMap()
Gets all contact information provided as a map from contact type to information.
|
Optional<String> |
get(String key)
Gets a certain type of contact information.
|
static final ContactInformation EMPTY