IModelObjectpublic class ExternalUrl extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ExternalUrl.Builder |
Builder class for building
ExternalUrl instances. |
static class |
ExternalUrl.JsonUtil |
JsonUtil class for building
ExternalUrl instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
ExternalUrl.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
get(String key) |
Get an specific external URL from this external URLs object with the key string given below.
|
Map<String,String> |
getExternalUrls() |
Get the external URLs from this
External URL object.
|
public String get(String key)
key - The type of the URL.public Map<String,String> getExternalUrls()
External URL example:
"spotify" - The Spotify URL
for the object.
Map of external public URLs to its objects.public ExternalUrl.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.