IModelObjectpublic class Category extends AbstractModelObject
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Category.Builder |
Builder class for building
Category instances. |
static class |
Category.JsonUtil |
JsonUtil class for building
Category instances. |
IModelObject.IJsonUtil<T>| Modifier and Type | Method | Description |
|---|---|---|
Category.Builder |
builder() |
Create a builder for building an instance of a model object.
|
String |
getHref() |
Get the Spotify Web API endpoint URL of the category.
|
Image[] |
getIcons() |
Get the category icon in various sizes.
|
String |
getId() |
Get the Spotify ID
of the category.
|
String |
getName() |
Get the name of the category.
|
public String getHref()
public Image[] getIcons()
public String getId()
public String getName()
public Category.Builder builder()
IModelObjectCopyright © 2019. All rights reserved.