ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.1

This commit is contained in:
speakeasybot
2024-11-12 00:26:38 +00:00
parent 025b6c4640
commit 99af1ce0f6
825 changed files with 4124 additions and 3989 deletions

View File

@@ -36,8 +36,8 @@ class SDKConfiguration {
} };
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "0.0.3";
public static final String SDK_VERSION = "0.9.0";
public static final String GEN_VERSION = "2.429.0";
public static final String SDK_VERSION = "0.10.0";
public static final String GEN_VERSION = "2.457.2";
private static final String BASE_PACKAGE = "dev.plexapi.sdk";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* AddPlaylistContentsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class AddPlaylistContentsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* AddPlaylistContentsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class AddPlaylistContentsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* ApplyUpdatesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class ApplyUpdatesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* ApplyUpdatesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class ApplyUpdatesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* CancelServerActivitiesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class CancelServerActivitiesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* CancelServerActivitiesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class CancelServerActivitiesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* CheckForUpdatesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class CheckForUpdatesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* CheckForUpdatesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class CheckForUpdatesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* ClearPlaylistContentsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class ClearPlaylistContentsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* ClearPlaylistContentsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class ClearPlaylistContentsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* CreatePlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class CreatePlaylistBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* CreatePlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class CreatePlaylistUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* DeleteLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class DeleteLibraryBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* DeleteLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class DeleteLibraryUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* DeletePlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class DeletePlaylistBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* DeletePlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class DeletePlaylistUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* EnablePaperTrailBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class EnablePaperTrailBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* EnablePaperTrailUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class EnablePaperTrailUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetAllLibrariesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetAllLibrariesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetAllLibrariesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetAllLibrariesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetAvailableClientsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetAvailableClientsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetAvailableClientsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetAvailableClientsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetBandwidthStatisticsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetBandwidthStatisticsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetBandwidthStatisticsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetBandwidthStatisticsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetBannerImageBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetBannerImageBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetBannerImageUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetBannerImageUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetButlerTasksBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetButlerTasksBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetButlerTasksUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetButlerTasksUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetCompanionsDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetCompanionsDataBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetCompanionsDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetCompanionsDataUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetDevicesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetDevicesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetDevicesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetDevicesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetFileHashBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetFileHashBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetFileHashUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetFileHashUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetGeoDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetGeoDataBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetGeoDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetGeoDataUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetGlobalHubsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetGlobalHubsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetGlobalHubsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetGlobalHubsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetHomeDataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetHomeDataBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetHomeDataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetHomeDataUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetLibraryDetailsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetLibraryDetailsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetLibraryDetailsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetLibraryDetailsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetLibraryHubsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetLibraryHubsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetLibraryHubsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetLibraryHubsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetLibraryItemsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetLibraryItemsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetLibraryItemsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetLibraryItemsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMediaProvidersBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetMediaProvidersBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMediaProvidersUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetMediaProvidersUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMetaDataByRatingKeyBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetMetaDataByRatingKeyBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMetaDataByRatingKeyUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetMetaDataByRatingKeyUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMetadataChildrenBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetMetadataChildrenBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMetadataChildrenUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetMetadataChildrenUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMyPlexAccountBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetMyPlexAccountBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetMyPlexAccountUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetMyPlexAccountUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetOnDeckBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetOnDeckBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetOnDeckUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetOnDeckUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPinBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetPinBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPlaylistBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetPlaylistBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPlaylistContentsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetPlaylistContentsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPlaylistContentsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetPlaylistContentsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPlaylistUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetPlaylistUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPlaylistsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetPlaylistsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetPlaylistsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetPlaylistsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetRecentlyAddedLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetRecentlyAddedLibraryBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetRecentlyAddedLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetRecentlyAddedLibraryUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetRefreshLibraryMetadataBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetRefreshLibraryMetadataBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetRefreshLibraryMetadataUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetRefreshLibraryMetadataUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetResizedPhotoBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetResizedPhotoBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetResizedPhotoUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetResizedPhotoUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetResourcesStatisticsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetResourcesStatisticsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetResourcesStatisticsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetResourcesStatisticsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSearchAllLibrariesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetSearchAllLibrariesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSearchAllLibrariesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetSearchAllLibrariesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSearchLibraryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetSearchLibraryBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSearchLibraryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetSearchLibraryUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSearchResultsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetSearchResultsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSearchResultsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetSearchResultsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerActivitiesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetServerActivitiesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerActivitiesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetServerActivitiesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerCapabilitiesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetServerCapabilitiesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerCapabilitiesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetServerCapabilitiesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerIdentityRequestTimeout - Request Timeout
*/
@SuppressWarnings("serial")
public class GetServerIdentityRequestTimeout extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)
@@ -43,6 +44,7 @@ public class GetServerIdentityRequestTimeout extends RuntimeException {
@JsonProperty("code") Optional<Integer> code,
@JsonProperty("message") Optional<String> message,
@JsonProperty("RawResponse") Optional<? extends HttpResponse<InputStream>> rawResponse) {
super(message.orElse(null));
Utils.checkNotNull(code, "code");
Utils.checkNotNull(message, "message");
Utils.checkNotNull(rawResponse, "rawResponse");

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerListBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetServerListBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerListUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetServerListUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerPreferencesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetServerPreferencesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerPreferencesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetServerPreferencesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerResourcesBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetServerResourcesBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetServerResourcesUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetServerResourcesUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSessionHistoryBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetSessionHistoryBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSessionHistoryUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetSessionHistoryUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSessionsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetSessionsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSessionsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetSessionsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSourceConnectionInformationBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetSourceConnectionInformationBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetSourceConnectionInformationUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetSourceConnectionInformationUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetStatisticsBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetStatisticsBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetStatisticsUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetStatisticsUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetThumbImageBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetThumbImageBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetThumbImageUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
*/
@SuppressWarnings("serial")
public class GetThumbImageUnauthorized extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

View File

@@ -21,6 +21,7 @@ import java.util.Optional;
/**
* GetTimelineBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
*/
@SuppressWarnings("serial")
public class GetTimelineBadRequest extends RuntimeException {
@JsonInclude(Include.NON_ABSENT)

Some files were not shown because too many files have changed in this diff Show More