- GENERIC_ERROR - Static variable in exception net.subclient.subsonic.exceptions.SubsonicException
-
Generic Subsonic server communication error
- getAlbum() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child album name
- getAlbumId() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child album ID
- getAlbumId() - Method in class net.subclient.subsonic.util.AlbumRating
-
- getAlbums() - Method in class net.subclient.subsonic.responses.GetAlbumsResponse
-
- getAlbumsArray() - Method in class net.subclient.subsonic.mappings.Albums
-
Returns this albums array
- getAlbumsArray() - Method in class net.subclient.subsonic.mappings.SearchResult
-
- getAlbumsList(GetAlbumsType) - Method in interface net.subclient.subsonic.Connection
-
Gets a list of 10 albums of the specified type
- getAlbumsList(GetAlbumsType, int) - Method in interface net.subclient.subsonic.Connection
-
Gets the defined number of albums of the specified type
- getAlbumsList(GetAlbumsType, int, int) - Method in interface net.subclient.subsonic.Connection
-
Gets the defined number of albums of the specified type
- getAlbumsList(GetAlbumsType) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getAlbumsList(GetAlbumsType, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getAlbumsList(GetAlbumsType, int, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- GetAlbumsResponse - Class in net.subclient.subsonic.responses
-
- GetAlbumsResponse() - Constructor for class net.subclient.subsonic.responses.GetAlbumsResponse
-
Constructs a new GetAlbumsResponse with a default constructed Albums object
- GetAlbumsResponseDeserializer - Class in net.subclient.subsonic.deserializers
-
- GetAlbumsResponseDeserializer() - Constructor for class net.subclient.subsonic.deserializers.GetAlbumsResponseDeserializer
-
- GetAlbumsType - Enum in net.subclient.subsonic.util
-
- getApiVersion() - Method in class net.subclient.subsonic.SubsonicConnection
-
Returns current server API version
- getArtist() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child artist name
- getArtistId() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child artist ID
- getArtistsArray() - Method in class net.subclient.subsonic.mappings.IndexInfo
-
- getArtistsArray() - Method in class net.subclient.subsonic.mappings.SearchResult
-
- getAverageRating() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child average rating
- getBitRate() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child bitrate in Kbs
- getChannel() - Method in class net.subclient.subsonic.responses.GetPodcastResponse
-
- getChannelsArray() - Method in class net.subclient.subsonic.mappings.Podcasts
-
- getChildsArray() - Method in class net.subclient.subsonic.mappings.Directory
-
- getCode() - Method in exception net.subclient.subsonic.exceptions.SubsonicException
-
Returns this exception error code
- getComment() - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- getContentType() - Method in exception net.subclient.subsonic.exceptions.InvalidResponseException
-
Returns this exception content-type
- getContentType() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child content-type
- getCoverArt(String) - Method in interface net.subclient.subsonic.Connection
-
Returns a cover art specified by the provided ID and a size of 100x100 pixels
- getCoverArt(String, int) - Method in interface net.subclient.subsonic.Connection
-
Returns a cover art defined by the provided ID and a specified size
- getCoverArt() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child cover art id
- getCoverArt(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getCoverArt(String, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getCreationDate() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child creation date
- getCreationDate() - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- getDate() - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- getDescription() - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Returns this channel description
- getDescription() - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- getDeserializer() - Static method in class net.subclient.subsonic.factories.GsonFactory
-
Returns a JSON deserializer that will properly work with Subsonic connections, by including all needed deserialization strategies
- getDirectory() - Method in class net.subclient.subsonic.responses.GetMusicDirectoryResponse
-
- getDuration() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child duration in seconds
- getDuration() - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- getEmail() - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- getEntriesArray() - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- getEpisodesArray() - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Returns the array of episodes of this channel
- getGenre() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child genre
- getId() - Method in class net.subclient.subsonic.mappings.Directory
-
- getId() - Method in class net.subclient.subsonic.mappings.FolderInfo
-
- getIndexes() - Method in interface net.subclient.subsonic.Connection
-
Gets a list of all the directories (indexes) in the root of all music folders
- getIndexes(String) - Method in interface net.subclient.subsonic.Connection
-
Gets a list of all the directories (indexes) in the root of the specified music folder
- getIndexes(long) - Method in interface net.subclient.subsonic.Connection
-
Gets a list of all the directories (indexes) in the root of all music folders that has been modified after the specified timestamp
- getIndexes(String, long) - Method in interface net.subclient.subsonic.Connection
-
Gets a list of all the directories (indexes) in the root of the specified music folder that has been modified after the specified timestamp
- getIndexes() - Method in class net.subclient.subsonic.responses.GetIndexesResponse
-
- getIndexes() - Method in class net.subclient.subsonic.SubsonicConnection
-
- getIndexes(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getIndexes(long) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getIndexes(String, long) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getIndexesArray() - Method in class net.subclient.subsonic.mappings.Indexes
-
- GetIndexesResponse - Class in net.subclient.subsonic.responses
-
- GetIndexesResponse() - Constructor for class net.subclient.subsonic.responses.GetIndexesResponse
-
Constructs a new GetIndexesResponse with a default constructed Indexes object
- getKey() - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- getKey() - Method in class net.subclient.subsonic.util.HttpParameter
-
Return this parameter's key
- getLastModified() - Method in class net.subclient.subsonic.mappings.Indexes
-
- getLicense() - Method in interface net.subclient.subsonic.Connection
-
Gets detailed information about current server license
- getLicense() - Method in class net.subclient.subsonic.SubsonicConnection
-
- GetLicenseResponse - Class in net.subclient.subsonic.responses
-
- GetLicenseResponse() - Constructor for class net.subclient.subsonic.responses.GetLicenseResponse
-
Constructs a new GetLicenseResponse with a default constructed SubsonicLicense
- getMajorNumber() - Method in class net.subclient.subsonic.util.Version
-
- getMessage() - Method in exception net.subclient.subsonic.exceptions.SubsonicException
-
Returns this exception error message
- getMinorNumber() - Method in class net.subclient.subsonic.util.Version
-
- getMinVersion() - Method in enum net.subclient.subsonic.util.GetAlbumsType
-
- getMusicDirectory(String) - Method in interface net.subclient.subsonic.Connection
-
Returns all the albums and songs in specified directory
- getMusicDirectory(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- GetMusicDirectoryResponse - Class in net.subclient.subsonic.responses
-
- GetMusicDirectoryResponse() - Constructor for class net.subclient.subsonic.responses.GetMusicDirectoryResponse
-
Constructs a new GetMusicDirectoryResponse with a default constructed Directory object
- getMusicFolders() - Method in interface net.subclient.subsonic.Connection
-
Gets the available music folders list
- getMusicFolders() - Method in class net.subclient.subsonic.responses.GetMusicFoldersResponse
-
- getMusicFolders() - Method in class net.subclient.subsonic.SubsonicConnection
-
- getMusicFoldersArray() - Method in class net.subclient.subsonic.mappings.MusicFolders
-
- GetMusicFoldersResponse - Class in net.subclient.subsonic.responses
-
- GetMusicFoldersResponse() - Constructor for class net.subclient.subsonic.responses.GetMusicFoldersResponse
-
Constructs a new GetMusicFoldersResponse with a default constructed MusicFolders object
- GetMusicFoldersResponseDeserializer - Class in net.subclient.subsonic.deserializers
-
- GetMusicFoldersResponseDeserializer() - Constructor for class net.subclient.subsonic.deserializers.GetMusicFoldersResponseDeserializer
-
- getName() - Method in class net.subclient.subsonic.mappings.Directory
-
- getName() - Method in class net.subclient.subsonic.mappings.FolderInfo
-
- getName() - Method in class net.subclient.subsonic.mappings.IndexInfo
-
- getOwner() - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- getParent() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child parent ID
- getPath() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child path
- getPlaylist(String) - Method in interface net.subclient.subsonic.Connection
-
Gets information about a specific playlist including songs list on that playlist
- getPlaylist() - Method in class net.subclient.subsonic.responses.GetPlaylistResponse
-
- getPlaylist(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- GetPlaylistResponse - Class in net.subclient.subsonic.responses
-
- GetPlaylistResponse() - Constructor for class net.subclient.subsonic.responses.GetPlaylistResponse
-
Constructs a new GetPlaylistResponse with a default constructed PlaylistInfo object
- getPlaylists() - Method in interface net.subclient.subsonic.Connection
-
Gets the playlists available for the current user
- getPlaylists() - Method in class net.subclient.subsonic.responses.GetPlaylistsResponse
-
- getPlaylists() - Method in class net.subclient.subsonic.SubsonicConnection
-
- getPlaylistsArray() - Method in class net.subclient.subsonic.mappings.Playlists
-
- GetPlaylistsResponse - Class in net.subclient.subsonic.responses
-
- GetPlaylistsResponse() - Constructor for class net.subclient.subsonic.responses.GetPlaylistsResponse
-
Constructs a new GetPlaylistsResponse with a default Playlists object
- GetPlaylistsResponseDeserializer - Class in net.subclient.subsonic.deserializers
-
- GetPlaylistsResponseDeserializer() - Constructor for class net.subclient.subsonic.deserializers.GetPlaylistsResponseDeserializer
-
- getPodcastEpisodes(String) - Method in interface net.subclient.subsonic.Connection
-
Gets the episodes of the specified podcast
- getPodcastEpisodes(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- GetPodcastResponse - Class in net.subclient.subsonic.responses
-
- GetPodcastResponse() - Constructor for class net.subclient.subsonic.responses.GetPodcastResponse
-
Constructs a new GetPodcastResponse with a default constructed ChannelInfo object
- getPodcasts() - Method in interface net.subclient.subsonic.Connection
-
Gets the list of podcasts in the server
- getPodcasts() - Method in class net.subclient.subsonic.responses.GetPodcastsResponse
-
- getPodcasts() - Method in class net.subclient.subsonic.SubsonicConnection
-
- GetPodcastsResponse - Class in net.subclient.subsonic.responses
-
- GetPodcastsResponse() - Constructor for class net.subclient.subsonic.responses.GetPodcastsResponse
-
Constructs a new GetPodcastsResponse with a default constructed Podcasts object
- GetPodcastsResponseDeserializer - Class in net.subclient.subsonic.deserializers
-
- GetPodcastsResponseDeserializer() - Constructor for class net.subclient.subsonic.deserializers.GetPodcastsResponseDeserializer
-
- getPrettyPrintingDeserializer() - Static method in class net.subclient.subsonic.factories.GsonFactory
-
Returns a JSON deserializer that will properly work with Subsonic connections, by including all needed deserialization strategies.
- getPublishDate() - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Returns this channel publish date, wich is its newest episode publish date
- getPublishDate() - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- getRandomSongs() - Method in interface net.subclient.subsonic.Connection
-
Gets a list of 10 random songs in all music folders
- getRandomSongs(String) - Method in interface net.subclient.subsonic.Connection
-
Gets a list of 10 random songs in a specific music folder
- getRandomSongs(String, int) - Method in interface net.subclient.subsonic.Connection
-
Gets a defined number of random songs in a specific music folder
- getRandomSongs() - Method in class net.subclient.subsonic.responses.GetRandomSongsResponse
-
- getRandomSongs() - Method in class net.subclient.subsonic.SubsonicConnection
-
- getRandomSongs(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getRandomSongs(String, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getRandomSongsArray() - Method in class net.subclient.subsonic.mappings.RandomSongs
-
- GetRandomSongsResponse - Class in net.subclient.subsonic.responses
-
- GetRandomSongsResponse() - Constructor for class net.subclient.subsonic.responses.GetRandomSongsResponse
-
Constructs a new GetRandomSongsResponse with a default constructed RandomSongs object
- GetRandomSongsResponseDeserializer - Class in net.subclient.subsonic.deserializers
-
- GetRandomSongsResponseDeserializer() - Constructor for class net.subclient.subsonic.deserializers.GetRandomSongsResponseDeserializer
-
- getRating() - Method in class net.subclient.subsonic.util.AlbumRating
-
- getRevisionNumber() - Method in class net.subclient.subsonic.util.Version
-
- getSearchResults() - Method in class net.subclient.subsonic.responses.SearchResponse
-
- getSize() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child size in bytes
- getSongCount() - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- getSongsArray() - Method in class net.subclient.subsonic.mappings.SearchResult
-
- getStatus() - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Returns this channel status
- getStatus() - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- getStatus() - Method in interface net.subclient.subsonic.responses.ResponseInterface
-
- getStatus() - Method in class net.subclient.subsonic.responses.SubsonicResponse
-
- getStreamId() - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- getStreamURL(String) - Method in interface net.subclient.subsonic.Connection
-
Returns a valid URL for streaming a song from the current Subsonic server specified by its ID
- getStreamURL(String, int) - Method in interface net.subclient.subsonic.Connection
-
Returns a valid URL for streaming a song from the current Subsonic server specified by its ID
- getStreamURL(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getStreamURL(String, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- getSubsonicLicense() - Method in class net.subclient.subsonic.responses.GetLicenseResponse
-
- getSuffix() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child suffix
- getTitle() - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Returns this channel title
- getTitle() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child title
- getTrack() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child track number
- getType() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child type
- getUrl() - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Returns this channel url as java.net.URL object.
- getUserRating() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child current user rating
- getValue() - Method in class net.subclient.subsonic.util.HttpParameter
-
Returns this parameter's value
- getVersion() - Method in interface net.subclient.subsonic.responses.ResponseInterface
-
- getVersion() - Method in class net.subclient.subsonic.responses.SubsonicResponse
-
- getYear() - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Returns this child year
- GsonFactory - Class in net.subclient.subsonic.factories
-
Includes static factory methods to create Gson objects
- GsonFactory() - Constructor for class net.subclient.subsonic.factories.GsonFactory
-
- search(String) - Method in interface net.subclient.subsonic.Connection
-
Gets a list of max 20 artists, albums and songs that meet the specified query.
- search(String, int) - Method in interface net.subclient.subsonic.Connection
-
Gets the specified number of artists, albums and songs that meet the specified query.
- search(String, int, int) - Method in interface net.subclient.subsonic.Connection
-
Gets the specified number of artists, albums and songs that meet the specified query.
- search(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- search(String, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- search(String, int, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- SearchResponse - Class in net.subclient.subsonic.responses
-
Object returned on
search
calls
- SearchResponse() - Constructor for class net.subclient.subsonic.responses.SearchResponse
-
Constructs a new SearchResponse with a default constructed SearchResponse object
- SearchResponseDeserializer - Class in net.subclient.subsonic.deserializers
-
- SearchResponseDeserializer() - Constructor for class net.subclient.subsonic.deserializers.SearchResponseDeserializer
-
- SearchResult - Class in net.subclient.subsonic.mappings
-
Java representation of the "searchResult" JSON Object.
- SearchResult() - Constructor for class net.subclient.subsonic.mappings.SearchResult
-
Sonstructs a new SearchResult object with default values:
- SearchResultDeserializer - Class in net.subclient.subsonic.deserializers
-
This class specifies how to deserialize a
Podcasts
object.
- SearchResultDeserializer() - Constructor for class net.subclient.subsonic.deserializers.SearchResultDeserializer
-
- SERVER_MUST_UPGRADE - Static variable in exception net.subclient.subsonic.exceptions.SubsonicException
-
Incompatible Subsonic REST protocol version.
- setAlbum(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child album name
- setAlbumId(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child album ID
- setAlbumId(String) - Method in class net.subclient.subsonic.util.AlbumRating
-
- setAlbums(Albums) - Method in class net.subclient.subsonic.responses.GetAlbumsResponse
-
- setAlbumsArray(List<ChildInfo>) - Method in class net.subclient.subsonic.mappings.Albums
-
Sets this albums array
- setAlbumsArray(List<ChildInfo>) - Method in class net.subclient.subsonic.mappings.SearchResult
-
- setArtist(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child artist name
- setArtistId(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child artist ID
- setArtistsArray(List<FolderInfo>) - Method in class net.subclient.subsonic.mappings.IndexInfo
-
- setArtistsArray(List<FolderInfo>) - Method in class net.subclient.subsonic.mappings.SearchResult
-
- setAverageRating(float) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child average rating
- setBitRate(int) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child bitrate in Kbs
- setChannel(ChannelInfo) - Method in class net.subclient.subsonic.responses.GetPodcastResponse
-
- setChannelsArray(List<ChannelInfo>) - Method in class net.subclient.subsonic.mappings.Podcasts
-
- setChildsArray(List<ChildInfo>) - Method in class net.subclient.subsonic.mappings.Directory
-
Sets this directory childs array
- setComment(String) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setContentType(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child content-type
- setCoverArt(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child cover art ID
- setCreationDate(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child creation date
- setCreationDate(String) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setDate(String) - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- setDescription(String) - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Sets this channel description
- setDescription(String) - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- setDirectory(Directory) - Method in class net.subclient.subsonic.responses.GetMusicDirectoryResponse
-
- setDuration(int) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child duration in seconds
- setDuration(int) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setEmail(String) - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- setEntriesArray(List<ChildInfo>) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setEpisodesArray(List<PodcastInfo>) - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Sets this channel episodes array
- setGenre(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child genre
- setId(String) - Method in class net.subclient.subsonic.mappings.Directory
-
Sets this directory id
- setId(String) - Method in class net.subclient.subsonic.mappings.FolderInfo
-
- setIndexes(Indexes) - Method in class net.subclient.subsonic.responses.GetIndexesResponse
-
- setIndexesArray(List<IndexInfo>) - Method in class net.subclient.subsonic.mappings.Indexes
-
- setIsDir(boolean) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets if this child is a directory
- setIsValid(boolean) - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- setIsVideo(boolean) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets if this child is a video
- setKey(String) - Method in class net.subclient.subsonic.mappings.SubsonicLicense
-
- setKey(String) - Method in class net.subclient.subsonic.util.HttpParameter
-
Sets this parameter's key
- setLastModified(long) - Method in class net.subclient.subsonic.mappings.Indexes
-
- setMusicFolders(MusicFolders) - Method in class net.subclient.subsonic.responses.GetMusicFoldersResponse
-
- setMusicFoldersArray(List<FolderInfo>) - Method in class net.subclient.subsonic.mappings.MusicFolders
-
- setName(String) - Method in class net.subclient.subsonic.mappings.Directory
-
Sets this directory name
- setName(String) - Method in class net.subclient.subsonic.mappings.FolderInfo
-
- setName(String) - Method in class net.subclient.subsonic.mappings.IndexInfo
-
- setOwner(String) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setParent(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child parent ID
- setPath(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child path
- setPlaying(boolean) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
- setPlaylist(PlaylistInfo) - Method in class net.subclient.subsonic.responses.GetPlaylistResponse
-
- setPlaylists(Playlists) - Method in class net.subclient.subsonic.responses.GetPlaylistsResponse
-
- setPlaylistsArray(List<PlaylistInfo>) - Method in class net.subclient.subsonic.mappings.Playlists
-
- setPodcasts(Podcasts) - Method in class net.subclient.subsonic.responses.GetPodcastsResponse
-
- setPublic(boolean) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setPublishDate(String) - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Sets this channel publish date
- setPublishDate(String) - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- setRandomSongs(RandomSongs) - Method in class net.subclient.subsonic.responses.GetRandomSongsResponse
-
- setRandomSongsArray(List<ChildInfo>) - Method in class net.subclient.subsonic.mappings.RandomSongs
-
- setRating(AlbumRating) - Method in interface net.subclient.subsonic.Connection
-
Sets an album rating
- setRating(AlbumRating) - Method in class net.subclient.subsonic.SubsonicConnection
-
- setRating(int) - Method in class net.subclient.subsonic.util.AlbumRating
-
- setSearchResult(SearchResult) - Method in class net.subclient.subsonic.responses.SearchResponse
-
- setSize(long) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child size in bytes
- setSongCount(int) - Method in class net.subclient.subsonic.mappings.PlaylistInfo
-
- setSongsArray(List<ChildInfo>) - Method in class net.subclient.subsonic.mappings.SearchResult
-
- setStatus(String) - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Sets this channel status
- setStatus(String) - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- setStatus(String) - Method in interface net.subclient.subsonic.responses.ResponseInterface
-
- setStatus(String) - Method in class net.subclient.subsonic.responses.SubsonicResponse
-
- setStreamId(String) - Method in class net.subclient.subsonic.mappings.PodcastInfo
-
- setSubsonicLicense(SubsonicLicense) - Method in class net.subclient.subsonic.responses.GetLicenseResponse
-
- setSuffix(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child cuffix
- setTitle(String) - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Sets this channel title
- setTitle(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child title
- setTrack(int) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child track number
- setType(String) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child type
- setUrl(URL) - Method in class net.subclient.subsonic.mappings.ChannelInfo
-
Sets this channel url as java.net.URL object
- setUserRating(int) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child current user rating
- setValue(String) - Method in class net.subclient.subsonic.util.HttpParameter
-
Sets this parameter's value
- setVersion(String) - Method in interface net.subclient.subsonic.responses.ResponseInterface
-
- setVersion(Version) - Method in interface net.subclient.subsonic.responses.ResponseInterface
-
- setVersion(String) - Method in class net.subclient.subsonic.responses.SubsonicResponse
-
- setVersion(Version) - Method in class net.subclient.subsonic.responses.SubsonicResponse
-
- setYear(int) - Method in class net.subclient.subsonic.mappings.ChildInfo
-
Sets this child year
- STATUS_FAILED - Static variable in class net.subclient.subsonic.responses.SubsonicResponse
-
Status returned on any failed response
- STATUS_OK - Static variable in class net.subclient.subsonic.responses.SubsonicResponse
-
Status returned on any successfull response
- stream(String) - Method in interface net.subclient.subsonic.Connection
-
Gets the stream of a song to be played.
- stream(String, int) - Method in interface net.subclient.subsonic.Connection
-
Gets the stream of a song to be played.
- stream(String) - Method in class net.subclient.subsonic.SubsonicConnection
-
- stream(String, int) - Method in class net.subclient.subsonic.SubsonicConnection
-
- SubsonicConnection - Class in net.subclient.subsonic
-
Connection interface between a Java application and Subsonic API
- SubsonicConnection(URL, String, String) - Constructor for class net.subclient.subsonic.SubsonicConnection
-
Constructs a SubsonicConnection to the specified server URL using the provided username and password.
- SubsonicConnection(URL, String, String, boolean) - Constructor for class net.subclient.subsonic.SubsonicConnection
-
Constructs a SubsonicConnection to the specified server URL using the provided username and password.
- SubsonicConnection(URL, String, String, String) - Constructor for class net.subclient.subsonic.SubsonicConnection
-
Constructs a SubsonicConnection to the specified server URL using the provided username, password and client identifier.
- SubsonicConnection(URL, String, String, String, boolean) - Constructor for class net.subclient.subsonic.SubsonicConnection
-
Constructs a SubsonicConnection to the specified server URL using the provided username, password and client identifier.
- SubsonicException - Exception in net.subclient.subsonic.exceptions
-
Exception thrown whenever a Subsonic API call produces an error
- SubsonicException() - Constructor for exception net.subclient.subsonic.exceptions.SubsonicException
-
- SubsonicException(int) - Constructor for exception net.subclient.subsonic.exceptions.SubsonicException
-
Constructs a new SubsonicException with the specified code
- SubsonicException(int, String) - Constructor for exception net.subclient.subsonic.exceptions.SubsonicException
-
Constructs a new SubsonicException with the specified code and message
- SubsonicLicense - Class in net.subclient.subsonic.mappings
-
Java representation of the Subsonic license JSON Object
- SubsonicLicense() - Constructor for class net.subclient.subsonic.mappings.SubsonicLicense
-
Constructs a new SubsonicLicense object with defauklt values:
- SubsonicResponse - Class in net.subclient.subsonic.responses
-
Subsonic base class for the Subsonic API call responses
- SubsonicResponse() - Constructor for class net.subclient.subsonic.responses.SubsonicResponse
-
Constructs a new SubsonicResponse with status
OK
and version 1.0.0