Class Author
Package world.mappable.mapkit
java.lang.Object
↳ world.mappable.mapkit.Attribution.Author
static class Author implements Serializable
Summary
Constructors
|
Signature and Description |
|
Author(@NonNull java.lang.String name, |
|
Author() |
Methods
|
Type and modifiers |
Method and Description |
|
java.lang.String |
getName() |
|
java.lang.String |
getUri() |
|
java.lang.String |
getEmail() |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
Author
|
Author(@NonNull java.lang.String name, |
Author
|
Author() |
Use constructor with parameters in your code.
This one is for bindings only!
Methods
getName
|
@NonNull |
getUri
|
@Nullable |
A reference to the author's site.
Optional field, can be null.
getEmail
|
@Nullable |
Author's email.
Must contain at least one @ symbol.
Optional field, can be null.
serialize
|
@Override |