Package de.sonallux.spotify.core
Class SpotifyWebApiUtils
- java.lang.Object
-
- de.sonallux.spotify.core.SpotifyWebApiUtils
-
public class SpotifyWebApiUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static PatternARRAY_TYPE_PATTERNstatic PatternCURSOR_PAGING_OBJECT_TYPE_PATTERNstatic PatternPAGING_OBJECT_TYPE_PATTERN
-
Constructor Summary
Constructors Constructor Description SpotifyWebApiUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SpotifyWebApiload()static SpotifyWebApiload(InputStream inputStream)static SpotifyWebApiload(Path path)
-
-
-
Method Detail
-
load
public static SpotifyWebApi load() throws IOException
- Throws:
IOException
-
load
public static SpotifyWebApi load(Path path) throws IOException
- Throws:
IOException
-
load
public static SpotifyWebApi load(InputStream inputStream) throws IOException
- Throws:
IOException
-
-