Class AudioAnalysisSection.JsonUtil
- java.lang.Object
-
- com.wrapper.spotify.model_objects.AbstractModelObject.JsonUtil<AudioAnalysisSection>
-
- com.wrapper.spotify.model_objects.miscellaneous.AudioAnalysisSection.JsonUtil
-
- All Implemented Interfaces:
IModelObject.IJsonUtil<AudioAnalysisSection>
- Enclosing class:
- AudioAnalysisSection
public static final class AudioAnalysisSection.JsonUtil extends AbstractModelObject.JsonUtil<AudioAnalysisSection>
JsonUtil class for buildingAudioAnalysisSectioninstances.
-
-
Constructor Summary
Constructors Constructor Description JsonUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AudioAnalysisSectioncreateModelObject(com.google.gson.JsonObject jsonObject)Build a model object with the information given in a json object.-
Methods inherited from class com.wrapper.spotify.model_objects.AbstractModelObject.JsonUtil
createModelObject, createModelObjectArray, createModelObjectArray, createModelObjectArray, createModelObjectArray, createModelObjectPaging, createModelObjectPaging, createModelObjectPaging, createModelObjectPagingCursorbased, createModelObjectPagingCursorbased, createModelObjectPagingCursorbased, hasAndNotNull
-
-
-
-
Method Detail
-
createModelObject
public AudioAnalysisSection createModelObject(com.google.gson.JsonObject jsonObject)
Description 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.
-
-