Class Category

java.lang.Object
de.sonallux.spotify.api.models.Category

public class Category extends Object
CategoryObject
  • Field Details

    • href

      public String href

      A link to the Web API endpoint returning full details of the category.

    • icons

      public List<Image> icons

      The category icon, in various sizes.

    • id

      public String id

      The Spotify category ID of the category.

    • name

      public String name

      The name of the category.

  • Constructor Details

    • Category

      public Category()