Class SearchResult.JsonUtil
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtil<SearchResult>
se.michaelthelin.spotify.model_objects.special.SearchResult.JsonUtil
- All Implemented Interfaces:
- IModelObject.IJsonUtil<SearchResult>
- Enclosing class:
- SearchResult
JsonUtil class for building 
SearchResult instances.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateModelObject(com.google.gson.JsonObject jsonObject) Build a model object with the information given in a json object.Methods inherited from class se.michaelthelin.spotify.model_objects.AbstractModelObject.JsonUtilcreateModelObject, createModelObjectArray, createModelObjectArray, createModelObjectArray, createModelObjectArray, createModelObjectPaging, createModelObjectPaging, createModelObjectPaging, createModelObjectPagingCursorbased, createModelObjectPagingCursorbased, createModelObjectPagingCursorbased, hasAndNotNull
- 
Constructor Details- 
JsonUtilpublic JsonUtil()Default constructor.
 
- 
- 
Method Details- 
createModelObjectDescription copied from interface:IModelObject.IJsonUtilBuild 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.
 
 
-