Class AlbumSimplifiedSpecial.JsonUtil

java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil<AlbumSimplifiedSpecial>
se.michaelthelin.spotify.model_objects.special.AlbumSimplifiedSpecial.JsonUtil
All Implemented Interfaces:
IModelObject.IJsonUtil<AlbumSimplifiedSpecial>
Enclosing class:
AlbumSimplifiedSpecial

public static final class AlbumSimplifiedSpecial.JsonUtil extends AbstractModelObject.JsonUtil<AlbumSimplifiedSpecial>
JsonUtil class for building AlbumSimplifiedSpecial instances.
  • Constructor Details

    • JsonUtil

      public JsonUtil()
  • Method Details

    • createModelObject

      public AlbumSimplifiedSpecial createModelObject(com.google.gson.JsonObject jsonObject)
      Description copied from interface: IModelObject.IJsonUtil
      Build a model object with the information given in a json object.
      The type of the model object and its methods depend on its corresponding implementation.
      Parameters:
      jsonObject - A json object.
      Returns:
      A model object. The type depends on this methods implementation.