Class PlayHistory.JsonUtil

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

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

    • JsonUtil

      public JsonUtil()
  • Method Details

    • createModelObject

      public PlayHistory 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.