Class SnapshotResult.JsonUtil

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

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

    • JsonUtil

      public JsonUtil()
  • Method Details

    • createModelObject

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