diff --git a/.gitignore b/.gitignore index ef23a9b..04440da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,25 +2,63 @@ /build/ /out/ /target/ +*.class # Gradle files .gradle/ /**/build/ +gradle-app.setting +.gradletasknamecache + +# Gradle local properties (keep gradle.properties, ignore local overrides) +gradle.properties.local +local.properties # IDE files +## IntelliJ IDEA .idea/ *.iml *.ipr *.iws +out/ + +## Eclipse +.classpath +.project +.settings/ +bin/ +.metadata + +## VS Code .vscode/ +*.code-workspace + +## NetBeans +nbproject/private/ +build/ +nbbuild/ +dist/ +nbdist/ +.nb-gradle/ + +## Vim *.swp +*.swo +*~ # OS files .DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db Thumbs.db +Desktop.ini # Logs *.log +*.log.* # Generated docs /build/docs/ @@ -28,13 +66,48 @@ Thumbs.db # JARs and other artifacts *.jar +!gradle/wrapper/gradle-wrapper.jar *.war *.ear +*.nar +*.zip +*.tar.gz +*.rar -# Misc -*.class +# Keep Gradle wrapper files (must come after patterns that might ignore them) +!gradle/wrapper/gradle-wrapper.properties -# Maven settings files +# Test output +/test-output/ +/test-results/ +/.test/ +*.test + +# Coverage reports +.nyc_output/ +coverage/ +*.lcov +*.coverage +*.coverage.* + +# Temporary files +*.tmp +*.temp +*.bak +*.backup +*.swp +*.swo +*~ + +# Maven settings files (local overrides) settings.xml **/settings.xml .m2/settings.xml + +# POM files in build directory +build/pom.xml +**/build/pom.xml + +# Reports +build/reports/ +build/test-results/ diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2340c21 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,76 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +--- +## [1.0.0] + +**Major Version Release** + + +### Fixed +- Fixed missing request parameters in Java API method signatures. +- Improved Java type safety with accurate generic type parameters and Optional handling. +- Improved Maven/Gradle publishing configuration with consistent artifact naming and POM metadata. + +## [0.1.1] + +### Added +- Complete API coverage for Media, Live Streaming, Video Data, and Signing Keys +- Java 11+ support with comprehensive type safety +- Media upload, management, and processing capabilities +- Live streaming with simulcasting support +- Video analytics and performance tracking +- Cryptographic signing keys for secure authentication +- In-video AI processing features +- DRM configuration and management +- Playlist creation and management +- Comprehensive error handling with specific exception types +- Built-in retry mechanisms and timeout handling +- Asynchronous client support with CompletableFuture +- Reactive Streams integration for streaming operations +- Spring Boot auto-configuration and starter modules +- Custom HTTP client support with hooks +- SLF4j logging integration +- Full API specification compliance + +### Changed +- Reorganized package structure for better maintainability +- Updated dependencies to modern Java libraries (Jackson, SLF4j, Reactive Streams) +- Improved API design with better error handling +- Enhanced documentation and examples +- Updated SDK version to 1.0.0 +- Updated minimum Java version requirement to 11+ for better compatibility and performance + +### Fixed +- Direct upload metadata handling +- Response object access patterns +- Type mismatches in method parameters +- Error handling for validation responses +- Improved error handling with specific exception types +- Fixed type annotation issues for better IDE support +- Ensured consistent API patterns across modules + +--- + +## [0.0.1] + +### Added +- Initial release of FastPix Java SDK +- Synchronous client support with Java HTTP Client +- Media API integration with upload, management, and processing +- Playback ID management for media files +- Media operations (list, get, update, delete) +- Direct upload support for video files +- Live stream API integration +- Live stream management (create, update, delete) +- Playback ID management for live streams +- Simulcast configuration for live streams +- HTTP Basic authentication support +- Server URL override support +- Comprehensive error handling and custom error classes +- Example usage and quick start documentation +- Maven and Gradle build support +- Jackson JSON serialization integration + +--- diff --git a/LICENSE b/LICENSE index 5bf0f8d..261eeb9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,201 @@ -MIT License - -Copyright (c) 2025 FastPix - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/README.md b/README.md index 559ca16..a78ae63 100644 --- a/README.md +++ b/README.md @@ -1,307 +1,902 @@ # FastPix Java SDK -Developer-friendly & type-safe Java SDK specifically designed to leverage the FastPix platform API. +A robust, type-safe Java SDK designed for seamless integration with the FastPix API platform. -# Introduction -The FastPix Java SDK simplifies integration with the FastPix platform. This SDK is designed for secure and efficient communication with the FastPix API, enabling easy management of media uploads, live streaming, and simulcasting. +## Introduction -# Key Features +The FastPix Java SDK simplifies integration with the FastPix platform. It provides a clean, type-safe interface for secure and efficient communication with the FastPix API, enabling easy management of media uploads, live streaming, on‑demand content, playlists, video analytics, and signing keys for secure access and token management. It is intended for use with Java 11 and above. -- ## Media API - - **Upload Media**: Upload media files seamlessly from URLs or devices - - **Manage Media**: Perform operations such as listing, fetching, updating, and deleting media assets - - **Playback IDs**: Generate and manage playback IDs for media access +## Prerequisites -- ## Live API - - **Create & Manage Live Streams**: Create, list, update, and delete live streams effortlessly - - **Control Stream Access**: Generate playback IDs for live streams to control and manage access - - **Simulcast to Multiple Platforms**: Stream content to multiple platforms simultaneously +### Environment and Version Support -For detailed usage, refer to the [FastPix API Reference](https://docs.fastpix.io/reference). +| Requirement | Version | Description | +|---|---:|---| +| Java | `11+` | Core runtime environment (JDK) | +| Maven/Gradle | `Latest` | Build tool and dependency management | +| Internet | `Required` | API communication and authentication | -# Prerequisites: -- JDK 11 or later -- FastPix API credentials (Access Token and Secret Key) +> Pro Tip: We recommend using Java 17+ for optimal performance and the latest language features. -## Getting started with FastPix: +### Getting Started with FastPix -To get started with the **FastPix Java SDK**, ensure you have the following: +To get started with the FastPix Java SDK, ensure you have the following: -- The FastPix APIs are authenticated using an **Access Token** and a **Secret Key**. You must generate these credentials to use the SDK. +- The FastPix APIs are authenticated using a **Username** and a **Password**. You must generate these credentials to use the SDK. +- Follow the steps in the [Authentication with Basic Auth](https://docs.fastpix.io/docs/basic-authentication) guide to obtain your credentials. -- Follow the steps in the [Authentication with Access Tokens](https://docs.fastpix.io/docs/basic-authentication) guide to obtain your credentials. +### Environment Variables (Optional) + +Configure your FastPix credentials using environment variables for enhanced security and convenience: + +```bash +# Set your FastPix credentials +export FASTPIX_USERNAME="your-access-token" +export FASTPIX_PASSWORD="your-secret-key" +``` + +> Security Note: Never commit your credentials to version control. Use environment variables or secure credential management systems. - ## Table of Contents - -* [FastPixSDK](#openapi) - * [SDK Installation](#sdk-installation) - * [Initialization](#initialization) - * [SDK Example Usage](#sdk-example-usage) +* [FastPix Java SDK](#fastpix-java-sdk) + * [Setup](#setup) + * [Example Usage](#example-usage) + * [Asynchronous Support](#asynchronous-support) * [Available Resources and Operations](#available-resources-and-operations) + * [Retries](#retries) * [Error Handling](#error-handling) * [Server Selection](#server-selection) + * [Custom HTTP Client](#custom-http-client) + * [Debugging](#debugging) * [Development](#development) - * [Maturity](#maturity) - * [Detailed Usage](#detailed-usage) - +## Setup - -## SDK Installation +### Installation -### Getting started +Install the FastPix Java SDK using your preferred build tool: -JDK 11 or later is required. +#### Gradle -The samples below show how a published SDK artifact is used: +Add the dependency to your `build.gradle`: -Gradle: ```groovy -implementation 'io.fastpix:sdk:0.1.0' +dependencies { + implementation 'io.fastpix:sdk:1.0.0' +} ``` -Maven: +#### Maven + +Add the dependency to your `pom.xml`: + ```xml io.fastpix sdk - 0.1.0 + 1.0.0 ``` -### How to build -After cloning the git repository to your file system you can build the SDK artifact from source to the `build` directory by running `./gradlew build` on *nix systems or `gradlew.bat` on Windows systems. +### Building from Source + +After cloning the git repository to your file system, you can build the SDK artifact from source to the `build` directory by running: + +**On Unix/Linux/macOS:** +```bash +./gradlew build +``` + +**On Windows:** +```bash +gradlew.bat build +``` -If you wish to build from source and publish the SDK artifact to your local Maven repository (on your filesystem) then use the following command (after cloning the git repo locally): +If you wish to build from source and publish the SDK artifact to your local Maven repository, use: -On *nix: +**On Unix/Linux/macOS:** ```bash ./gradlew publishToMavenLocal -Pskip.signing ``` -On Windows: + +**On Windows:** ```bash gradlew.bat publishToMavenLocal -Pskip.signing ``` - -## Initialization +### Initialization -You can set the security parameters through the `security` builder method when initializing the SDK client instance. For example: +Initialize the FastPix SDK with your credentials: ```java -FastPixSDK sdk = FastPixSDK.builder() - .security(Security.builder() - .username("your-access-token-id") - .password("your-secret-key") - .build()) +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.Security; + +Fastpix sdk = Fastpix.builder() + .security(Security.builder() + .username("your-access-token") + .password("your-secret-key") + .build()) + .build(); ``` - - -## SDK Example Usage +Or using environment variables: -### Example +```java +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.Security; + +Fastpix sdk = Fastpix.builder() + .security(Security.builder() + .username(System.getenv("FASTPIX_USERNAME")) // Your Access Token + .password(System.getenv("FASTPIX_PASSWORD")) // Your Secret Key + .build()) + .build(); +``` + +## Example Usage ```java package hello.world; -import io.fastpix.sdk.FastPixSDK; -import io.fastpix.sdk.models.components.*; -import io.fastpix.sdk.models.errors.*; -import io.fastpix.sdk.models.operations.CreateNewStreamResponse; import java.lang.Exception; +import java.util.List; +import java.util.Map; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.operations.CreateMediaResponse; public class Application { - public static void main(String[] args) throws UnauthorizedException, InvalidPermissionException, ValidationErrorResponse, Exception { + public static void main(String[] args) throws Exception { - FastPixSDK sdk = FastPixSDK.builder() + Fastpix sdk = Fastpix.builder() .security(Security.builder() - .username("your-access-token-id") + .username("your-access-token") .password("your-secret-key") .build()) .build(); - CreateLiveStreamRequest req = CreateLiveStreamRequest.builder() - .playbackSettings(PlaybackSettings.builder() - .build()) - .inputMediaSettings(InputMediaSettings.builder() - .build()) + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .url("https://static.fastpix.io/fp-sample-video.mp4") + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) .build(); - CreateNewStreamResponse res = sdk.startLiveStream().createNewStream() + CreateMediaResponse res = sdk.inputVideos().create() .request(req) .call(); - if (res.liveStreamResponseDTO().isPresent()) { + if (res.createMediaSuccessResponse().isPresent()) { // handle response + System.out.println(res.createMediaSuccessResponse().get()); } } } ``` - - +## Asynchronous Support + +The SDK provides comprehensive asynchronous support using Java's [`CompletableFuture`][comp-fut] and [Reactive Streams `Publisher`][reactive-streams] APIs. This design makes no assumptions about your choice of reactive toolkit, allowing seamless integration with any reactive library. + +
+Why Use Async? + +Asynchronous operations provide several key benefits: + +- **Non-blocking I/O**: Your threads stay free for other work while operations are in flight +- **Better resource utilization**: Handle more concurrent operations with fewer threads +- **Improved scalability**: Build highly responsive applications that can handle thousands of concurrent requests +- **Reactive integration**: Works seamlessly with reactive streams and backpressure handling + +
+ +
+Reactive Library Integration + +The SDK returns [Reactive Streams `Publisher`][reactive-streams] instances for operations dealing with streams involving multiple I/O interactions. We use Reactive Streams instead of JDK Flow API to provide broader compatibility with the reactive ecosystem, as most reactive libraries natively support Reactive Streams. + +**Why Reactive Streams over JDK Flow?** +- **Broader ecosystem compatibility**: Most reactive libraries (Project Reactor, RxJava, Akka Streams, etc.) natively support Reactive Streams +- **Industry standard**: Reactive Streams is the de facto standard for reactive programming in Java +- **Better interoperability**: Seamless integration without additional adapters for most use cases + +**Integration with Popular Libraries:** +- **Project Reactor**: Use `Flux.from(publisher)` to convert to Reactor types +- **RxJava**: Use `Flowable.fromPublisher(publisher)` for RxJava integration +- **Akka Streams**: Use `Source.fromPublisher(publisher)` for Akka Streams integration +- **Vert.x**: Use `ReadStream.fromPublisher(vertx, publisher)` for Vert.x reactive streams +- **Mutiny**: Use `Multi.createFrom().publisher(publisher)` for Quarkus Mutiny integration + +**For JDK Flow API Integration:** +If you need JDK Flow API compatibility (e.g., for Quarkus/Mutiny 2), you can use adapters: +```java +// Convert Reactive Streams Publisher to Flow Publisher +Flow.Publisher flowPublisher = FlowAdapters.toFlowPublisher(reactiveStreamsPublisher); + +// Convert Flow Publisher to Reactive Streams Publisher +Publisher reactiveStreamsPublisher = FlowAdapters.toPublisher(flowPublisher); +``` + +For standard single-response operations, the SDK returns `CompletableFuture` for straightforward async execution. + +
+ +### Asynchronous Example + +```java +package hello.world; + +import java.util.List; +import java.util.Map; +import java.util.concurrent.CompletableFuture; +import org.openapis.openapi.AsyncFastpix; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.operations.async.CreateMediaResponse; + +public class Application { + + public static void main(String[] args) { + + AsyncFastpix sdk = Fastpix.builder() + .security(Security.builder() + .username("your-access-token") + .password("your-secret-key") + .build()) + .build() + .async(); + + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .url("https://static.fastpix.io/fp-sample-video.mp4") + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) + .build(); + + CompletableFuture resFut = sdk.inputVideos().create() + .request(req) + .call(); + + resFut.thenAccept(res -> { + if (res.createMediaSuccessResponse().isPresent()) { + // handle response + System.out.println(res.createMediaSuccessResponse().get()); + } + }); + } +} +``` + +[comp-fut]: https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html +[reactive-streams]: https://www.reactive-streams.org/ + ## Available Resources and Operations -
-Available methods +Comprehensive Java SDK for FastPix platform integration with full API coverage. + +### Media API + +Upload, manage, and transform video content with comprehensive media management capabilities. + +For detailed documentation, see [FastPix Video on Demand Overview](https://docs.fastpix.io/docs/video-on-demand-overview). + +#### Input Video +- [Create from URL](docs/sdks/inputvideos/README.md#create) - Upload video content from external URL +- [Upload from Device](docs/sdks/inputvideos/README.md#upload) - Upload video files directly from device +#### Manage Videos +- [List All Media](docs/sdks/managevideos/README.md#list) - Retrieve complete list of all media files +- [Get Media by ID](docs/sdks/managevideos/README.md#get) - Get detailed information for specific media +- [Update Media](docs/sdks/videos/README.md#updatemedia) - Modify media metadata and settings +- [Delete Media](docs/sdks/videos/README.md#delete) - Remove media files from library +- [Cancel Upload](docs/sdks/videos/README.md#cancelupload) - Stop ongoing media upload process +- [Get Input Info](docs/sdks/managevideos/README.md#getinputinfo) - Retrieve detailed input information +- [List Uploads](docs/sdks/videos/README.md#listuploads) - Get all available upload URLs -### [inputVideo()](docs/sdks/inputvideo/README.md) +#### Playback +- [Create Playback ID](docs/sdks/playback/README.md#createid) - Generate secure playback identifier +- [Delete Playback ID](docs/sdks/playback/README.md#deleteid) - Remove playback access +- [Get Playback ID](docs/sdks/playback/README.md#get) - Retrieve playback configuration details +- [List Playback IDs](docs/sdks/playback/README.md#list) - Get all playback IDs for a media +- [Update Domain Restrictions](docs/sdks/playback/README.md#updatedomainrestrictions) - Update domain restrictions for a playback ID +- [Update User-Agent Restrictions](docs/sdks/playback/README.md#updateuseragentrestrictions) - Update user-agent restrictions for a playback ID -* [createMedia](docs/sdks/inputvideo/README.md#createmedia) - Create media from URL -* [directUploadVideoMedia](docs/sdks/inputvideo/README.md#directuploadvideomedia) - Upload media from device +#### Playlist +- [Create Playlist](docs/sdks/playlists/README.md#create) - Create new video playlist +- [List Playlists](docs/sdks/playlists/README.md#list) - Get all available playlists +- [Get Playlist](docs/sdks/playlists/README.md#get) - Retrieve specific playlist details +- [Update Playlist](docs/sdks/playlists/README.md#update) - Modify playlist settings and metadata +- [Delete Playlist](docs/sdks/playlists/README.md#delete) - Remove playlist from library +- [Add Media](docs/sdks/playlists/README.md#addmedia) - Add media items to playlist +- [Reorder Media](docs/sdks/playlist/README.md#updatemediaorder) - Change order of media in playlist +- [Remove Media](docs/sdks/playlist/README.md#removemedia) - Remove media from playlist -### [manageLiveStream()](docs/sdks/managelivestream/README.md) +#### Signing Keys +- [Create Key](docs/sdks/signingkeys/README.md#create) - Generate new signing key pair +- [List Keys](docs/sdks/signingkeys/README.md#list) - Get all available signing keys +- [Delete Key](docs/sdks/signingkeys/README.md#delete) - Remove signing key from system +- [Get Key](docs/sdks/signingkeys/README.md#getbyid) - Retrieve specific signing key details -* [getAllStreams](docs/sdks/managelivestream/README.md#getallstreams) - Get all live streams -* [getLiveStreamById](docs/sdks/managelivestream/README.md#getlivestreambyid) - Get stream by ID -* [deleteLiveStream](docs/sdks/managelivestream/README.md#deletelivestream) - Delete a stream -* [updateLiveStream](docs/sdks/managelivestream/README.md#updatelivestream) - Update a stream +#### DRM Configurations +- [List DRM Configs](docs/sdks/drmconfigurations/README.md#list) - Get all DRM configuration options +- [Get DRM Config](docs/sdks/drmconfigurations/README.md#getbyid) - Retrieve specific DRM configuration -### [manageVideos()](docs/sdks/managevideos/README.md) +### Live API -* [listMedia](docs/sdks/managevideos/README.md#listmedia) - Get list of all media -* [getMedia](docs/sdks/managevideos/README.md#getmedia) - Get a media by ID -* [updatedMedia](docs/sdks/managevideos/README.md#updatedmedia) - Update a media by ID -* [deleteMedia](docs/sdks/managevideos/README.md#deletemedia) - Delete a media by ID -* [retrieveMediaInputInfo](docs/sdks/managevideos/README.md#retrievemediainputinfo) - Get info of media inputs +Stream, manage, and transform live video content with real-time broadcasting capabilities. -### [playback()](docs/sdks/playback/README.md) +For detailed documentation, see [FastPix Live Stream Overview](https://docs.fastpix.io/docs/live-stream-overview). -* [createPlaybackIdOfStream](docs/sdks/playback/README.md#createplaybackidofstream) - Create a playbackId -* [deletePlaybackIdOfStream](docs/sdks/playback/README.md#deleteplaybackidofstream) - Delete a playbackId -* [getLiveStreamPlaybackId](docs/sdks/playback/README.md#getlivestreamplaybackid) - Get stream's playbackId -* [createMediaPlaybackId](docs/sdks/playback/README.md#createmediaplaybackid) - Create a playback ID -* [deleteMediaPlaybackId](docs/sdks/playback/README.md#deletemediaplaybackid) - Delete a playback ID +#### Start Live Stream +- [Create Stream](docs/sdks/streams/README.md#create) - Initialize new live streaming session with DVR mode support -### [simulcastStream()](docs/sdks/simulcaststream/README.md) +#### Manage Live Stream +- [List Streams](docs/sdks/streams/README.md#list) - Retrieve all active live streams +- [Get Viewer Count](docs/sdks/managelivestreams/README.md#getviewercount) - Get real-time viewer statistics +- [Get Stream](docs/sdks/managelivestream/README.md#get) - Retrieve detailed stream information +- [Delete Stream](docs/sdks/livestream/README.md#delete) - Terminate and remove live stream +- [Update Stream](docs/sdks/managelivestream/README.md#update) - Modify stream settings and configuration +- [Enable Stream](docs/sdks/livestream/README.md#enable) - Activate live streaming +- [Disable Stream](docs/sdks/livestream/README.md#disable) - Pause live streaming +- [Complete Stream](docs/sdks/livestream/README.md#complete) - Finalize and archive stream -* [createSimulcastOfStream](docs/sdks/simulcaststream/README.md#createsimulcastofstream) - Create a simulcast -* [deleteSimulcastOfStream](docs/sdks/simulcaststream/README.md#deletesimulcastofstream) - Delete a simulcast -* [getSpecificSimulcastOfStream](docs/sdks/simulcaststream/README.md#getspecificsimulcastofstream) - Get a specific simulcast of a stream -* [updateSpecificSimulcastOfStream](docs/sdks/simulcaststream/README.md#updatespecificsimulcastofstream) - Update a specific simulcast of a stream +#### Live Playback +- [Create Playback ID](docs/sdks/liveplayback/README.md#createplaybackid) - Generate secure live playback access +- [Delete Playback ID](docs/sdks/liveplayback/README.md#deleteplaybackid) - Revoke live playback access +- [Get Playback ID](docs/sdks/liveplaybacks/README.md#getplaybackiddetails) - Retrieve live playback configuration -### [startLiveStream()](docs/sdks/startlivestream/README.md) +#### Simulcast Stream +- [Create Simulcast](docs/sdks/simulcaststream/README.md#create) - Set up multi-platform streaming +- [Delete Simulcast](docs/sdks/simulcaststreams/README.md#delete) - Remove simulcast configuration +- [Get Simulcast](docs/sdks/simulcaststreams/README.md#getspecific) - Retrieve simulcast settings +- [Update Simulcast](docs/sdks/simulcasts/README.md#update) - Modify simulcast parameters -* [createNewStream](docs/sdks/startlivestream/README.md#createnewstream) - Create a new stream +### Video Data API -
- +Monitor video performance and quality with comprehensive analytics and real-time metrics. - -## Error Handling +For detailed documentation, see [FastPix Video Data Overview](https://docs.fastpix.io/docs/video-data-overview). -All operations return a response object or raise an exception. +#### Metrics +- [List Breakdown Values](docs/sdks/metrics/README.md#listbreakdown) - Get detailed breakdown of metrics by dimension +- [List Overall Values](docs/sdks/metrics/README.md#listoverallvalues) - Get aggregated metric values across all content +- [Get Timeseries Data](docs/sdks/metrics/README.md#gettimeseries) - Retrieve time-based metric trends and patterns +- [List Comparison Values](docs/sdks/metrics/README.md#listcomparison) - Compare metrics across different time periods -By default, an API error will throw a `models/errors/APIException` exception. When custom error responses are specified for an operation, the SDK may also throw their associated exception. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `createNewStream` method throws the following exceptions: +#### Views +- [List Video Views](docs/sdks/views/README.md#list) - Get comprehensive list of video viewing sessions +- [Get View Details](docs/sdks/views/README.md#getdetails) - Retrieve detailed information about specific video views +- [List Top Content](docs/sdks/views/README.md#listbytopcontent) - Find your most popular and engaging content +- [Get Concurrent Viewers](docs/sdks/metrics/README.md#listcomparison) - Monitor real-time viewer counts over time +- [Get Viewer Breakdown](docs/sdks/metrics/README.md#listbreakdown) - Analyze viewers by device, location, and other dimensions -| Error Type | Status Code | Content Type | -| ---------------------------------------- | ----------- | ---------------- | -| models/errors/UnauthorizedException | 401 | application/json | -| models/errors/InvalidPermissionException | 403 | application/json | -| models/errors/ValidationErrorResponse | 422 | application/json | -| models/errors/APIException | 4XX, 5XX | \*/\* | +#### Dimensions +- [List Dimensions](docs/sdks/dimensions/README.md#list) - Get available data dimensions for filtering and analysis +- [List Filter Values](docs/sdks/dimensions/README.md#listfiltervalues) - Get specific values for a particular dimension -### Example +#### Errors +- [List Errors](docs/sdks/errors/README.md#list) - Get playback errors and performance issues + +### Transformations + +Transform and enhance your video content with powerful AI and editing capabilities. + +#### In-Video AI Features + +Enhance video content with AI-powered features including moderation, summarization, and intelligent categorization. + +- [Update Summary](docs/sdks/aifeatures/README.md#updatemediasummary) - Create AI-generated video summaries +- [Generate Chapters](docs/sdks/videos/README.md#updatechapters) - Automatically generate video chapter markers +- [Extract Entities](docs/sdks/invideoaifeatures/README.md#generatenamedentities) - Identify and extract named entities from content +- [Enable Moderation](docs/sdks/invideoaifeatures/README.md#updatemoderation) - Activate content moderation and safety checks + +#### Media Clips + +- [Get Media Clips](docs/sdks/videos/README.md#getmediaclips) - Retrieve all clips associated with a source media +- [List Live Clips](docs/sdks/videos/README.md#listliveclips) - Get all clips of a live stream + +#### Subtitles + +- [Generate Subtitles](docs/sdks/managevideos/README.md#generatesubtitles) - Create automatic subtitles for media + +#### Media Tracks + +- [Add Track](docs/sdks/managevideos/README.md#addtrack) - Add audio or subtitle tracks to media +- [Update Track](docs/sdks/videos/README.md#updatetrack) - Modify existing audio or subtitle tracks +- [Delete Track](docs/sdks/managevideos/README.md#deletetrack) - Remove audio or subtitle tracks + +#### Access Control + +- [Update Source Access](docs/sdks/managevideos/README.md#updatesourceaccess) - Control access permissions for media source + +#### Format Support + +- [Update MP4 Support](docs/sdks/videos/README.md#updatemp4support) - Configure MP4 download capabilities + +#### Video Summary + +- [Get Summary](docs/sdks/managevideos/README.md#getsummary) - Retrieve AI-generated video summary + + + +## Retries + +Some of the endpoints in this SDK support retries. If you use the SDK without any configuration, it will fall back to the default retry strategy provided by the API. However, the default retry strategy can be overridden on a per-operation basis, or across the entire SDK. + +To change the default retry strategy for a single API call, you can provide a `RetryConfig` object through the `retryConfig` builder method: ```java package hello.world; -import io.fastpix.sdk.FastPixSDK; -import io.fastpix.sdk.models.components.*; -import io.fastpix.sdk.models.errors.*; -import io.fastpix.sdk.models.operations.CreateNewStreamResponse; import java.lang.Exception; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.operations.CreateMediaResponse; +import org.openapis.openapi.utils.BackoffStrategy; +import org.openapis.openapi.utils.RetryConfig; public class Application { - public static void main(String[] args) throws UnauthorizedException, InvalidPermissionException, ValidationErrorResponse, Exception { + public static void main(String[] args) throws Exception { - FastPixSDK sdk = FastPixSDK.builder() + Fastpix sdk = Fastpix.builder() .security(Security.builder() - .username("your-access-token-id") + .username("your-access-token") .password("your-secret-key") .build()) .build(); - CreateLiveStreamRequest req = CreateLiveStreamRequest.builder() - .playbackSettings(PlaybackSettings.builder() + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .url("https://static.fastpix.io/fp-sample-video.mp4") + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) + .build(); + + CreateMediaResponse res = sdk.inputVideos().create() + .request(req) + .retryConfig(RetryConfig.builder() + .backoff(BackoffStrategy.builder() + .initialInterval(1L, TimeUnit.MILLISECONDS) + .maxInterval(50L, TimeUnit.MILLISECONDS) + .maxElapsedTime(100L, TimeUnit.MILLISECONDS) + .baseFactor(1.1) + .jitterFactor(0.15) + .retryConnectError(false) + .build()) .build()) - .inputMediaSettings(InputMediaSettings.builder() + .call(); + + if (res.createMediaSuccessResponse().isPresent()) { + // handle response + } + } +} +``` + +If you'd like to override the default retry strategy for all operations that support retries, you can provide a configuration at SDK initialization: + +```java +package hello.world; + +import java.lang.Exception; +import java.util.List; +import java.util.Map; +import java.util.concurrent.TimeUnit; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.operations.CreateMediaResponse; +import org.openapis.openapi.utils.BackoffStrategy; +import org.openapis.openapi.utils.RetryConfig; + +public class Application { + + public static void main(String[] args) throws Exception { + + Fastpix sdk = Fastpix.builder() + .retryConfig(RetryConfig.builder() + .backoff(BackoffStrategy.builder() + .initialInterval(1L, TimeUnit.MILLISECONDS) + .maxInterval(50L, TimeUnit.MILLISECONDS) + .maxElapsedTime(100L, TimeUnit.MILLISECONDS) + .baseFactor(1.1) + .jitterFactor(0.15) + .retryConnectError(false) + .build()) .build()) + .security(Security.builder() + .username("your-access-token") + .password("your-secret-key") + .build()) + .build(); + + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .url("https://static.fastpix.io/fp-sample-video.mp4") + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) .build(); - CreateNewStreamResponse res = sdk.startLiveStream().createNewStream() + CreateMediaResponse res = sdk.inputVideos().create() .request(req) .call(); - if (res.liveStreamResponseDTO().isPresent()) { + if (res.createMediaSuccessResponse().isPresent()) { // handle response } } } ``` - - +## Error Handling + +[`FastpixException`](./src/main/java/models/errors/FastpixException.java) is the base class for all HTTP error responses. It has the following properties: + +| Method | Type | Description | +| ---------------- | --------------------------- | ------------------------------------------------------------------------ | +| `message()` | `String` | Error message | +| `code()` | `int` | HTTP response status code eg `404` | +| `headers()` | `Map>` | HTTP response headers | +| `body()` | `Optional` | HTTP body as a byte array. Can be empty if no body is returned. | +| `bodyAsString()` | `String` | HTTP body as a UTF-8 string. Can be empty string if no body is returned. | +| `rawResponse()` | `HttpResponse` | Raw HTTP response (body already read and not available for re-read) | + +### Example + +```java +package hello.world; + +import java.io.UncheckedIOException; +import java.lang.Exception; +import java.util.*; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.errors.FastpixException; +import org.openapis.openapi.models.operations.CreateMediaResponse; + +public class Application { + + public static void main(String[] args) throws Exception { + + Fastpix sdk = Fastpix.builder() + .security(Security.builder() + .username("your-access-token") + .password("your-secret-key") + .build()) + .build(); + try { + + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .url("https://static.fastpix.io/fp-sample-video.mp4") + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) + .build(); + + CreateMediaResponse res = sdk.inputVideos().create() + .request(req) + .call(); + + if (res.createMediaSuccessResponse().isPresent()) { + // handle response + } + } catch (FastpixException ex) { // all SDK exceptions inherit from FastpixException + + // ex.toString() provides a detailed error message including + // HTTP status code, headers, and error payload (if any) + System.out.println(ex); + + // Base exception fields + var rawResponse = ex.rawResponse(); + var headers = ex.headers(); + var contentType = headers.getOrDefault("Content-Type", List.of()).stream().findFirst(); + int statusCode = ex.code(); + Optional responseBody = ex.body(); + String bodyAsString = ex.bodyAsString(); + } catch (UncheckedIOException ex) { + // handle IO error (connection, timeout, etc) + } + } +} +``` + +### Error Classes + +**Primary error:** +* [`FastpixException`](./src/main/java/models/errors/FastpixException.java): The base class for HTTP error responses. + +
Less common errors + +
+ +**Network errors:** +* `java.io.IOException` (always wrapped by `java.io.UncheckedIOException`). Commonly encountered subclasses of +`IOException` include `java.net.ConnectException`, `java.net.SocketTimeoutException`, `EOFException` (there are +many more subclasses in the JDK platform). + +**Inherit from [`FastpixException`](./src/main/java/models/errors/FastpixException.java)**: + +* Additional error classes may be defined for specific error scenarios. + +
+ ## Server Selection ### Override Server URL Per-Client The default server can be overridden globally using the `.serverURL(String serverUrl)` builder method when initializing the SDK client instance. For example: + ```java package hello.world; -import io.fastpix.sdk.FastPixSDK; -import io.fastpix.sdk.models.components.*; -import io.fastpix.sdk.models.errors.*; -import io.fastpix.sdk.models.operations.CreateNewStreamResponse; import java.lang.Exception; +import java.util.List; +import java.util.Map; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.operations.CreateMediaResponse; public class Application { - public static void main(String[] args) throws UnauthorizedException, InvalidPermissionException, ValidationErrorResponse, Exception { + public static void main(String[] args) throws Exception { - FastPixSDK sdk = FastPixSDK.builder() - .serverURL("https://v1.fastpix.io/live") + Fastpix sdk = Fastpix.builder() + .serverURL("https://api.fastpix.io/v1/") .security(Security.builder() - .username("your-access-token-id") + .username("your-access-token") .password("your-secret-key") .build()) .build(); - CreateLiveStreamRequest req = CreateLiveStreamRequest.builder() - .playbackSettings(PlaybackSettings.builder() - .build()) - .inputMediaSettings(InputMediaSettings.builder() - .build()) + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .url("https://static.fastpix.io/fp-sample-video.mp4") + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) .build(); - CreateNewStreamResponse res = sdk.startLiveStream().createNewStream() + CreateMediaResponse res = sdk.inputVideos().create() .request(req) .call(); - if (res.liveStreamResponseDTO().isPresent()) { + if (res.createMediaSuccessResponse().isPresent()) { // handle response } } } ``` - + +## Custom HTTP Client + +The Java SDK makes API calls using an `HTTPClient` that wraps the native +[HttpClient](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html). This +client provides the ability to attach hooks around the request lifecycle that can be used to modify the request or handle +errors and response. + +The `HTTPClient` interface allows you to either use the default `FastpixHTTPClient` that comes with the SDK, +or provide your own custom implementation with customized configuration such as custom executors, SSL context, +connection pools, and other HTTP client settings. + +The interface provides synchronous (`send`) methods and asynchronous (`sendAsync`) methods. The `sendAsync` method +is used to power the async SDK methods and returns a `CompletableFuture>` for non-blocking operations. + +The following example shows how to add a custom header and handle errors: + +```java +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.utils.HTTPClient; +import org.openapis.openapi.utils.FastpixHTTPClient; +import org.openapis.openapi.utils.Utils; + +import java.io.IOException; +import java.net.URISyntaxException; +import java.net.http.HttpRequest; +import java.net.http.HttpResponse; +import java.io.InputStream; +import java.time.Duration; + +public class Application { + public static void main(String[] args) { + // Create a custom HTTP client with hooks + HTTPClient httpClient = new HTTPClient() { + private final HTTPClient defaultClient = new FastpixHTTPClient(); + + @Override + public HttpResponse send(HttpRequest request) throws IOException, URISyntaxException, InterruptedException { + // Add custom header and timeout using Utils.copy() + HttpRequest modifiedRequest = Utils.copy(request) + .header("x-custom-header", "custom value") + .timeout(Duration.ofSeconds(30)) + .build(); + + try { + HttpResponse response = defaultClient.send(modifiedRequest); + // Log successful response + System.out.println("Request successful: " + response.statusCode()); + return response; + } catch (Exception error) { + // Log error + System.err.println("Request failed: " + error.getMessage()); + throw error; + } + } + }; + + Fastpix sdk = Fastpix.builder() + .client(httpClient) + .build(); + } +} +``` + +
+Custom HTTP Client Configuration + +You can also provide a completely custom HTTP client with your own configuration: + +```java +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.utils.HTTPClient; +import org.openapis.openapi.utils.Blob; +import org.openapis.openapi.utils.ResponseWithBody; + +import java.io.IOException; +import java.net.URISyntaxException; +import java.net.http.HttpClient; +import java.net.http.HttpRequest; +import java.net.http.HttpResponse; +import java.io.InputStream; +import java.time.Duration; +import java.util.concurrent.Executors; +import java.util.concurrent.CompletableFuture; + +public class Application { + public static void main(String[] args) { + // Custom HTTP client with custom configuration + HTTPClient customHttpClient = new HTTPClient() { + private final HttpClient client = HttpClient.newBuilder() + .executor(Executors.newFixedThreadPool(10)) + .connectTimeout(Duration.ofSeconds(30)) + // .sslContext(customSslContext) // Add custom SSL context if needed + .build(); + + @Override + public HttpResponse send(HttpRequest request) throws IOException, URISyntaxException, InterruptedException { + return client.send(request, HttpResponse.BodyHandlers.ofInputStream()); + } + + @Override + public CompletableFuture> sendAsync(HttpRequest request) { + // Convert response to HttpResponse for async operations + return client.sendAsync(request, HttpResponse.BodyHandlers.ofPublisher()) + .thenApply(resp -> new ResponseWithBody<>(resp, Blob::from)); + } + }; + + Fastpix sdk = Fastpix.builder() + .client(customHttpClient) + .build(); + } +} +``` + +
+ +## Debugging + +### Debug & Logging + +#### SLF4j Logging + +This SDK uses [SLF4j](https://www.slf4j.org/) for structured logging across HTTP requests, retries, pagination, streaming, and hooks. SLF4j provides comprehensive visibility into SDK operations. + +**Log Levels:** +- **DEBUG**: High-level operations (HTTP requests/responses, retry attempts, page fetches, hook execution, stream lifecycle) +- **TRACE**: Detailed information (request/response bodies, backoff calculations, individual items processed) + +**Configuration:** + +Add your preferred SLF4j implementation to your project. For example, using Logback: + +```gradle +dependencies { + implementation 'ch.qos.logback:logback-classic:1.4.14' +} +``` + +Configure logging levels in your `logback.xml`: + +```xml + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + + + + + + + + + + +``` + +**What Gets Logged:** +- **HTTP Client**: Request/response details, headers (with sensitive headers redacted), bodies (at TRACE level) +- **Retries**: Retry attempts, backoff delays, exhaustion, non-retryable exceptions +- **Pagination**: Page fetches, pagination state, errors +- **Streaming**: Stream initialization, item processing, closure +- **Hooks**: Hook execution counts, operation IDs, exceptions + +#### Legacy Debug Logging + +For backward compatibility, you can still use the legacy debug logging method: + +```java +Fastpix sdk = Fastpix.builder() + .enableHTTPDebugLogging(true) + .build(); +``` + +> [!WARNING] +> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production. + +Example output: +``` +Sending request: http://localhost:35123/bearer#global GET +Request headers: {Accept=[application/json], Authorization=[******], Client-Level-Header=[added by client], Idempotency-Key=[some-key], x-fastpix-user-agent=[fastpix-sdk/java 0.0.1 internal 0.1.0 org.openapis.openapi]} +Received response: (GET http://localhost:35123/bearer#global) 200 +Response headers: {access-control-allow-credentials=[true], access-control-allow-origin=[*], connection=[keep-alive], content-length=[50], content-type=[application/json], date=[Wed, 09 Apr 2025 01:43:29 GMT], server=[gunicorn/19.9.0]} +Response body: +{ + "authenticated": true, + "token": "global" +} +``` + +**Note**: Authorization headers are redacted by default. You can specify additional redacted header names via `FastpixHTTPClient.setRedactedHeaders`. + +**Note**: This is a convenience method that calls `HTTPClient.enableDebugLogging()`. The `FastpixHTTPClient` honors this setting. If you are using a custom HTTP client, it is up to the custom client to honor this setting. + +#### JDK HTTP Client Logging + +Another option is to set the System property `-Djdk.httpclient.HttpClient.log=all`. However, this option does not log request/response bodies. # Development -## Maturity +This Java SDK is programmatically generated from our API specifications. Any manual modifications to internal files will be overwritten during subsequent generation cycles. -This SDK is currently in beta, and breaking changes may occur between versions even without a major version update. To avoid unexpected issues, we recommend pinning your dependency to a specific version. This ensures consistent behavior unless you intentionally update to a newer release. +We value community contributions and feedback. Feel free to submit pull requests or open issues with your suggestions, and we'll do our best to include them in future releases. ## Detailed Usage -For a complete understanding of each API's functionality, including request and response details, parameter descriptions, and additional examples, please refer to the [FastPix API Reference](https://docs.fastpix.io/reference/signingkeys-overview). +For comprehensive understanding of each API's functionality, including detailed request and response specifications, parameter descriptions, and additional examples, please refer to the [FastPix API Reference](https://docs.fastpix.io/reference/signingkeys-overview). -The API reference provides comprehensive documentation for all available endpoints and features, ensuring developers can integrate and utilize FastPix APIs efficiently. +The API reference offers complete documentation for all available endpoints and features, enabling developers to integrate and leverage FastPix APIs effectively. diff --git a/USAGE.md b/USAGE.md index 648ada0..97e1a0a 100644 --- a/USAGE.md +++ b/USAGE.md @@ -2,35 +2,37 @@ ```java package hello.world; -import io.fastpix.sdk.FastPixSDK; -import io.fastpix.sdk.models.components.*; -import io.fastpix.sdk.models.errors.*; -import io.fastpix.sdk.models.operations.CreateNewStreamResponse; import java.lang.Exception; +import java.util.List; +import java.util.Map; +import org.openapis.openapi.Fastpix; +import org.openapis.openapi.models.components.*; +import org.openapis.openapi.models.operations.CreateMediaResponse; public class Application { - public static void main(String[] args) throws UnauthorizedException, InvalidPermissionException, ValidationErrorResponse, Exception { + public static void main(String[] args) throws Exception { - FastPixSDK sdk = FastPixSDK.builder() + Fastpix sdk = Fastpix.builder() .security(Security.builder() - .username("") - .password("") + .username("your-access-token") + .password("your-secret-key") .build()) .build(); - CreateLiveStreamRequest req = CreateLiveStreamRequest.builder() - .playbackSettings(PlaybackSettings.builder() - .build()) - .inputMediaSettings(InputMediaSettings.builder() - .build()) + CreateMediaRequest req = CreateMediaRequest.builder() + .inputs(List.of( + Input.of(PullVideoInput.builder() + .build()))) + .metadata(Map.ofEntries( + Map.entry("key1", "value1"))) .build(); - CreateNewStreamResponse res = sdk.startLiveStream().createNewStream() + CreateMediaResponse res = sdk.inputVideos().create() .request(req) .call(); - if (res.liveStreamResponseDTO().isPresent()) { + if (res.createMediaSuccessResponse().isPresent()) { // handle response } } diff --git a/build-extras.gradle b/build-extras.gradle index e104d4f..abcfafa 100644 --- a/build-extras.gradle +++ b/build-extras.gradle @@ -2,3 +2,23 @@ // * is referred to in an `apply from` command in `build.gradle` // * can be used to customise `build.gradle` // * is generated once and not overwritten in SDK generation updates + +// Fix deprecated Gradle features for Gradle 9.0 compatibility +// Override deprecated direct task property access (compileJava.options, compileTestJava.options) +tasks.withType(JavaCompile).configureEach { + options.encoding = "UTF-8" + if (!name.contains("Test")) { + options.compilerArgs += '-Xlint:unchecked' + } +} + +// Override deprecated archiveBaseName property assignment +// Use base.archivesName instead (applies to sourcesJar, javadocJar, and main jar) +base { + archivesName = "${artifactId}" +} + +// Ensure javadoc encoding is properly configured +tasks.withType(Javadoc).configureEach { + options.encoding = "UTF-8" +} diff --git a/build.gradle b/build.gradle index 28b1593..1da648c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////////////////// -// This file is generated by Speakeasy and any edits will be lost in generation updates. +// This file is generated by Fastpix and any edits will be lost in generation updates. // // If you wish to customize this file then place those customizations in `build-extras.gradle` which // is not touched by generation updates. @@ -8,11 +8,13 @@ // of string where each string value is an additional line in the block) in gen.yaml. //////////////////////////////////////////////////////////////////////////////////////////// + plugins { // Apply the java-library plugin for API and implementation separation. id 'java-library' id 'maven-publish' id 'signing' + id "io.spring.dependency-management" version "1.1.6" apply false } compileJava.options.encoding = "UTF-8" @@ -25,26 +27,21 @@ repositories { } java { - sourceCompatibility = JavaVersion.VERSION_11 - targetCompatibility = JavaVersion.VERSION_11 withSourcesJar() withJavadocJar() } -model { - tasks.generatePomFileForMavenPublication { - destination = file("$buildDir/pom.xml") - } -} - version = "${version}" group = "${groupId}" jar { - dependsOn(":generatePomFileForMavenPublication") + dependsOn 'generatePomFileForMavenPublication' into("META-INF/maven/io.fastpix/sdk") { - from("$buildDir/pom.xml") + from(layout.buildDirectory.file("pom.xml")) { + // Only include if it exists to avoid build ordering issues + duplicatesStrategy = DuplicatesStrategy.INCLUDE + } } } @@ -57,11 +54,15 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') } -tasks.withType(Javadoc) { - failOnError false +tasks.withType(Javadoc).configureEach { + failOnError = false options.addStringOption('Xdoclint:none', '-quiet') } +tasks.withType(JavaCompile).configureEach { + options.release = 11 +} + sourcesJar { archiveBaseName = "${artifactId}" } @@ -70,54 +71,6 @@ javadocJar { archiveBaseName = "${artifactId}" } -publishing { - publications { - maven(MavenPublication) { - groupId = "io.fastpix" - artifactId = "sdk" - version = "0.1.0" - from components.java - - pom { - name = 'FastPix Java SDK' - description = 'SDK enabling Java developers to easily integrate with the My Company API.' - url = 'https://github.com/FastPix/fastpix-java' - scm { - url = 'https://github.com/FastPix/fastpix-java' - connection = 'https://github.com/FastPix/fastpix-java.git' - } - licenses { - license { - name = 'The MIT License (MIT)' - url = 'https://mit-license.org/' - } - } - developers { - developer { - name = 'FastPix' - organization = 'FastPix' - email = 'devs@fastpix.io' - } - } - organization { - name = 'FastPix' - url = 'https://fastpix.io' - } - } - } - } -} - -if (!project.hasProperty('skip.signing')) { - signing { - useInMemoryPgpKeys( - findProperty("signingKey"), - findProperty("signingPassphrase") - ) - sign publishing.publications - } -} - dependencies { api 'com.fasterxml.jackson.core:jackson-annotations:2.18.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' @@ -125,6 +78,63 @@ dependencies { implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2' api('org.openapitools:jackson-databind-nullable:0.2.6') {exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'} implementation 'commons-io:commons-io:2.18.0' + implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' + api 'org.slf4j:slf4j-api:2.0.9' + testImplementation 'org.slf4j:slf4j-simple:2.0.9' + api 'org.reactivestreams:reactive-streams:1.0.4' } -apply from: 'build-extras.gradle' +ext { + springBootVersion = '2.7.18' +} + +subprojects { + if (name in [ + 'openapi-spring-boot-autoconfigure', + 'openapi-spring-boot-starter' + ]) { + // Ensure subprojects use the same group and version as root project + group = rootProject.group + version = rootProject.version + + apply { + plugin "java-library" + plugin "io.spring.dependency-management" + plugin "maven-publish" + plugin "signing" + } + dependencyManagement { + imports { + mavenBom "org.springframework.boot:spring-boot-dependencies:${rootProject.springBootVersion}" + } + } + repositories { + mavenCentral() + } + java { + withSourcesJar() + withJavadocJar() + } + tasks.withType(JavaCompile).configureEach { + options.release = 11 + } + + // Apply publishing configuration to all subprojects - they'll check for publishingConfig internally + apply from: rootProject.file('publishing.gradle') + } +} + +ext { + publishingConfig = [ + groupId: group, + artifactId: artifactId, + version: version, + name: "FastPix Java SDK", + description: "SDK enabling Java developers to easily integrate with the FastPix API.", + publicationName: "maven" + ] +} + +apply from: 'publishing.gradle' + +apply from: 'build-extras.gradle' \ No newline at end of file diff --git a/build/classes/java/main/io/fastpix/sdk/FastPixSDK$Builder.class b/build/classes/java/main/io/fastpix/sdk/FastPixSDK$Builder.class deleted file mode 100644 index 6bb3c9a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/FastPixSDK$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/FastPixSDK.class b/build/classes/java/main/io/fastpix/sdk/FastPixSDK.class deleted file mode 100644 index e07d2b9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/FastPixSDK.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$1.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$1.class deleted file mode 100644 index 1b6405f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$10.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$10.class deleted file mode 100644 index a3237a7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$10.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$11.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$11.class deleted file mode 100644 index 49296c2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$11.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$12.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$12.class deleted file mode 100644 index 558d320..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$12.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$2.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$2.class deleted file mode 100644 index 571e9dc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$3.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$3.class deleted file mode 100644 index ecf3140..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$4.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$4.class deleted file mode 100644 index 9f416f8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$5.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$5.class deleted file mode 100644 index a021a24..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$6.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$6.class deleted file mode 100644 index abae831..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$7.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$7.class deleted file mode 100644 index d000d56..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$7.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$8.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$8.class deleted file mode 100644 index 8f972e5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$8.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo$9.class b/build/classes/java/main/io/fastpix/sdk/InputVideo$9.class deleted file mode 100644 index 83de592..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo$9.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/InputVideo.class b/build/classes/java/main/io/fastpix/sdk/InputVideo.class deleted file mode 100644 index b6c36a6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/InputVideo.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$1.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$1.class deleted file mode 100644 index 4773400..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$10.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$10.class deleted file mode 100644 index 41617aa..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$10.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$11.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$11.class deleted file mode 100644 index 36bb387..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$11.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$12.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$12.class deleted file mode 100644 index 4fab0be..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$12.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$13.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$13.class deleted file mode 100644 index fc73f9e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$13.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$14.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$14.class deleted file mode 100644 index 225c220..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$14.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$15.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$15.class deleted file mode 100644 index 7edf67c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$15.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$16.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$16.class deleted file mode 100644 index fba07a3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$16.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$17.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$17.class deleted file mode 100644 index a7f903f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$17.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$18.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$18.class deleted file mode 100644 index 30508d4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$18.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$19.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$19.class deleted file mode 100644 index 5858031..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$19.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$2.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$2.class deleted file mode 100644 index 8440c28..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$20.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$20.class deleted file mode 100644 index 9568732..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$20.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$3.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$3.class deleted file mode 100644 index 90f4a6d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$4.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$4.class deleted file mode 100644 index 5f51d9d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$5.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$5.class deleted file mode 100644 index a033ee7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$6.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$6.class deleted file mode 100644 index ca8067d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$7.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$7.class deleted file mode 100644 index a69f3d8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$7.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$8.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$8.class deleted file mode 100644 index b23af09..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$8.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$9.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$9.class deleted file mode 100644 index 47f8057..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream$9.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream.class b/build/classes/java/main/io/fastpix/sdk/ManageLiveStream.class deleted file mode 100644 index 4f7b79d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageLiveStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$1.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$1.class deleted file mode 100644 index 93bec99..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$10.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$10.class deleted file mode 100644 index 7633ceb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$10.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$11.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$11.class deleted file mode 100644 index 81fb3d5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$11.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$12.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$12.class deleted file mode 100644 index 71933d0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$12.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$13.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$13.class deleted file mode 100644 index 0e63d77..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$13.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$14.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$14.class deleted file mode 100644 index 9e8b187..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$14.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$15.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$15.class deleted file mode 100644 index 84343dd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$15.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$16.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$16.class deleted file mode 100644 index 5d66887..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$16.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$17.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$17.class deleted file mode 100644 index 5ab429e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$17.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$18.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$18.class deleted file mode 100644 index 051b135..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$18.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$19.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$19.class deleted file mode 100644 index 4386515..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$19.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$2.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$2.class deleted file mode 100644 index a83847b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$20.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$20.class deleted file mode 100644 index 00721fe..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$20.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$21.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$21.class deleted file mode 100644 index 8304c2f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$21.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$22.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$22.class deleted file mode 100644 index 0f7e864..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$22.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$23.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$23.class deleted file mode 100644 index 29f1aa6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$23.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$24.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$24.class deleted file mode 100644 index 79fe584..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$24.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$25.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$25.class deleted file mode 100644 index ae4027f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$25.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$3.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$3.class deleted file mode 100644 index 603cc59..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$4.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$4.class deleted file mode 100644 index fd28f59..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$5.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$5.class deleted file mode 100644 index 8e6c539..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$6.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$6.class deleted file mode 100644 index 42b97ed..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$7.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$7.class deleted file mode 100644 index 7f22589..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$7.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$8.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$8.class deleted file mode 100644 index c571d76..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$8.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos$9.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos$9.class deleted file mode 100644 index 15c649e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos$9.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/ManageVideos.class b/build/classes/java/main/io/fastpix/sdk/ManageVideos.class deleted file mode 100644 index 9b875d2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/ManageVideos.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$1.class b/build/classes/java/main/io/fastpix/sdk/Playback$1.class deleted file mode 100644 index 10878a4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$10.class b/build/classes/java/main/io/fastpix/sdk/Playback$10.class deleted file mode 100644 index cfee1e6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$10.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$11.class b/build/classes/java/main/io/fastpix/sdk/Playback$11.class deleted file mode 100644 index 361dd5a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$11.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$12.class b/build/classes/java/main/io/fastpix/sdk/Playback$12.class deleted file mode 100644 index 2543ba1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$12.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$13.class b/build/classes/java/main/io/fastpix/sdk/Playback$13.class deleted file mode 100644 index 3a35cc8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$13.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$14.class b/build/classes/java/main/io/fastpix/sdk/Playback$14.class deleted file mode 100644 index 956ffc9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$14.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$15.class b/build/classes/java/main/io/fastpix/sdk/Playback$15.class deleted file mode 100644 index d32d435..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$15.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$16.class b/build/classes/java/main/io/fastpix/sdk/Playback$16.class deleted file mode 100644 index 3e3af72..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$16.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$17.class b/build/classes/java/main/io/fastpix/sdk/Playback$17.class deleted file mode 100644 index eee12be..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$17.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$18.class b/build/classes/java/main/io/fastpix/sdk/Playback$18.class deleted file mode 100644 index 33d4941..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$18.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$19.class b/build/classes/java/main/io/fastpix/sdk/Playback$19.class deleted file mode 100644 index 4f93489..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$19.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$2.class b/build/classes/java/main/io/fastpix/sdk/Playback$2.class deleted file mode 100644 index d6bddbc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$20.class b/build/classes/java/main/io/fastpix/sdk/Playback$20.class deleted file mode 100644 index 10e4b0f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$20.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$21.class b/build/classes/java/main/io/fastpix/sdk/Playback$21.class deleted file mode 100644 index f057e5c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$21.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$22.class b/build/classes/java/main/io/fastpix/sdk/Playback$22.class deleted file mode 100644 index 094b40d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$22.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$23.class b/build/classes/java/main/io/fastpix/sdk/Playback$23.class deleted file mode 100644 index 3ba6396..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$23.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$24.class b/build/classes/java/main/io/fastpix/sdk/Playback$24.class deleted file mode 100644 index cdba76d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$24.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$25.class b/build/classes/java/main/io/fastpix/sdk/Playback$25.class deleted file mode 100644 index 4d23a56..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$25.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$26.class b/build/classes/java/main/io/fastpix/sdk/Playback$26.class deleted file mode 100644 index 132d92e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$26.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$27.class b/build/classes/java/main/io/fastpix/sdk/Playback$27.class deleted file mode 100644 index cd4c7cf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$27.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$3.class b/build/classes/java/main/io/fastpix/sdk/Playback$3.class deleted file mode 100644 index acead46..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$4.class b/build/classes/java/main/io/fastpix/sdk/Playback$4.class deleted file mode 100644 index 18c0c4a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$5.class b/build/classes/java/main/io/fastpix/sdk/Playback$5.class deleted file mode 100644 index 1250ac1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$6.class b/build/classes/java/main/io/fastpix/sdk/Playback$6.class deleted file mode 100644 index 14713e6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$7.class b/build/classes/java/main/io/fastpix/sdk/Playback$7.class deleted file mode 100644 index 2989a20..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$7.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$8.class b/build/classes/java/main/io/fastpix/sdk/Playback$8.class deleted file mode 100644 index ceaec63..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$8.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback$9.class b/build/classes/java/main/io/fastpix/sdk/Playback$9.class deleted file mode 100644 index d15d567..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback$9.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/Playback.class b/build/classes/java/main/io/fastpix/sdk/Playback.class deleted file mode 100644 index 87445f9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/Playback.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SDKConfiguration.class b/build/classes/java/main/io/fastpix/sdk/SDKConfiguration.class deleted file mode 100644 index ecb59d3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SDKConfiguration.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SecuritySource$DefaultSecuritySource.class b/build/classes/java/main/io/fastpix/sdk/SecuritySource$DefaultSecuritySource.class deleted file mode 100644 index 5e251d6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SecuritySource$DefaultSecuritySource.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SecuritySource.class b/build/classes/java/main/io/fastpix/sdk/SecuritySource.class deleted file mode 100644 index 3ea4349..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SecuritySource.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$1.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$1.class deleted file mode 100644 index a32e0f7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$10.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$10.class deleted file mode 100644 index 3d76a2b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$10.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$11.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$11.class deleted file mode 100644 index bacc2d1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$11.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$12.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$12.class deleted file mode 100644 index 4e4cf26..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$12.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$13.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$13.class deleted file mode 100644 index 893e1fc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$13.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$14.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$14.class deleted file mode 100644 index f1f239c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$14.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$15.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$15.class deleted file mode 100644 index f034a6f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$15.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$16.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$16.class deleted file mode 100644 index d699293..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$16.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$17.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$17.class deleted file mode 100644 index 44008e5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$17.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$18.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$18.class deleted file mode 100644 index 3a6157c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$18.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$19.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$19.class deleted file mode 100644 index f15e0d3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$19.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$2.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$2.class deleted file mode 100644 index bdc6ddb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$20.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$20.class deleted file mode 100644 index 091fd41..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$20.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$21.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$21.class deleted file mode 100644 index 888d613..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$21.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$22.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$22.class deleted file mode 100644 index a23f9f5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$22.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$23.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$23.class deleted file mode 100644 index 1dcedc2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$23.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$3.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$3.class deleted file mode 100644 index 66beb1a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$4.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$4.class deleted file mode 100644 index 8d63c03..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$5.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$5.class deleted file mode 100644 index c9c6bda..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$6.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$6.class deleted file mode 100644 index 3c3bb2d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$7.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$7.class deleted file mode 100644 index 8eb3486..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$7.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$8.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$8.class deleted file mode 100644 index d0a2e8d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$8.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$9.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream$9.class deleted file mode 100644 index 9f00f2b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream$9.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/SimulcastStream.class b/build/classes/java/main/io/fastpix/sdk/SimulcastStream.class deleted file mode 100644 index 46454b1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/SimulcastStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$1.class b/build/classes/java/main/io/fastpix/sdk/StartLiveStream$1.class deleted file mode 100644 index d65066e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$2.class b/build/classes/java/main/io/fastpix/sdk/StartLiveStream$2.class deleted file mode 100644 index fe40861..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$3.class b/build/classes/java/main/io/fastpix/sdk/StartLiveStream$3.class deleted file mode 100644 index 5e0d26b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$4.class b/build/classes/java/main/io/fastpix/sdk/StartLiveStream$4.class deleted file mode 100644 index 2d90996..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$5.class b/build/classes/java/main/io/fastpix/sdk/StartLiveStream$5.class deleted file mode 100644 index da8607b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/StartLiveStream$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/StartLiveStream.class b/build/classes/java/main/io/fastpix/sdk/StartLiveStream.class deleted file mode 100644 index 6c1a863..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/StartLiveStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/AudioInput$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/AudioInput$Builder.class deleted file mode 100644 index b6abbd2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/AudioInput$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/AudioInput.class b/build/classes/java/main/io/fastpix/sdk/models/components/AudioInput.class deleted file mode 100644 index dee516f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/AudioInput.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/AudioInputType.class b/build/classes/java/main/io/fastpix/sdk/models/components/AudioInputType.class deleted file mode 100644 index 382c97e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/AudioInputType.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest$Builder.class deleted file mode 100644 index f6f24db..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest.class deleted file mode 100644 index 5335874..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.class deleted file mode 100644 index eb63183..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata$Builder.class deleted file mode 100644 index d174432..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.class deleted file mode 100644 index a344faf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$1.class deleted file mode 100644 index 9bf3e59..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$2.class deleted file mode 100644 index ad88451..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder.class deleted file mode 100644 index 675428c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest.class deleted file mode 100644 index 93854ce..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.class deleted file mode 100644 index b7445a6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions$Builder.class deleted file mode 100644 index aa96ef6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.class deleted file mode 100644 index c4b56e0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains$Builder.class deleted file mode 100644 index 2ae89c5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains.class deleted file mode 100644 index 922cabd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomains.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.class deleted file mode 100644 index c04da20..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.class deleted file mode 100644 index 4bd8ff0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.class deleted file mode 100644 index 7201132..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata$Builder.class deleted file mode 100644 index af33292..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.class deleted file mode 100644 index c0ce971..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.class deleted file mode 100644 index d511f2b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestType.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestType.class deleted file mode 100644 index 41bd31b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestType.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents$Builder.class deleted file mode 100644 index e32b091..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.class deleted file mode 100644 index d97d3c4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.class deleted file mode 100644 index ce14f69..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$1.class deleted file mode 100644 index d8fe48b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$2.class deleted file mode 100644 index 831008b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder.class deleted file mode 100644 index f901aa3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse.class deleted file mode 100644 index fa90fc8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.class deleted file mode 100644 index 380f2b1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata$Builder.class deleted file mode 100644 index 44d7b21..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.class deleted file mode 100644 index 1e416eb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder$1.class deleted file mode 100644 index a9216fd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder.class deleted file mode 100644 index 2b2a997..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload.class deleted file mode 100644 index 489a3c5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUpload.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse$Builder.class deleted file mode 100644 index f4f11e9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse.class deleted file mode 100644 index fb685e6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata$Builder.class deleted file mode 100644 index c11ee2a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.class deleted file mode 100644 index 417e3b3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder$1.class deleted file mode 100644 index 1c81ac4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder.class deleted file mode 100644 index e559c23..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.class deleted file mode 100644 index c47969e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata$Builder.class deleted file mode 100644 index 26d8c88..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.class deleted file mode 100644 index e0d9789..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse$Builder.class deleted file mode 100644 index 046fadf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.class deleted file mode 100644 index 6c497e8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse$Builder.class deleted file mode 100644 index a25c9b3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse.class deleted file mode 100644 index 8dd6001..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/GetStreamsResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack$Builder.class deleted file mode 100644 index 441eaa0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack.class b/build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack.class deleted file mode 100644 index 29a34a8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/ImposeTrack.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$1.class deleted file mode 100644 index 74f531f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$2.class deleted file mode 100644 index c0603d7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$3.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$3.class deleted file mode 100644 index 9ef7f80..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$4.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$4.class deleted file mode 100644 index 57cb171..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$1.class deleted file mode 100644 index 40d6a11..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$2.class deleted file mode 100644 index fd797ae..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$3.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$3.class deleted file mode 100644 index 9e34a0c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$4.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$4.class deleted file mode 100644 index 1880fc4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer.class deleted file mode 100644 index dd21df0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input$_Deserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Input.class b/build/classes/java/main/io/fastpix/sdk/models/components/Input.class deleted file mode 100644 index 6b6a50f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Input.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$1.class deleted file mode 100644 index 9df970e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$2.class deleted file mode 100644 index a254721..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$3.class b/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$3.class deleted file mode 100644 index 0a4701a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder.class deleted file mode 100644 index 637f65d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings.class b/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings.class deleted file mode 100644 index 5057332..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/InputMediaSettings.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse$Builder.class deleted file mode 100644 index 9bc8d51..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.class deleted file mode 100644 index e5e0ca2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO$Builder.class deleted file mode 100644 index 4cf3863..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO.class b/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO.class deleted file mode 100644 index 8eeba65..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/LiveStreamResponseDTO.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse$Builder.class deleted file mode 100644 index 186af8b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse.class deleted file mode 100644 index 1a7ba46..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/LivestreamgetResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$1.class deleted file mode 100644 index 0dc50a7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$2.class deleted file mode 100644 index e9c463c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder.class deleted file mode 100644 index 87b895c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Media$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Media.class b/build/classes/java/main/io/fastpix/sdk/models/components/Media.class deleted file mode 100644 index 7c3b58d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Media.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMaxResolution.class b/build/classes/java/main/io/fastpix/sdk/models/components/MediaMaxResolution.class deleted file mode 100644 index 14a334c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMaxResolution.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata$Builder.class deleted file mode 100644 index 2bbed7a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata.class deleted file mode 100644 index e514178..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMp4Support.class b/build/classes/java/main/io/fastpix/sdk/models/components/MediaMp4Support.class deleted file mode 100644 index 4145684..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/MediaMp4Support.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/MediaPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/MediaPolicy.class deleted file mode 100644 index fa40c28..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/MediaPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Moderation$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Moderation$Builder.class deleted file mode 100644 index 69d494d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Moderation$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Moderation.class b/build/classes/java/main/io/fastpix/sdk/models/components/Moderation.class deleted file mode 100644 index 0fc51fd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Moderation.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Pagination$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Pagination$Builder.class deleted file mode 100644 index 6d4d7b4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Pagination$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Pagination.class b/build/classes/java/main/io/fastpix/sdk/models/components/Pagination.class deleted file mode 100644 index f78bf58..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Pagination.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder$1.class deleted file mode 100644 index cdbd591..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder.class deleted file mode 100644 index b622658..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest.class deleted file mode 100644 index c7ed88d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata$Builder.class deleted file mode 100644 index aed797f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.class deleted file mode 100644 index 321e635..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO$Builder.class deleted file mode 100644 index 898aff3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO.class deleted file mode 100644 index d13528b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDTO.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData$Builder.class deleted file mode 100644 index f6e2d3a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData.class deleted file mode 100644 index b4cd9da..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseData.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata$Builder.class deleted file mode 100644 index 1d36fdc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata.class deleted file mode 100644 index 924cf84..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse$Builder.class deleted file mode 100644 index 1002c8b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.class deleted file mode 100644 index 17c10b4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Placement$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Placement$Builder.class deleted file mode 100644 index f44fd0f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Placement$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Placement.class b/build/classes/java/main/io/fastpix/sdk/models/components/Placement.class deleted file mode 100644 index 40c5bca..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Placement.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId$Builder.class deleted file mode 100644 index f5cd92c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId.class deleted file mode 100644 index 99d4f13..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackId.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.class deleted file mode 100644 index 36ffdf9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions$Builder.class deleted file mode 100644 index 1ff5f75..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.class deleted file mode 100644 index 6fae5b0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains$Builder.class deleted file mode 100644 index 78da9f3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains.class deleted file mode 100644 index 5c0819e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomains.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.class deleted file mode 100644 index cb93b57..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder$1.class deleted file mode 100644 index 1c5a5a2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder.class deleted file mode 100644 index 1d0cd6c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest.class deleted file mode 100644 index 1f4d4cb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.class deleted file mode 100644 index 7a7c7a4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse$Builder.class deleted file mode 100644 index 4cb8690..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse.class deleted file mode 100644 index e1fb2e7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData$Builder.class deleted file mode 100644 index abb8a84..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData.class deleted file mode 100644 index 65c333f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdResponseData.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents$Builder.class deleted file mode 100644 index 98430be..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents.class deleted file mode 100644 index f107937..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgents.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.class deleted file mode 100644 index 12f2310..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds$Builder.class deleted file mode 100644 index 62f06f4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds.class deleted file mode 100644 index 91fbb84..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackIds.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder$1.class deleted file mode 100644 index cc92194..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder.class deleted file mode 100644 index 037caca..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings.class deleted file mode 100644 index 359865c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettings.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.class deleted file mode 100644 index 92f4670..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Security$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Security$Builder.class deleted file mode 100644 index 33dd2d4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Security$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Security.class b/build/classes/java/main/io/fastpix/sdk/models/components/Security.class deleted file mode 100644 index 210d484..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Security.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Segment1$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Segment1$Builder.class deleted file mode 100644 index 4d76f32..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Segment1$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Segment1.class b/build/classes/java/main/io/fastpix/sdk/models/components/Segment1.class deleted file mode 100644 index 471bf6d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Segment1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Segment2$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Segment2$Builder.class deleted file mode 100644 index ac25cc9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Segment2$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Segment2.class b/build/classes/java/main/io/fastpix/sdk/models/components/Segment2.class deleted file mode 100644 index c1b3290..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Segment2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$1.class deleted file mode 100644 index bac1c37..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$2.class deleted file mode 100644 index b2857b5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$1.class deleted file mode 100644 index 9f88f79..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$2.class b/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$2.class deleted file mode 100644 index 9564691..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer.class b/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer.class deleted file mode 100644 index 0285d28..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion$_Deserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion.class b/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion.class deleted file mode 100644 index 8a0c0ab..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SegmentUnion.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest$Builder.class deleted file mode 100644 index ce78a00..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest.class deleted file mode 100644 index 9ba61fb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse$Builder.class deleted file mode 100644 index 17e0f78..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse.class deleted file mode 100644 index cd8834b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData$Builder.class deleted file mode 100644 index 3060155..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData.class deleted file mode 100644 index 9fec744..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseData.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata$Builder.class deleted file mode 100644 index f1459fc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata.class deleted file mode 100644 index e2c1077..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastResponseMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest$Builder.class deleted file mode 100644 index 2cbfb9a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest.class deleted file mode 100644 index 8bc28e7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata$Builder.class deleted file mode 100644 index 2393cd7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.class deleted file mode 100644 index 7af99bd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse$Builder.class deleted file mode 100644 index f0ebd8a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse.class deleted file mode 100644 index 0ea17bc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData$Builder.class deleted file mode 100644 index 1245ec5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.class deleted file mode 100644 index b86c4fd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata$Builder.class deleted file mode 100644 index 5ac166f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.class deleted file mode 100644 index 5bb3cfe..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse$Builder.class deleted file mode 100644 index 93c9c37..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse.class b/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse.class deleted file mode 100644 index bc133ae..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SimulcastdeleteResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SourceResolution.class b/build/classes/java/main/io/fastpix/sdk/models/components/SourceResolution.class deleted file mode 100644 index 43b55de..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SourceResolution.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Subtitle$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Subtitle$Builder.class deleted file mode 100644 index 09a21a4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Subtitle$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Subtitle.class b/build/classes/java/main/io/fastpix/sdk/models/components/Subtitle.class deleted file mode 100644 index 79f4e2b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Subtitle.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput$Builder.class deleted file mode 100644 index bc97a6b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput.class b/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput.class deleted file mode 100644 index 43d97ef..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInput.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.class b/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.class deleted file mode 100644 index 4294e49..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata$Builder.class deleted file mode 100644 index 04c403c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata.class deleted file mode 100644 index d7992c0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/SubtitleMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder$1.class deleted file mode 100644 index 42c33da..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder.class deleted file mode 100644 index d6087f1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Summary$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Summary.class b/build/classes/java/main/io/fastpix/sdk/models/components/Summary.class deleted file mode 100644 index 1408706..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Summary.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Track$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/Track$Builder.class deleted file mode 100644 index c074559..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Track$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/Track.class b/build/classes/java/main/io/fastpix/sdk/models/components/Track.class deleted file mode 100644 index ba6fc2d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/Track.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/VideoInput$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/VideoInput$Builder.class deleted file mode 100644 index 3c5fab4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/VideoInput$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/VideoInput.class b/build/classes/java/main/io/fastpix/sdk/models/components/VideoInput.class deleted file mode 100644 index 16790fd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/VideoInput.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput$Builder.class deleted file mode 100644 index 3600520..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput.class b/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput.class deleted file mode 100644 index dee32df..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInput.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInputType.class b/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInputType.class deleted file mode 100644 index 2d77214..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/WatermarkInputType.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/XAlign.class b/build/classes/java/main/io/fastpix/sdk/models/components/XAlign.class deleted file mode 100644 index c931fb0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/XAlign.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/components/YAlign.class b/build/classes/java/main/io/fastpix/sdk/models/components/YAlign.class deleted file mode 100644 index cd716e2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/components/YAlign.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/APIException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/APIException.class deleted file mode 100644 index 1f60ab2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/APIException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/AuthException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/AuthException.class deleted file mode 100644 index 824aaf5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/AuthException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError$Builder.class deleted file mode 100644 index cf4ffd7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError.class deleted file mode 100644 index 2fbf833..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException$Builder.class deleted file mode 100644 index 4d14c12..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException.class deleted file mode 100644 index 1b2fc97..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/BadRequestException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/Field$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/Field$Builder.class deleted file mode 100644 index 6437923..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/Field$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/Field.class b/build/classes/java/main/io/fastpix/sdk/models/errors/Field.class deleted file mode 100644 index 9af7f0b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/Field.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError$Builder.class deleted file mode 100644 index 682292d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError.class deleted file mode 100644 index c4f829f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException$Builder.class deleted file mode 100644 index bcbbb6e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException.class deleted file mode 100644 index b04a5bd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ForbiddenException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError$Builder.class deleted file mode 100644 index 9f1183b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError.class deleted file mode 100644 index 4f50a56..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException$Builder.class deleted file mode 100644 index fdf68f3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException.class deleted file mode 100644 index 74b8541..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/InvalidPermissionException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError$Builder.class deleted file mode 100644 index ed79c17..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError.class deleted file mode 100644 index ab81289..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException$Builder.class deleted file mode 100644 index a68b3c9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException.class deleted file mode 100644 index a1924b1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaNotFoundException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError$Builder.class deleted file mode 100644 index d2bfcd1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.class deleted file mode 100644 index 56f1c31..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException$Builder.class deleted file mode 100644 index 81b6845..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.class deleted file mode 100644 index 2827752..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError$Builder.class deleted file mode 100644 index 11a6744..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError.class deleted file mode 100644 index e136da6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError$Builder.class deleted file mode 100644 index 2459d02..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError.class deleted file mode 100644 index dab4f72..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId$Builder.class deleted file mode 100644 index 19e9644..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.class deleted file mode 100644 index 653b0b2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError$Builder.class deleted file mode 100644 index 247d1f4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.class deleted file mode 100644 index 8f4faaf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast$Builder.class deleted file mode 100644 index 8ae4ca3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.class deleted file mode 100644 index bb55972..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError$Builder.class deleted file mode 100644 index 878a584..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.class deleted file mode 100644 index 13609b1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError$Builder.class deleted file mode 100644 index 8975a06..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError.class deleted file mode 100644 index 4f8bab7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException$Builder.class deleted file mode 100644 index 6cf0c44..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException.class deleted file mode 100644 index 1bbb4d5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/SimulcastUnavailableException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError$Builder.class deleted file mode 100644 index c51ee9d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError.class deleted file mode 100644 index 01bad63..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException$Builder.class deleted file mode 100644 index 7d32662..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException.class b/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException.class deleted file mode 100644 index c1d3fff..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/UnauthorizedException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse$Builder.class deleted file mode 100644 index 7316eea..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse.class deleted file mode 100644 index 4c12c11..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError$Builder.class deleted file mode 100644 index dad8e3c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError.class b/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError.class deleted file mode 100644 index ce3a376..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/errors/ValidationErrorResponseError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.class deleted file mode 100644 index fe2b3da..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions$Builder.class deleted file mode 100644 index 11d6ea6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.class deleted file mode 100644 index 96c151c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains$Builder.class deleted file mode 100644 index 0e90657..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.class deleted file mode 100644 index 50d40d5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.class deleted file mode 100644 index 9826fdf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest$Builder.class deleted file mode 100644 index 531c22f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.class deleted file mode 100644 index 697d747..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody$Builder.class deleted file mode 100644 index 16d9133..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.class deleted file mode 100644 index 61b132e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.class deleted file mode 100644 index de9306a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse$Builder.class deleted file mode 100644 index 7f73274..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.class deleted file mode 100644 index b79b07b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody$Builder.class deleted file mode 100644 index 5ef782f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.class deleted file mode 100644 index e8b6dc1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents$Builder.class deleted file mode 100644 index 2743d90..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.class deleted file mode 100644 index ab81ed9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.class deleted file mode 100644 index e603126..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.class deleted file mode 100644 index 3be08b9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse$Builder.class deleted file mode 100644 index 8eb1e97..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse.class deleted file mode 100644 index b340d77..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody$Builder.class deleted file mode 100644 index 6ff7a4b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody.class deleted file mode 100644 index 7f07dbb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateMediaResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.class deleted file mode 100644 index b3837a3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse$Builder.class deleted file mode 100644 index 2749484..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse.class deleted file mode 100644 index aca5c0e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateNewStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest$Builder.class deleted file mode 100644 index b81d666..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.class deleted file mode 100644 index b6ca025..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.class deleted file mode 100644 index 5930434..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse$Builder.class deleted file mode 100644 index dd6225f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.class deleted file mode 100644 index 38de080..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest$Builder.class deleted file mode 100644 index 0030730..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.class deleted file mode 100644 index 1680deb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.class deleted file mode 100644 index 4ef92ec..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse$Builder.class deleted file mode 100644 index 19f5ed2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.class deleted file mode 100644 index 0ec54c9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Data$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Data$Builder.class deleted file mode 100644 index cae383b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Data$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Data.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Data.class deleted file mode 100644 index df54e30..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Data.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest$Builder.class deleted file mode 100644 index e194538..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.class deleted file mode 100644 index d4d1ad6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.class deleted file mode 100644 index 664534c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse$Builder.class deleted file mode 100644 index 19e9f35..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.class deleted file mode 100644 index 00541ac..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest$Builder.class deleted file mode 100644 index f82c6d6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.class deleted file mode 100644 index 6b70b7c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.class deleted file mode 100644 index be61e79..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse$Builder.class deleted file mode 100644 index da80917..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.class deleted file mode 100644 index 21028b9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody$Builder.class deleted file mode 100644 index 2c48a56..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.class deleted file mode 100644 index 9eb845c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest$Builder.class deleted file mode 100644 index 5965ab4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest.class deleted file mode 100644 index edbf7bd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.class deleted file mode 100644 index 324311b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse$Builder.class deleted file mode 100644 index f9546ca..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse.class deleted file mode 100644 index ee10a78..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody$Builder.class deleted file mode 100644 index a1c350c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.class deleted file mode 100644 index 95d5f06..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest$Builder.class deleted file mode 100644 index 3308f61..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.class deleted file mode 100644 index 77dff1d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.class deleted file mode 100644 index 01e2e9f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse$Builder.class deleted file mode 100644 index e176059..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.class deleted file mode 100644 index 420e7cb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest$Builder.class deleted file mode 100644 index 3748100..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.class deleted file mode 100644 index 13f1d26..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.class deleted file mode 100644 index 276f597..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse$Builder.class deleted file mode 100644 index b5e5dee..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.class deleted file mode 100644 index a0f6420..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.class deleted file mode 100644 index 4b079d6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions$Builder.class deleted file mode 100644 index 42b72ca..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.class deleted file mode 100644 index 0aa4156..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains$Builder.class deleted file mode 100644 index 63be03c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.class deleted file mode 100644 index 80527f7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.class deleted file mode 100644 index b07e329..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata$Builder.class deleted file mode 100644 index 9847c2c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.class deleted file mode 100644 index e11e9ae..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest$Builder.class deleted file mode 100644 index 630d2e3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.class deleted file mode 100644 index 9611713..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.class deleted file mode 100644 index e203661..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse$Builder.class deleted file mode 100644 index 572d1a8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.class deleted file mode 100644 index 3327d17..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody$Builder.class deleted file mode 100644 index fdfdb86..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.class deleted file mode 100644 index f506ea9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents$Builder.class deleted file mode 100644 index 17b6099..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.class deleted file mode 100644 index 392ed9d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.class deleted file mode 100644 index 996f015..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.class deleted file mode 100644 index 49fe44c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$1.class deleted file mode 100644 index c541bf1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$2.class deleted file mode 100644 index 6da653d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$3.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$3.class deleted file mode 100644 index e500c09..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder.class deleted file mode 100644 index 41e7929..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest.class deleted file mode 100644 index b7b5b13..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$1.class deleted file mode 100644 index 356a6d0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$2.class deleted file mode 100644 index b0187c8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$3.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$3.class deleted file mode 100644 index d691edb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$4.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$4.class deleted file mode 100644 index 0fe24ed..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$5.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$5.class deleted file mode 100644 index dee8165..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$6.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$6.class deleted file mode 100644 index fc8f1ec..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.class deleted file mode 100644 index 42739f5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse$Builder.class deleted file mode 100644 index d9e1e49..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse.class deleted file mode 100644 index fcda6d6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetAllStreamsResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest$Builder.class deleted file mode 100644 index d71c2db..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.class deleted file mode 100644 index 1887856..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.class deleted file mode 100644 index ae8e7b0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse$Builder.class deleted file mode 100644 index 0933109..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.class deleted file mode 100644 index f27d10e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest$Builder.class deleted file mode 100644 index c4dbeac..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.class deleted file mode 100644 index eccc90b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.class deleted file mode 100644 index a54be6a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse$Builder.class deleted file mode 100644 index 408cd58..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.class deleted file mode 100644 index 20162b0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest$Builder.class deleted file mode 100644 index eaade95..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest.class deleted file mode 100644 index dab6400..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.class deleted file mode 100644 index 856d210..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse$Builder.class deleted file mode 100644 index c62db03..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse.class deleted file mode 100644 index ece7029..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody$Builder.class deleted file mode 100644 index 7ae4458..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody.class deleted file mode 100644 index 2842e6f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetMediaResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest$Builder.class deleted file mode 100644 index 43a7ae4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.class deleted file mode 100644 index 08e9ee8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.class deleted file mode 100644 index bcce03c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse$Builder.class deleted file mode 100644 index 29cbc1f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.class deleted file mode 100644 index 74364af..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$1.class deleted file mode 100644 index affc8c2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$2.class deleted file mode 100644 index 1c270b9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$3.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$3.class deleted file mode 100644 index 8ed48bf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$4.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$4.class deleted file mode 100644 index 8161b2b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$1.class deleted file mode 100644 index abb3679..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$2.class deleted file mode 100644 index 2ad9c6b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$3.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$3.class deleted file mode 100644 index 68d0db2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$4.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$4.class deleted file mode 100644 index c2c186e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer.class deleted file mode 100644 index 2210dc8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input$_Deserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Input.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Input.class deleted file mode 100644 index 986e1f4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Input.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/LanguageCode.class b/build/classes/java/main/io/fastpix/sdk/models/operations/LanguageCode.class deleted file mode 100644 index b9741cc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/LanguageCode.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaOrderBy.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaOrderBy.class deleted file mode 100644 index 681f265..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaOrderBy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$1.class deleted file mode 100644 index 3874167..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$2.class deleted file mode 100644 index 5424e4c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$3.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$3.class deleted file mode 100644 index 863d002..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder.class deleted file mode 100644 index 524f053..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest.class deleted file mode 100644 index 43b5983..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$1.class deleted file mode 100644 index 8f90a52..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$2.class deleted file mode 100644 index aeab849..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$3.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$3.class deleted file mode 100644 index 017f3a1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$3.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$4.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$4.class deleted file mode 100644 index 70b5f1f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$4.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$5.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$5.class deleted file mode 100644 index dccd536..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$5.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$6.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$6.class deleted file mode 100644 index f138362..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder$6.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.class deleted file mode 100644 index 77bedc5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse$Builder.class deleted file mode 100644 index fcee1bf..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse.class deleted file mode 100644 index 8b91ea1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody$Builder.class deleted file mode 100644 index c3f5463..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody.class deleted file mode 100644 index 0347390..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/ListMediaResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/MaxResolution.class b/build/classes/java/main/io/fastpix/sdk/models/operations/MaxResolution.class deleted file mode 100644 index aa30c72..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/MaxResolution.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Moderation$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Moderation$Builder.class deleted file mode 100644 index afce61d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Moderation$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Moderation.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Moderation.class deleted file mode 100644 index 28c7b46..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Moderation.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Mp4Support.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Mp4Support.class deleted file mode 100644 index 7cd6ab4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Mp4Support.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$1.class deleted file mode 100644 index 8887af8..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$2.class b/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$2.class deleted file mode 100644 index 20c4703..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder.class deleted file mode 100644 index cfbc318..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings.class b/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings.class deleted file mode 100644 index 5742a54..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/PushMediaSettings.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest$Builder.class deleted file mode 100644 index a298f0c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.class deleted file mode 100644 index 1fbe8ec..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.class deleted file mode 100644 index 5ca6920..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse$Builder.class deleted file mode 100644 index 465244b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.class deleted file mode 100644 index 17af583..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody$Builder.class deleted file mode 100644 index 9b8a527..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.class deleted file mode 100644 index 77d05f3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMedia.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMedia.class deleted file mode 100644 index 50e302d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMedia.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMediaPlaybackId.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMediaPlaybackId.class deleted file mode 100644 index c6bb6a1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateMediaPlaybackId.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateNewStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateNewStream.class deleted file mode 100644 index 5fb6114..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateNewStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreatePlaybackIdOfStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreatePlaybackIdOfStream.class deleted file mode 100644 index 3d57f58..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreatePlaybackIdOfStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateSimulcastOfStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateSimulcastOfStream.class deleted file mode 100644 index 6f1ad0b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallCreateSimulcastOfStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteLiveStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteLiveStream.class deleted file mode 100644 index f849cf3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteLiveStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMedia.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMedia.class deleted file mode 100644 index fb4ada6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMedia.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMediaPlaybackId.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMediaPlaybackId.class deleted file mode 100644 index f68c534..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteMediaPlaybackId.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeletePlaybackIdOfStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeletePlaybackIdOfStream.class deleted file mode 100644 index 3d1e5fd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeletePlaybackIdOfStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteSimulcastOfStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteSimulcastOfStream.class deleted file mode 100644 index e79c535..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDeleteSimulcastOfStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDirectUploadVideoMedia.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDirectUploadVideoMedia.class deleted file mode 100644 index bbf2ab1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallDirectUploadVideoMedia.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetAllStreams.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetAllStreams.class deleted file mode 100644 index a6da957..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetAllStreams.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamById.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamById.class deleted file mode 100644 index 052f0d5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamById.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamPlaybackId.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamPlaybackId.class deleted file mode 100644 index deaddfa..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetLiveStreamPlaybackId.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetMedia.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetMedia.class deleted file mode 100644 index ba9806e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetMedia.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetSpecificSimulcastOfStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetSpecificSimulcastOfStream.class deleted file mode 100644 index cf4dcd6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallGetSpecificSimulcastOfStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallListMedia.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallListMedia.class deleted file mode 100644 index b96bf49..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallListMedia.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallRetrieveMediaInputInfo.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallRetrieveMediaInputInfo.class deleted file mode 100644 index 88129db..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallRetrieveMediaInputInfo.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateLiveStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateLiveStream.class deleted file mode 100644 index fbcf1e0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateLiveStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateSpecificSimulcastOfStream.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateSpecificSimulcastOfStream.class deleted file mode 100644 index 6132562..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdateSpecificSimulcastOfStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdatedMedia.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdatedMedia.class deleted file mode 100644 index 94ec610..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces$MethodCallUpdatedMedia.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces.class deleted file mode 100644 index 8ca2163..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SDKMethodInterfaces.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles$Builder.class deleted file mode 100644 index 2d34a0f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles.class deleted file mode 100644 index 185789a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Subtitles.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata$Builder.class deleted file mode 100644 index 06fe70e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata.class deleted file mode 100644 index 53376ab..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/SubtitlesMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder$1.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder$1.class deleted file mode 100644 index d607887..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder.class deleted file mode 100644 index 8ce8560..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Summary$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Summary.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Summary.class deleted file mode 100644 index 4e52aa2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Summary.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/Type.class b/build/classes/java/main/io/fastpix/sdk/models/operations/Type.class deleted file mode 100644 index be63aab..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/Type.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest$Builder.class deleted file mode 100644 index bb7662c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.class deleted file mode 100644 index cda8641..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.class deleted file mode 100644 index 569bc24..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse$Builder.class deleted file mode 100644 index f807231..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.class deleted file mode 100644 index 6bdbaae..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest$Builder.class deleted file mode 100644 index 2a0ae00..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.class deleted file mode 100644 index 0174c4c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.class deleted file mode 100644 index 7e21f63..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse$Builder.class deleted file mode 100644 index cb401eb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.class deleted file mode 100644 index 79b8cbe..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata$Builder.class deleted file mode 100644 index 32a71f6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.class deleted file mode 100644 index 3a61a87..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest$Builder.class deleted file mode 100644 index 52ede25..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest.class deleted file mode 100644 index de80c6e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody$Builder.class deleted file mode 100644 index f979bfa..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.class deleted file mode 100644 index d50484b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.class deleted file mode 100644 index 4e5fa0e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse$Builder.class deleted file mode 100644 index 9fe10d9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse.class deleted file mode 100644 index 003e54d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody$Builder.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody$Builder.class deleted file mode 100644 index 0601f59..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.class b/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.class deleted file mode 100644 index fc423e5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy$Builder.class b/build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy$Builder.class deleted file mode 100644 index 3dd5440..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy.class b/build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy.class deleted file mode 100644 index 5aad52f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BackoffStrategy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Deserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Deserializer.class deleted file mode 100644 index a34907e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Deserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Serializer.class b/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Serializer.class deleted file mode 100644 index 92848c3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString$Serializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString.class b/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString.class deleted file mode 100644 index 1adfb25..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BigDecimalString.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Deserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Deserializer.class deleted file mode 100644 index 29baedd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Deserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Serializer.class b/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Serializer.class deleted file mode 100644 index 749b5a0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString$Serializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString.class b/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString.class deleted file mode 100644 index 52f5ffe..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/BigIntegerString.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Constants.class b/build/classes/java/main/io/fastpix/sdk/utils/Constants.class deleted file mode 100644 index b0faa63..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Constants.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictBooleanDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictBooleanDeserializer.class deleted file mode 100644 index 1920b29..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictBooleanDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictDoubleDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictDoubleDeserializer.class deleted file mode 100644 index a5eaa3b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictDoubleDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictFloatDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictFloatDeserializer.class deleted file mode 100644 index b1f2322..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictFloatDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictIntegerDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictIntegerDeserializer.class deleted file mode 100644 index 316dd64..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictIntegerDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLocalDateDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLocalDateDeserializer.class deleted file mode 100644 index 171791f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLocalDateDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLongDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLongDeserializer.class deleted file mode 100644 index 407b54e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictLongDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictOffsetDateTimeDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictOffsetDateTimeDeserializer.class deleted file mode 100644 index 9c9a5b7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictOffsetDateTimeDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictShortDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictShortDeserializer.class deleted file mode 100644 index 6616eba..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictShortDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictStringDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictStringDeserializer.class deleted file mode 100644 index f130227..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers$StrictStringDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers.class b/build/classes/java/main/io/fastpix/sdk/utils/Deserializers.class deleted file mode 100644 index 144320b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Deserializers.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/EventStream$1.class b/build/classes/java/main/io/fastpix/sdk/utils/EventStream$1.class deleted file mode 100644 index d35eddd..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/EventStream$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/EventStream.class b/build/classes/java/main/io/fastpix/sdk/utils/EventStream.class deleted file mode 100644 index 95b6dc1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/EventStream.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/EventStreamLineReader.class b/build/classes/java/main/io/fastpix/sdk/utils/EventStreamLineReader.class deleted file mode 100644 index bd8c954..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/EventStreamLineReader.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/EventStreamMessage.class b/build/classes/java/main/io/fastpix/sdk/utils/EventStreamMessage.class deleted file mode 100644 index 4d2617d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/EventStreamMessage.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/EventStreamReader.class b/build/classes/java/main/io/fastpix/sdk/utils/EventStreamReader.class deleted file mode 100644 index a28d44a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/EventStreamReader.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/FormMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/FormMetadata.class deleted file mode 100644 index d52dd2b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/FormMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/HTTPClient.class b/build/classes/java/main/io/fastpix/sdk/utils/HTTPClient.class deleted file mode 100644 index d4c1e0e..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/HTTPClient.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/HTTPRequest.class b/build/classes/java/main/io/fastpix/sdk/utils/HTTPRequest.class deleted file mode 100644 index 436106c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/HTTPRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/HasSecurity.class b/build/classes/java/main/io/fastpix/sdk/utils/HasSecurity.class deleted file mode 100644 index 04fafa4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/HasSecurity.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/HeaderMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/HeaderMetadata.class deleted file mode 100644 index d1a6f90..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/HeaderMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Helpers$ByteBufferSubscriber.class b/build/classes/java/main/io/fastpix/sdk/utils/Helpers$ByteBufferSubscriber.class deleted file mode 100644 index 0ba6c14..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Helpers$ByteBufferSubscriber.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Helpers.class b/build/classes/java/main/io/fastpix/sdk/utils/Helpers.class deleted file mode 100644 index d6adef6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Helpers.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterError.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterError.class deleted file mode 100644 index 0906dc4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterError.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContext.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContext.class deleted file mode 100644 index 2e0f836..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContext.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContextImpl.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContextImpl.class deleted file mode 100644 index 248310d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterErrorContextImpl.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccess.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccess.class deleted file mode 100644 index 1d9b292..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccess.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContext.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContext.class deleted file mode 100644 index c8f1cb3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContext.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContextImpl.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContextImpl.class deleted file mode 100644 index 6388933..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$AfterSuccessContextImpl.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequest.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequest.class deleted file mode 100644 index cecacb7..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequest.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContext.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContext.class deleted file mode 100644 index c477231..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContext.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContextImpl.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContextImpl.class deleted file mode 100644 index 4c84594..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$BeforeRequestContextImpl.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$HookContext.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$HookContext.class deleted file mode 100644 index a3348b6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$HookContext.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$IdempotencyHook.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$IdempotencyHook.class deleted file mode 100644 index 31e8fb3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$IdempotencyHook.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInit.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInit.class deleted file mode 100644 index 2618704..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInit.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInitData.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInitData.class deleted file mode 100644 index d53de2a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook$SdkInitData.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hook.class b/build/classes/java/main/io/fastpix/sdk/utils/Hook.class deleted file mode 100644 index 62a71f3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hook.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hooks$FailEarlyException.class b/build/classes/java/main/io/fastpix/sdk/utils/Hooks$FailEarlyException.class deleted file mode 100644 index 1246bf1..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hooks$FailEarlyException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Hooks.class b/build/classes/java/main/io/fastpix/sdk/utils/Hooks.class deleted file mode 100644 index a33fd46..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Hooks.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/JSON.class b/build/classes/java/main/io/fastpix/sdk/utils/JSON.class deleted file mode 100644 index ff1f1a0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/JSON.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/LazySingletonValue.class b/build/classes/java/main/io/fastpix/sdk/utils/LazySingletonValue.class deleted file mode 100644 index fbeb7ba..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/LazySingletonValue.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Metadata.class b/build/classes/java/main/io/fastpix/sdk/utils/Metadata.class deleted file mode 100644 index 050a148..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Metadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$Builder.class b/build/classes/java/main/io/fastpix/sdk/utils/Multipart$Builder.class deleted file mode 100644 index e71d582..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$Part.class b/build/classes/java/main/io/fastpix/sdk/utils/Multipart$Part.class deleted file mode 100644 index d1e0796..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$Part.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartType.class b/build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartType.class deleted file mode 100644 index c3b1d90..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartType.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartsIterator.class b/build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartsIterator.class deleted file mode 100644 index ac08993..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Multipart$PartsIterator.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Multipart.class b/build/classes/java/main/io/fastpix/sdk/utils/Multipart.class deleted file mode 100644 index 07d68d4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Multipart.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/MultipartFormMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/MultipartFormMetadata.class deleted file mode 100644 index 466c210..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/MultipartFormMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/NameValue.class b/build/classes/java/main/io/fastpix/sdk/utils/NameValue.class deleted file mode 100644 index 27c5805..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/NameValue.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer$Match.class b/build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer$Match.class deleted file mode 100644 index eb3fccc..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer$Match.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer.class b/build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer.class deleted file mode 100644 index a75ebce..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/OneOfDeserializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Options$Builder.class b/build/classes/java/main/io/fastpix/sdk/utils/Options$Builder.class deleted file mode 100644 index bb6a73f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Options$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Options$Option.class b/build/classes/java/main/io/fastpix/sdk/utils/Options$Option.class deleted file mode 100644 index b657dd4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Options$Option.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Options.class b/build/classes/java/main/io/fastpix/sdk/utils/Options.class deleted file mode 100644 index 49aa4cb..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Options.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/PathParamsMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/PathParamsMetadata.class deleted file mode 100644 index e48e426..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/PathParamsMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/QueryEncoding.class b/build/classes/java/main/io/fastpix/sdk/utils/QueryEncoding.class deleted file mode 100644 index ef859ce..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/QueryEncoding.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/QueryParameter.class b/build/classes/java/main/io/fastpix/sdk/utils/QueryParameter.class deleted file mode 100644 index f574be9..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/QueryParameter.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/QueryParameters$1.class b/build/classes/java/main/io/fastpix/sdk/utils/QueryParameters$1.class deleted file mode 100644 index eabb352..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/QueryParameters$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/QueryParameters.class b/build/classes/java/main/io/fastpix/sdk/utils/QueryParameters.class deleted file mode 100644 index cfba84c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/QueryParameters.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/QueryParamsMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/QueryParamsMetadata.class deleted file mode 100644 index 681ddc0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/QueryParamsMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RecordingClient.class b/build/classes/java/main/io/fastpix/sdk/utils/RecordingClient.class deleted file mode 100644 index df6aae6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RecordingClient.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RequestBody$1.class b/build/classes/java/main/io/fastpix/sdk/utils/RequestBody$1.class deleted file mode 100644 index 3c520be..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RequestBody$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RequestBody.class b/build/classes/java/main/io/fastpix/sdk/utils/RequestBody.class deleted file mode 100644 index 9d9dd75..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RequestBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RequestMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/RequestMetadata.class deleted file mode 100644 index f80177b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RequestMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Response.class b/build/classes/java/main/io/fastpix/sdk/utils/Response.class deleted file mode 100644 index c7b9c0c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Response.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Retries$1.class b/build/classes/java/main/io/fastpix/sdk/utils/Retries$1.class deleted file mode 100644 index 20834c2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Retries$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Retries$Builder.class b/build/classes/java/main/io/fastpix/sdk/utils/Retries$Builder.class deleted file mode 100644 index d51b131..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Retries$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Retries$NonRetryableException.class b/build/classes/java/main/io/fastpix/sdk/utils/Retries$NonRetryableException.class deleted file mode 100644 index c9aee0a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Retries$NonRetryableException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Retries$RetryableException.class b/build/classes/java/main/io/fastpix/sdk/utils/Retries$RetryableException.class deleted file mode 100644 index 544507c..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Retries$RetryableException.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Retries.class b/build/classes/java/main/io/fastpix/sdk/utils/Retries.class deleted file mode 100644 index c12eeac..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Retries.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Builder.class b/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Builder.class deleted file mode 100644 index 2aa5bfe..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Builder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Strategy.class b/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Strategy.class deleted file mode 100644 index ed1fdbe..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig$Strategy.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig.class b/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig.class deleted file mode 100644 index 5f00c26..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/RetryConfig.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Security.class b/build/classes/java/main/io/fastpix/sdk/utils/Security.class deleted file mode 100644 index c2d9fa6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Security.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SecurityMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/SecurityMetadata.class deleted file mode 100644 index 4daffed..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SecurityMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SerializedBody.class b/build/classes/java/main/io/fastpix/sdk/utils/SerializedBody.class deleted file mode 100644 index bb44956..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SerializedBody.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$HasSessionKey.class b/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$HasSessionKey.class deleted file mode 100644 index d694ff6..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$HasSessionKey.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$Session.class b/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$Session.class deleted file mode 100644 index 85be613..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$Session.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$TokenResponse.class b/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$TokenResponse.class deleted file mode 100644 index 913381a..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager$TokenResponse.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager.class b/build/classes/java/main/io/fastpix/sdk/utils/SessionManager.class deleted file mode 100644 index 9a2e202..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SessionManager.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyHTTPClient.class b/build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyHTTPClient.class deleted file mode 100644 index 9bcd7c4..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyHTTPClient.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyMetadata.class b/build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyMetadata.class deleted file mode 100644 index 9290bee..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/SpeakeasyMetadata.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/TypedObject$Serializer.class b/build/classes/java/main/io/fastpix/sdk/utils/TypedObject$Serializer.class deleted file mode 100644 index ddd853f..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/TypedObject$Serializer.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/TypedObject.class b/build/classes/java/main/io/fastpix/sdk/utils/TypedObject.class deleted file mode 100644 index 0227eb0..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/TypedObject.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Types.class b/build/classes/java/main/io/fastpix/sdk/utils/Types.class deleted file mode 100644 index b92dac2..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Types.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utf8UrlEncoder.class b/build/classes/java/main/io/fastpix/sdk/utils/Utf8UrlEncoder.class deleted file mode 100644 index f152d52..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utf8UrlEncoder.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$1$1.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$1$1.class deleted file mode 100644 index f21ca69..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$1$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$1.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$1.class deleted file mode 100644 index e3f810b..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$1.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$2.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$2.class deleted file mode 100644 index a8b49b3..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$2.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$Function.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$Function.class deleted file mode 100644 index 694106d..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$Function.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$HttpResponseCached.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$HttpResponseCached.class deleted file mode 100644 index 9f2b076..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$HttpResponseCached.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$JsonShape.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$JsonShape.class deleted file mode 100644 index e302519..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$JsonShape.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$TestHTTPClient.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$TestHTTPClient.class deleted file mode 100644 index b72a9b5..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$TestHTTPClient.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils$TypeReferenceWithShape.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils$TypeReferenceWithShape.class deleted file mode 100644 index 3150528..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils$TypeReferenceWithShape.class and /dev/null differ diff --git a/build/classes/java/main/io/fastpix/sdk/utils/Utils.class b/build/classes/java/main/io/fastpix/sdk/utils/Utils.class deleted file mode 100644 index bccb314..0000000 Binary files a/build/classes/java/main/io/fastpix/sdk/utils/Utils.class and /dev/null differ diff --git a/build/docs/javadoc/allclasses-index.html b/build/docs/javadoc/allclasses-index.html index 5566dde..8e10a93 100644 --- a/build/docs/javadoc/allclasses-index.html +++ b/build/docs/javadoc/allclasses-index.html @@ -1,2273 +1,3700 @@ - - -All Classes (fastpix 0.1.0 API) + +All Classes and Interfaces (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+ +
-

All Classes

-
-
- +
+
+
-
- -
diff --git a/build/docs/javadoc/allclasses.html b/build/docs/javadoc/allclasses.html deleted file mode 100644 index d34b739..0000000 --- a/build/docs/javadoc/allclasses.html +++ /dev/null @@ -1,496 +0,0 @@ - - - - - -All Classes (fastpix 0.1.0 API) - - - - - - - - - - - - -
-

All Classes

-
- -
-
- - diff --git a/build/docs/javadoc/allpackages-index.html b/build/docs/javadoc/allpackages-index.html index bacdeda..193e882 100644 --- a/build/docs/javadoc/allpackages-index.html +++ b/build/docs/javadoc/allpackages-index.html @@ -1,180 +1,80 @@ - - -All Packages (fastpix 0.1.0 API) + +All Packages (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+ +

All Packages

-
-
- -
diff --git a/build/docs/javadoc/constant-values.html b/build/docs/javadoc/constant-values.html index e80f7fd..454e121 100644 --- a/build/docs/javadoc/constant-values.html +++ b/build/docs/javadoc/constant-values.html @@ -1,198 +1,120 @@ - - -Constant Field Values (fastpix 0.1.0 API) + +Constant Field Values (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+ +

Constant Field Values

-
+
+

Contents

-
+
+

org.openapis.*

+ +
-
- -
diff --git a/build/docs/javadoc/deprecated-list.html b/build/docs/javadoc/deprecated-list.html index effa668..dea250f 100644 --- a/build/docs/javadoc/deprecated-list.html +++ b/build/docs/javadoc/deprecated-list.html @@ -1,178 +1,98 @@ - - -Deprecated List (fastpix 0.1.0 API) + +Deprecated List (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+ +

Deprecated API

+

Contents

-
-
-
- - -
- - - diff --git a/build/docs/javadoc/element-list b/build/docs/javadoc/element-list index bb76e3b..80c2116 100644 --- a/build/docs/javadoc/element-list +++ b/build/docs/javadoc/element-list @@ -1,5 +1,9 @@ -io.fastpix.sdk -io.fastpix.sdk.models.components -io.fastpix.sdk.models.errors -io.fastpix.sdk.models.operations -io.fastpix.sdk.utils +org.openapis.openapi +org.openapis.openapi.hooks +org.openapis.openapi.models.components +org.openapis.openapi.models.errors +org.openapis.openapi.models.operations +org.openapis.openapi.models.operations.async +org.openapis.openapi.operations +org.openapis.openapi.utils +org.openapis.openapi.utils.reactive diff --git a/build/docs/javadoc/help-doc.html b/build/docs/javadoc/help-doc.html index c242457..e0b8c1f 100644 --- a/build/docs/javadoc/help-doc.html +++ b/build/docs/javadoc/help-doc.html @@ -1,128 +1,128 @@ - - -API Help (fastpix 0.1.0 API) + +API Help (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+
+ +
+
-
-

How This API Document Is Organized

-
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+

JavaDoc Help

+ +
+
+

Navigation

+Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces +
-
-
    -
  • -
    -

    Overview

    +
    +
    +

    Kinds of Pages

    +The following sections describe the different kinds of pages in this collection. +
    +

    Overview

    The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

    -
  • -
  • -
    -

    Package

    -

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain six categories:

    -
      +
      +

      Package

      +

      Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

      +
      • Interfaces
      • Classes
      • -
      • Enums
      • -
      • Exceptions
      • -
      • Errors
      • -
      • Annotation Types
      • +
      • Enum Classes
      • +
      • Exception Classes
      • +
      • Annotation Interfaces
      - -
    • -
      -

      Class or Interface

      -

      Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

      -
        +
        +

        Class or Interface

        +

        Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

        +
        • Class Inheritance Diagram
        • Direct Subclasses
        • All Known Subinterfaces
        • @@ -131,142 +131,68 @@

          Class or Interface

        • Class or Interface Description

        -
          +
          • Nested Class Summary
          • +
          • Enum Constant Summary
          • Field Summary
          • Property Summary
          • Constructor Summary
          • Method Summary
          • -
          -
          -
            -
          • Field Detail
          • -
          • Property Detail
          • -
          • Constructor Detail
          • -
          • Method Detail
          • -
          -

          Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

          -
        - -
      • -
        -

        Annotation Type

        -

        Each annotation type has its own separate page with the following sections:

        -
          -
        • Annotation Type Declaration
        • -
        • Annotation Type Description
        • Required Element Summary
        • Optional Element Summary
        • -
        • Element Detail
        -
        -
      • -
      • -
        -

        Enum

        -

        Each enum has its own separate page with the following sections:

        -
          -
        • Enum Declaration
        • -
        • Enum Description
        • -
        • Enum Constant Summary
        • -
        • Enum Constant Detail
        • +
          +
            +
          • Enum Constant Details
          • +
          • Field Details
          • +
          • Property Details
          • +
          • Constructor Details
          • +
          • Method Details
          • +
          • Element Details
          +

          Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

          +

          The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

        -
      • -
      • -
        -

        Tree (Class Hierarchy)

        +
        +

        Other Files

        +

        Packages and modules may contain pages with additional information related to the declarations nearby.

        +
        +
        +

        Tree (Class Hierarchy)

        There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

        -
          -
        • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
        • -
        • When viewing a particular package, class or interface page, clicking on "Tree" displays the hierarchy for only that package.
        • +
            +
          • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
          • +
          • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
        -
      • -
      • -
        -

        Deprecated API

        -

        The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

        +
        +

        Deprecated API

        +

        The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

        -
      • -
      • -
        -

        Index

        -

        The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes.

        +
        +

        Constant Field Values

        +

        The Constant Field Values page lists the static final fields and their values.

        -
      • -
      • -
        -

        All Classes

        -

        The All Classes link shows all classes and interfaces except non-static nested types.

        +
        +

        Serialized Form

        +

        Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

        -
      • -
      • -
        -

        Serialized Form

        -

        Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

        +
        +

        All Packages

        +

        The All Packages page contains an alphabetic index of all packages contained in the documentation.

        -
      • -
      • -
        -

        Constant Field Values

        -

        The Constant Field Values page lists the static final fields and their values.

        +
        +

        All Classes and Interfaces

        +

        The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

        -
      • -
      • -
        -

        Search

        -

        You can search for definitions of modules, packages, types, fields, methods and other terms defined in the API, using some or all of the name. "Camel-case" abbreviations are supported: for example, "InpStr" will find "InputStream" and "InputStreamReader".

        +
        +

        Index

        +

        The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

        -
      • -
      +

-This help file applies to API documentation generated by the standard doclet.
-
-
- -
diff --git a/build/docs/javadoc/index-all.html b/build/docs/javadoc/index-all.html index 02f7066..1060be1 100644 --- a/build/docs/javadoc/index-all.html +++ b/build/docs/javadoc/index-all.html @@ -1,13142 +1,42264 @@ - - -Index (fastpix 0.1.0 API) + +Index (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+ +
-
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages - - -

A

-
-
accessPolicy() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
+

Index

+
+A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form +

A

+
+
accept(T) - Method in interface org.openapis.openapi.utils.Exceptions.CheckedConsumer
+
 
+
accessPolicy() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
Determines whether access to the streamed content is kept private or available to all.
-
accessPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackId
+
accessPolicy() - Method in class org.openapis.openapi.models.components.CreatePlaybackId
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
-
accessPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest
+
accessPolicy() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
Determines if access to the streamed content is kept private or available to all.
+
The access policy for the upload.
-
accessPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
accessPolicy() - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
-
Determines if access to the streamed content is kept private or available to all.
+
The access policy of the playback.
-
accessPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
accessPolicy() - Method in class org.openapis.openapi.models.components.PlaybackId
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
-
accessPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackSettings
+
accessPolicy() - Method in class org.openapis.openapi.models.components.PlaybackIdRequest
-
Determines if access to the streamed content is kept private or available to all.
+
Basic access policy for media content
-
accessPolicy() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
accessPolicy() - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
Determines if access to the streamed content is kept private or available to all.
-
accessPolicy() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
accessPolicy() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
Determines if access to the streamed content is kept private or available to all.
-
accessPolicy(CreateMediaRequestAccessPolicy) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
accessPolicy() - Method in class org.openapis.openapi.models.components.PlaybackSettings
-
Determines whether access to the streamed content is kept private or available to all.
+
Basic access policy for media content
-
accessPolicy(PlaybackIdAccessPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
accessPolicy() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
-
accessPolicy(PlaybackIdRequestAccessPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest.Builder
+
accessPolicy() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
-
accessPolicy(PlaybackSettingsAccessPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackSettings.Builder
+
accessPolicy() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
-
Determines if access to the streamed content is kept private or available to all.
+
The access policy set for the playback ID.
-
accessPolicy(CreateMediaPlaybackIdAccessPolicy) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
accessPolicy() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
-
Determines if access to the streamed content is kept private or available to all.
+
The access policy set for the playback ID.
-
accessPolicy(DirectUploadVideoMediaAccessPolicy) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
accessPolicy() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
Determines if access to the streamed content is kept private or available to all.
+
Determines if access to the streamed content is kept private, drm or available to all.
-
accessPolicy(String) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
+
accessPolicy(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
-
Determines if access to the streamed content is kept private or available to all.
+
The access policy for the upload.
-
accessPolicy(String) - Method in class io.fastpix.sdk.models.components.PlaybackIds.Builder
+
accessPolicy(String) - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId.Builder
-
Determines if access to the streamed content is kept private or available to all.
+
The access policy of the playback.
-
accessPolicy(Optional<? extends PlaybackIdAccessPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
accessPolicy(String) - Method in class org.openapis.openapi.models.components.PlaybackIdResponse.Builder
Determines if access to the streamed content is kept private or available to all.
-
accessPolicy(Optional<? extends PlaybackIdRequestAccessPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest.Builder
+
accessPolicy(String) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData.Builder
Determines if access to the streamed content is kept private or available to all.
-
accessPolicy(Optional<? extends PlaybackSettingsAccessPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackSettings.Builder
+
accessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.components.CreatePlaybackId.Builder
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
-
accessPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
+
accessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.components.PlaybackId.Builder
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
-
accessPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIds.Builder
+
accessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId.Builder
-
Determines if access to the streamed content is kept private or available to all.
+
Access policy for media content
+
+
accessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
+
Access policy for media content
+
+
accessPolicy(BasicAccessPolicy) - Method in class org.openapis.openapi.models.components.PlaybackIdRequest.Builder
+
+
Basic access policy for media content
+
+
accessPolicy(BasicAccessPolicy) - Method in class org.openapis.openapi.models.components.PlaybackSettings.Builder
+
+
Basic access policy for media content
+
+
accessPolicy(CreateMediaRequestAccessPolicy) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
Determines whether access to the streamed content is kept private or available to all.
+
+
accessPolicy(DirectUploadVideoMediaAccessPolicy) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Determines if access to the streamed content is kept private, drm or available to all.
+
+
accessPolicy(GetPlaybackIdAccessPolicy) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData.Builder
+
+
The access policy set for the playback ID.
+
+
accessPolicy(ListPlaybackIdsAccessPolicy) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData.Builder
+
+
The access policy set for the playback ID.
-
accessRestrictions() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
AccessPolicy - Class in org.openapis.openapi.models.components
+
+
AccessPolicy
+
+
AccessPolicy.AccessPolicyEnum - Enum Class in org.openapis.openapi.models.components
 
-
accessRestrictions() - Method in class io.fastpix.sdk.models.components.PlaybackId
+
accessRestrictions() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
accessRestrictions() - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
+
Controls access based on domains and user agents.
+
+
accessRestrictions() - Method in class org.openapis.openapi.models.components.PlaybackId
+
+
Controls access based on domains and user agents.
+
+
accessRestrictions() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
Controls access based on domains and user agents.
-
accessRestrictions() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
accessRestrictions() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
 
-
accessRestrictions() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
accessRestrictions() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
+
Restrictions applied to this playback ID.
+
+
accessRestrictions() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
+
Restrictions applied to this playback ID.
+
+
accessRestrictions() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
 
-
accessRestrictions(CreateMediaRequestAccessRestrictions) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
accessRestrictions(CreateMediaRequestAccessRestrictions) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
 
-
accessRestrictions(PlaybackIdAccessRestrictions) - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
accessRestrictions(CreatePlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.components.CreatePlaybackId.Builder
+
+
Controls access based on domains and user agents.
+
+
accessRestrictions(PlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.components.PlaybackId.Builder
Controls access based on domains and user agents.
-
accessRestrictions(CreateMediaPlaybackIdAccessRestrictions) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
accessRestrictions(UnusedUploadsPlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId.Builder
+
+
Controls access based on domains and user agents.
+
+
accessRestrictions(CreateMediaPlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
 
+
accessRestrictions(DirectUploadVideoMediaAccessRestrictions) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
 
+
accessRestrictions(GetPlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData.Builder
+
+
Restrictions applied to this playback ID.
+
+
accessRestrictions(ListPlaybackIdsAccessRestrictions) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData.Builder
+
+
Restrictions applied to this playback ID.
+
+
action(Callable<HttpResponse<InputStream>>) - Method in class org.openapis.openapi.utils.Retries.Builder
+
+
Sets the HTTP callback to be retried.
+
+
add(String, String) - Method in class org.openapis.openapi.utils.Headers
+
+
Appends a header value.
+
+
add(ByteBuffer) - Method in class org.openapis.openapi.utils.StreamingParser
+
+
Add ByteBuffer data to the parser buffer and extract any complete items.
+
+
add(Headers) - Method in class org.openapis.openapi.utils.Headers
 
-
accessRestrictions(DirectUploadVideoMediaAccessRestrictions) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
addHeader(String, String) - Method in class org.openapis.openapi.utils.HTTPRequest
 
-
accessRestrictions(Optional<? extends CreateMediaRequestAccessRestrictions>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
addHeaders(Map<String, List<String>>) - Method in class org.openapis.openapi.utils.HTTPRequest
 
-
accessRestrictions(Optional<? extends PlaybackIdAccessRestrictions>) - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
addMedia() - Method in class org.openapis.openapi.AsyncPlaylists
-
Controls access based on domains and user agents.
+
Add media to a playlist by ID
+
+
addMedia() - Method in class org.openapis.openapi.Playlists
+
+
Add media to a playlist by ID
+
+
addMedia(String, MediaIdsRequest) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Add media to a playlist by ID
+
+
addMedia(String, MediaIdsRequest) - Method in class org.openapis.openapi.Playlists
+
+
Add media to a playlist by ID
+
+
addMedia(String, MediaIdsRequest, Options) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Add media to a playlist by ID
+
+
addMedia(String, MediaIdsRequest, Options) - Method in class org.openapis.openapi.Playlists
+
+
Add media to a playlist by ID
-
accessRestrictions(Optional<? extends CreateMediaPlaybackIdAccessRestrictions>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
AddMediaToPlaylist - Class in org.openapis.openapi.operations
+
 
+
AddMediaToPlaylist() - Constructor for class org.openapis.openapi.operations.AddMediaToPlaylist
+
 
+
AddMediaToPlaylist.Async - Class in org.openapis.openapi.operations
+
 
+
AddMediaToPlaylist.Sync - Class in org.openapis.openapi.operations
+
 
+
AddMediaToPlaylistRequest - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaToPlaylistRequest(String, MediaIdsRequest) - Constructor for class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
+
 
+
AddMediaToPlaylistRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaToPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaToPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
AddMediaToPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder
+
 
+
AddMediaToPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder
+
 
+
AddMediaToPlaylistResponse - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaToPlaylistResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
AddMediaToPlaylistResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
 
-
accessRestrictions(Optional<? extends DirectUploadVideoMediaAccessRestrictions>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
AddMediaToPlaylistResponse(String, int, HttpResponse<InputStream>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
 
-
action(Callable<HttpResponse<InputStream>>) - Method in class io.fastpix.sdk.utils.Retries.Builder
+
AddMediaToPlaylistResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
 
+
AddMediaToPlaylistResponse(String, int, HttpResponse<Blob>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
 
+
AddMediaToPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaToPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
AddMediaTrack - Class in org.openapis.openapi.operations
+
 
+
AddMediaTrack() - Constructor for class org.openapis.openapi.operations.AddMediaTrack
+
 
+
AddMediaTrack.Async - Class in org.openapis.openapi.operations
+
 
+
AddMediaTrack.Sync - Class in org.openapis.openapi.operations
+
 
+
AddMediaTrackRequest - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackRequest(String, AddMediaTrackRequestBody) - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackRequest
+
 
+
AddMediaTrackRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackRequestBody(AddTrackRequest) - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
+
 
+
AddMediaTrackRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
AddMediaTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder
+
 
+
AddMediaTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder
+
 
+
AddMediaTrackResponse - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
AddMediaTrackResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
 
+
AddMediaTrackResponse(String, int, HttpResponse<InputStream>, AddMediaTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
 
+
AddMediaTrackResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
 
+
AddMediaTrackResponse(String, int, HttpResponse<Blob>, AddMediaTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
 
+
AddMediaTrackResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
AddMediaTrackResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
AddMediaTrackResponseBody - Class in org.openapis.openapi.models.operations
-
Sets the HTTP callback to be retried.
+
AddMediaTrackResponseBody
+
+
AddMediaTrackResponseBody() - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
 
+
AddMediaTrackResponseBody(Boolean, AddTrackResponse) - Constructor for class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
 
+
AddMediaTrackResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
addPart(String, byte[], String, String) - Method in class org.openapis.openapi.utils.Multipart.Builder
+
 
+
addPart(String, String) - Method in class org.openapis.openapi.utils.Multipart.Builder
+
 
+
addPart(String, String, String) - Method in class org.openapis.openapi.utils.Multipart.Builder
+
 
+
addPart(String, Blob, String, String) - Method in class org.openapis.openapi.utils.Multipart.Builder
+
 
+
addQueryParam(String, String, boolean) - Method in class org.openapis.openapi.utils.HTTPRequest
+
 
+
addQueryParam(QueryParameter) - Method in class org.openapis.openapi.utils.HTTPRequest
+
 
+
addQueryParams(Collection<QueryParameter>) - Method in class org.openapis.openapi.utils.HTTPRequest
+
 
+
addTrack() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Add audio / subtitle track
+
+
addTrack() - Method in class org.openapis.openapi.ManageVideos
+
+
Add audio / subtitle track
+
+
addTrack(String, AddMediaTrackRequestBody) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Add audio / subtitle track
+
+
addTrack(String, AddMediaTrackRequestBody) - Method in class org.openapis.openapi.ManageVideos
+
+
Add audio / subtitle track
+
+
addTrack(String, AddMediaTrackRequestBody, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Add audio / subtitle track
+
+
addTrack(String, AddMediaTrackRequestBody, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Add audio / subtitle track
+
+
AddTrackRequest - Class in org.openapis.openapi.models.components
+
+
AddTrackRequest
-
addHeader(String, String) - Method in class io.fastpix.sdk.utils.HTTPRequest
+
AddTrackRequest() - Constructor for class org.openapis.openapi.models.components.AddTrackRequest
 
-
addHeaders(Map<String, List<String>>) - Method in class io.fastpix.sdk.utils.HTTPRequest
+
AddTrackRequest(String, AddTrackRequestType, String, String) - Constructor for class org.openapis.openapi.models.components.AddTrackRequest
 
-
addPart(String, String) - Method in class io.fastpix.sdk.utils.Multipart.Builder
+
AddTrackRequest.Builder - Class in org.openapis.openapi.models.components
 
-
addPart(String, String, String) - Method in class io.fastpix.sdk.utils.Multipart.Builder
+
AddTrackRequestType - Enum Class in org.openapis.openapi.models.components
+
+
AddTrackRequestType
+
+
AddTrackResponse - Class in org.openapis.openapi.models.components
+
+
AddTrackResponse
+
+
AddTrackResponse() - Constructor for class org.openapis.openapi.models.components.AddTrackResponse
 
-
addPart(String, Supplier<InputStream>, String, Optional<String>) - Method in class io.fastpix.sdk.utils.Multipart.Builder
+
AddTrackResponse(String, AddTrackResponseType, String, String, String) - Constructor for class org.openapis.openapi.models.components.AddTrackResponse
 
-
addQueryParam(QueryParameter) - Method in class io.fastpix.sdk.utils.HTTPRequest
+
AddTrackResponse.Builder - Class in org.openapis.openapi.models.components
 
-
addQueryParam(String, String, boolean) - Method in class io.fastpix.sdk.utils.HTTPRequest
+
AddTrackResponseType - Class in org.openapis.openapi.models.components
+
+
AddTrackResponseType
+
+
AddTrackResponseType.AddTrackResponseTypeEnum - Enum Class in org.openapis.openapi.models.components
 
-
addQueryParams(Collection<QueryParameter>) - Method in class io.fastpix.sdk.utils.HTTPRequest
+
afterError(Hook.AfterErrorContext, HttpResponse<Blob>, Throwable) - Method in interface org.openapis.openapi.utils.AsyncHook.AfterError
+
+
Either returns an HttpResponse or throws an Exception.
+
+
afterError(Hook.AfterErrorContext, HttpResponse<Blob>, Throwable) - Method in class org.openapis.openapi.utils.AsyncHooks
 
-
afterError(Hook.AfterErrorContext, Optional<HttpResponse<InputStream>>, Optional<Exception>) - Method in interface io.fastpix.sdk.utils.Hook.AfterError
+
afterError(Hook.AfterErrorContext, Optional<HttpResponse<InputStream>>, Optional<Exception>) - Method in interface org.openapis.openapi.utils.Hook.AfterError
Either returns an HttpResponse or throws an Exception.
-
afterError(Hook.AfterErrorContext, Optional<HttpResponse<InputStream>>, Optional<Exception>) - Method in class io.fastpix.sdk.utils.Hooks
+
afterError(Hook.AfterErrorContext, Optional<HttpResponse<InputStream>>, Optional<Exception>) - Method in class org.openapis.openapi.utils.Hooks
 
-
AfterErrorContextImpl(String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
+
AfterErrorContextImpl(SDKConfiguration, String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class org.openapis.openapi.utils.Hook.AfterErrorContextImpl
 
-
afterResponse(UnaryOperator<HttpResponse<InputStream>>) - Method in class io.fastpix.sdk.utils.RecordingClient
+
afterResponse(UnaryOperator<HttpResponse<InputStream>>) - Method in class org.openapis.openapi.utils.RecordingClient
+
 
+
afterSuccess(Hook.AfterSuccessContext, HttpResponse<InputStream>) - Method in interface org.openapis.openapi.utils.Hook.AfterSuccess
+
+
Transforms the given response before response processing occurs.
+
+
afterSuccess(Hook.AfterSuccessContext, HttpResponse<InputStream>) - Method in class org.openapis.openapi.utils.Hooks
 
-
afterSuccess(Hook.AfterSuccessContext, HttpResponse<InputStream>) - Method in interface io.fastpix.sdk.utils.Hook.AfterSuccess
+
afterSuccess(Hook.AfterSuccessContext, HttpResponse<Blob>) - Method in interface org.openapis.openapi.utils.AsyncHook.AfterSuccess
Transforms the given response before response processing occurs.
-
afterSuccess(Hook.AfterSuccessContext, HttpResponse<InputStream>) - Method in class io.fastpix.sdk.utils.Hooks
+
afterSuccess(Hook.AfterSuccessContext, HttpResponse<Blob>) - Method in class org.openapis.openapi.utils.AsyncHooks
 
-
AfterSuccessContextImpl(String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
+
AfterSuccessContextImpl(SDKConfiguration, String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class org.openapis.openapi.utils.Hook.AfterSuccessContextImpl
 
-
allow() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
aggregation() - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails
-
A list of domain names or patterns that are explicitly allowed access.
+
defines the field or dimension on which the aggregation is to be applied.
-
allow() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
aggregation() - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
defines the field or dimension on which the aggregation is to be applied.
-
allow() - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
aggregation() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
-
A list of domains that are explicitly allowed access.
+
defines the field or dimension on which the aggregation is to be applied.
-
allow() - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
aggregation(String) - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails.Builder
-
A list of specific user agents that are allowed to access the resource.
+
defines the field or dimension on which the aggregation is to be applied.
-
allow() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
aggregation(String) - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails.Builder
-
A list of domain names or patterns that are explicitly allowed access.
+
defines the field or dimension on which the aggregation is to be applied.
-
allow() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
aggregation(String) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails.Builder
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
defines the field or dimension on which the aggregation is to be applied.
-
allow() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
aiFeatures() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
aiFeatures() - Method in class org.openapis.openapi.Fastpix
+
 
+
AiFeatures - Class in org.openapis.openapi
+
 
+
AiResponseRecord - Class in org.openapis.openapi.models.components
-
A list of domain names or patterns that are explicitly allowed access.
+
AiResponseRecord
-
allow() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
AiResponseRecord() - Constructor for class org.openapis.openapi.models.components.AiResponseRecord
+
 
+
AiResponseRecord(JsonNullable<String>, JsonNullable<Map<String, Object>>) - Constructor for class org.openapis.openapi.models.components.AiResponseRecord
+
 
+
AiResponseRecord.Builder - Class in org.openapis.openapi.models.components
+
 
+
AiSummaryRecord - Class in org.openapis.openapi.models.components
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
AiSummaryRecord
-
allow(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
+
AiSummaryRecord() - Constructor for class org.openapis.openapi.models.components.AiSummaryRecord
+
 
+
AiSummaryRecord(JsonNullable<String>, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.AiSummaryRecord
+
 
+
AiSummaryRecord.Builder - Class in org.openapis.openapi.models.components
+
 
+
allow() - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
A list of domain names or patterns that are explicitly allowed access.
-
allow(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
+
allow() - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
-
allow(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
+
allow() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
A list of domains that are explicitly allowed access.
-
allow(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
+
allow() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
A list of specific user agents that are allowed to access the resource.
-
allow(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
+
allow() - Method in class org.openapis.openapi.models.components.DomainRestrictions
-
A list of domain names or patterns that are explicitly allowed access.
+
A list of domain names or patterns that are explicitly allowed access
-
allow(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
+
allow() - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
A list of domains that are explicitly allowed access.
+
+
allow() - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
+
A list of specific user agents that are allowed to access the resource.
+
+
allow() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
+
A list of domains that are explicitly allowed access.
+
+
allow() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
+
A list of specific user agents that are allowed to access the resource.
+
+
allow() - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
+
A list of user agents that are explicitly allowed access
-
allow(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
+
allow() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
A list of domain names or patterns that are explicitly allowed access.
-
allow(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
+
allow() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
+
allow() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
allow() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
allow() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
allow() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
allow() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
+
List of domains explicitly allowed to play the media.
+
+
allow() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
+
List of domains explicitly allowed to play the media.
+
+
allow() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
+
List of user-agent substrings explicitly allowed.
+
+
allow() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
+
List of user-agent substrings explicitly allowed.
+
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains.Builder
A list of domain names or patterns that are explicitly allowed access.
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents.Builder
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains.Builder
A list of domains that are explicitly allowed access.
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents.Builder
A list of specific user agents that are allowed to access the resource.
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.DomainRestrictions.Builder
-
A list of domain names or patterns that are explicitly allowed access.
+
A list of domain names or patterns that are explicitly allowed access
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains.Builder
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
A list of domains that are explicitly allowed access.
+
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents.Builder
+
+
A list of specific user agents that are allowed to access the resource.
+
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains.Builder
+
+
A list of domains that are explicitly allowed access.
+
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents.Builder
+
+
A list of specific user agents that are allowed to access the resource.
+
+
allow(List<String>) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions.Builder
+
+
A list of user agents that are explicitly allowed access
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains.Builder
A list of domain names or patterns that are explicitly allowed access.
-
allow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents.Builder
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
-
ALLOW - io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
-
 
-
ALLOW - io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains.Builder
 
-
ALLOW_RESERVED - Static variable in class io.fastpix.sdk.utils.Utf8UrlEncoder
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents.Builder
 
-
allowIntrospection(Class<?>) - Static method in class io.fastpix.sdk.utils.Utils
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains.Builder
 
-
allowReserved() - Method in class io.fastpix.sdk.utils.QueryParameter
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents.Builder
 
-
allowReserved(boolean) - Static method in class io.fastpix.sdk.utils.Utf8UrlEncoder
-
 
-
APIException - Exception in io.fastpix.sdk.models.errors
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData.Builder
-
Thrown by a service call when an error response occurs.
+
List of domains explicitly allowed to play the media.
-
APIException(HttpResponse<InputStream>, int, String, byte[]) - Constructor for exception io.fastpix.sdk.models.errors.APIException
-
 
-
apply(S) - Method in interface io.fastpix.sdk.utils.Utils.Function
-
 
-
applyMatchPreferences(List<OneOfDeserializer.Match<T>>, String) - Static method in class io.fastpix.sdk.utils.OneOfDeserializer
-
 
-
AR_SA - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
ARRAY - io.fastpix.sdk.utils.Types
-
 
-
ASC - io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
-
 
-
ASC - io.fastpix.sdk.models.operations.ListMediaOrderBy
-
 
-
aspectRatio() - Method in class io.fastpix.sdk.models.components.Media
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody.Builder
-
The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
+
List of domains explicitly allowed to play the media.
-
aspectRatio(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData.Builder
-
The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
+
List of user-agent substrings explicitly allowed.
-
aspectRatio(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
allow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody.Builder
-
The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
+
List of user-agent substrings explicitly allowed.
-
asType(EventStreamMessage, ObjectMapper, TypeReference<T>) - Static method in class io.fastpix.sdk.utils.Utils
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.components.DomainsDefaultPolicy
 
-
AUDIO - io.fastpix.sdk.models.components.AudioInputType
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.components.PolicyAction.PolicyActionEnum
 
-
AUDIO - io.fastpix.sdk.models.components.CreateMediaRequestType
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.components.UserAgentsDefaultPolicy
 
-
AUDIO - io.fastpix.sdk.models.operations.Type
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
 
-
AUDIO_ONLY - io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
 
-
AUDIO_ONLY - io.fastpix.sdk.models.components.MediaMp4Support
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum
 
-
AUDIO_ONLY - io.fastpix.sdk.models.operations.Mp4Support
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum
 
-
AUDIO_ONLY_CAPPED4K - io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum
 
-
AUDIO_ONLY_CAPPED4K - io.fastpix.sdk.models.components.MediaMp4Support
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum
 
-
AUDIO_ONLY_CAPPED4K - io.fastpix.sdk.models.operations.Mp4Support
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy
 
-
AudioInput - Class in io.fastpix.sdk.models.components
+
ALLOW - Enum constant in enum class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy
 
-
AudioInput() - Constructor for class io.fastpix.sdk.models.components.AudioInput
+
ALLOW - Static variable in class org.openapis.openapi.models.components.PolicyAction
 
-
AudioInput(Optional<? extends AudioInputType>, Optional<String>, Optional<? extends List<ImposeTrack>>) - Constructor for class io.fastpix.sdk.models.components.AudioInput
+
ALLOW - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
 
-
AudioInput.Builder - Class in io.fastpix.sdk.models.components
+
ALLOW - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
 
-
AudioInputType - Enum in io.fastpix.sdk.models.components
-
-
AudioInputType
-
-
AuthException - Exception in io.fastpix.sdk.models.errors
-
-
An exception associated with Authentication or Authorization.
-
-
AuthException(int, String) - Constructor for exception io.fastpix.sdk.models.errors.AuthException
+
ALLOW - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
 
-
AuthException(String) - Constructor for exception io.fastpix.sdk.models.errors.AuthException
+
ALLOW - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
 
-
AV - io.fastpix.sdk.models.components.CreateMediaRequestType
+
ALLOW_RESERVED - Static variable in class org.openapis.openapi.utils.Utf8UrlEncoder
 
-
AV - io.fastpix.sdk.models.operations.Type
+
allowIntrospection(Class<?>) - Static method in class org.openapis.openapi.utils.Utils
 
-
- - - -

B

-
-
backoff() - Method in class io.fastpix.sdk.utils.RetryConfig
+
allowReserved() - Method in class org.openapis.openapi.utils.QueryParameter
 
-
backoff() - Method in class io.fastpix.sdk.utils.RetryConfig.Builder
+
allowReserved(boolean) - Static method in class org.openapis.openapi.utils.Utf8UrlEncoder
+
 
+
APIException - Exception Class in org.openapis.openapi.models.errors
-
Selects the default backoff retry strategy.
+
Thrown by a service call when an error response occurs.
-
backoff(BackoffStrategy) - Method in class io.fastpix.sdk.utils.RetryConfig.Builder
+
APIException(String, int, byte[], HttpResponse<InputStream>, Throwable) - Constructor for exception class org.openapis.openapi.models.errors.APIException
+
 
+
application() - Method in class org.openapis.openapi.models.components.ViewsList
-
Selects and configures the backoff retry strategy.
+
The browser name of the viewer.
-
BACKOFF - io.fastpix.sdk.utils.RetryConfig.Strategy
-
 
-
BackoffStrategy - Class in io.fastpix.sdk.utils
+
application(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
-
Exponential Backoff Strategy with Jitter - - The duration between consecutive attempts is calculated as follows: - intervalMs = min(maxIntervalMs, initialIntervalMs*(baseFactor^attempts) +/- r) - where baseFactor is the base factor and r a random value between 0 and jitterFactor*intervalMs.
+
The browser name of the viewer.
-
BackoffStrategy.Builder - Class in io.fastpix.sdk.utils
+
apply(S) - Method in interface org.openapis.openapi.utils.Utils.Function
+
 
+
apply(T) - Method in interface org.openapis.openapi.utils.Exceptions.CheckedFunction
 
-
BadRequestError - Class in io.fastpix.sdk.models.errors
+
applyMatchPreferences(List<OneOfDeserializer.Match<T>>, String) - Static method in class org.openapis.openapi.utils.OneOfDeserializer
-
BadRequestError
+
Applies candidate preference rules to resolve multiple matches.
-
BadRequestError() - Constructor for class io.fastpix.sdk.models.errors.BadRequestError
+
AR_SA - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
 
-
BadRequestError(Optional<Double>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.BadRequestError
+
AR_SA - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
 
-
BadRequestError.Builder - Class in io.fastpix.sdk.models.errors
+
AR_SA - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
BadRequestException - Exception in io.fastpix.sdk.models.errors
+
ARRAY - Enum constant in enum class org.openapis.openapi.utils.Types
 
-
BadRequestException() - Constructor for exception io.fastpix.sdk.models.errors.BadRequestException
+
ASC - Enum constant in enum class org.openapis.openapi.models.components.SortOrder
 
-
BadRequestException(Optional<Boolean>, Optional<? extends BadRequestError>) - Constructor for exception io.fastpix.sdk.models.errors.BadRequestException
+
ASC - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder
 
-
BadRequestException.Builder - Class in io.fastpix.sdk.models.errors
+
ASC - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder
 
-
baseFactor() - Method in class io.fastpix.sdk.utils.BackoffStrategy
+
ASC - Enum constant in enum class org.openapis.openapi.models.operations.OrderBy
 
-
baseFactor(double) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
asDouble() - Method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
-
Sets the backoff base factor.
+
Returns an Optional containing the value if it is of type double, + otherwise returns an empty Optional.
-
baseUrl() - Method in class io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
-
 
-
baseUrl() - Method in class io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
-
 
-
baseUrl() - Method in class io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
-
 
-
baseUrl() - Method in interface io.fastpix.sdk.utils.Hook.HookContext
-
 
-
baseUrl() - Method in class io.fastpix.sdk.utils.Hook.SdkInitData
-
 
-
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in interface io.fastpix.sdk.utils.Hook.BeforeRequest
+
asDouble() - Method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
-
Transforms the given HttpRequest before sending.
+
Returns an Optional containing the value if it is of type double, + otherwise returns an empty Optional.
-
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class io.fastpix.sdk.utils.Hook.IdempotencyHook
-
 
-
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class io.fastpix.sdk.utils.Hooks
-
 
-
beforeRequest(UnaryOperator<HttpRequest>) - Method in class io.fastpix.sdk.utils.RecordingClient
+
asDouble() - Method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
+
Returns an Optional containing the value if it is of type double, + otherwise returns an empty Optional.
+
+
asEnum() - Method in class org.openapis.openapi.models.components.AccessPolicy
 
-
BeforeRequestContextImpl(String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
+
asEnum() - Method in class org.openapis.openapi.models.components.AddTrackResponseType
 
-
BGBG - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
asEnum() - Method in class org.openapis.openapi.models.components.AudioTrackType
 
-
BigDecimalString - Class in io.fastpix.sdk.utils
+
asEnum() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
 
-
BigDecimalString(String) - Constructor for class io.fastpix.sdk.utils.BigDecimalString
+
asEnum() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
 
-
BigDecimalString(BigDecimal) - Constructor for class io.fastpix.sdk.utils.BigDecimalString
+
asEnum() - Method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
 
-
BigDecimalString.Deserializer - Class in io.fastpix.sdk.utils
+
asEnum() - Method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
 
-
BigDecimalString.Serializer - Class in io.fastpix.sdk.utils
+
asEnum() - Method in class org.openapis.openapi.models.components.DirectUploadStatus
 
-
BigIntegerString - Class in io.fastpix.sdk.utils
+
asEnum() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
BigIntegerString(String) - Constructor for class io.fastpix.sdk.utils.BigIntegerString
+
asEnum() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseType
 
-
BigIntegerString(BigInteger) - Constructor for class io.fastpix.sdk.utils.BigIntegerString
+
asEnum() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
 
-
BigIntegerString.Deserializer - Class in io.fastpix.sdk.utils
+
asEnum() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
 
-
BigIntegerString.Serializer - Class in io.fastpix.sdk.utils
+
asEnum() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
 
-
BN_BD - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
asEnum() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
 
-
BN_IN - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
asEnum() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
 
-
body() - Method in exception io.fastpix.sdk.models.errors.APIException
+
asEnum() - Method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
 
-
body() - Method in class io.fastpix.sdk.utils.SerializedBody
+
asEnum() - Method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
 
-
body() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
asEnum() - Method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
 
-
bodyAsBytes() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
asEnum() - Method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
 
-
bodyAsUtf8() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
asEnum() - Method in class org.openapis.openapi.models.components.GetMediaResponseStatus
 
-
bodyBytes(HttpRequest) - Static method in class io.fastpix.sdk.utils.Helpers
-
-
Returns the request body as a byte array.
-
-
bodyPublisher() - Method in class io.fastpix.sdk.utils.Multipart
+
asEnum() - Method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
 
-
bodyUtf8(HttpRequest) - Static method in class io.fastpix.sdk.utils.Helpers
-
-
Returns the request body as a String assuming that the bytes of the request - body are encoded with UTF-8.
-
-
BOOLEAN_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
+
asEnum() - Method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
 
-
BOTTOM - io.fastpix.sdk.models.components.YAlign
+
asEnum() - Method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
 
-
build() - Method in class io.fastpix.sdk.FastPixSDK.Builder
-
-
Builds a new instance of the SDK.
-
-
build() - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.MediaClipResponseStatus
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.MediaMaxResolution
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.MediaMediaQuality
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.MediaMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.MediaSourceResolution
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.MediaStatus
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.PlaylistItemType
 
-
build() - Method in class io.fastpix.sdk.models.components.CreateMediaResponseMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.PlaylistOrder
 
-
build() - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.PolicyAction
 
-
build() - Method in class io.fastpix.sdk.models.components.DirectUploadResponse.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.Resolution
 
-
build() - Method in class io.fastpix.sdk.models.components.DirectUploadResponseMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
 
-
build() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
 
-
build() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
 
-
build() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
 
-
build() - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.SubtitleTrackType
 
-
build() - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
 
-
build() - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
 
-
build() - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
 
-
build() - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
 
-
build() - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
 
-
build() - Method in class io.fastpix.sdk.models.components.Media.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UpdateMediaStatus
 
-
build() - Method in class io.fastpix.sdk.models.components.MediaMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.components.UpdateTrackResponseType
 
-
build() - Method in class io.fastpix.sdk.models.components.Moderation.Builder
+
asEnum() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
 
-
build() - Method in class io.fastpix.sdk.models.components.Pagination.Builder
+
asEnum() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
 
-
build() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
+
asEnum() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
 
-
build() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
 
-
build() - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
asEnum() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
 
-
build() - Method in class io.fastpix.sdk.models.components.PatchResponseDataMetadata.Builder
+
asEnum() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
 
-
build() - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
+
asJson() - Method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.EventTime
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.Input
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.MediaTrack
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.PlayerHeight
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.PlayerViewCount
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.PropertyId
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.components.ViewerTime
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.operations.Input
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.models.operations.Track
+
+
Returns an Optional containing the value as a JsonNode.
+
+
asJson() - Method in class org.openapis.openapi.utils.UnknownType
+
+
Get the raw JSON data for this unknown type.
+
+
asLong() - Method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.EventTime
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.PlayerHeight
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.PlayerViewCount
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.PropertyId
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
asLong() - Method in class org.openapis.openapi.models.components.ViewerTime
+
+
Returns an Optional containing the value if it is of type long, + otherwise returns an empty Optional.
+
+
ASN_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
build() - Method in class io.fastpix.sdk.models.components.PatchResponseDTO.Builder
+
ASN_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
build() - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
asnId() - Method in class org.openapis.openapi.models.components.Views
+
+
The unique identifier assigned to an Autonomous System (AS) on the Internet.
+
+
asnId(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
The unique identifier assigned to an Autonomous System (AS) on the Internet.
+
+
asnName() - Method in class org.openapis.openapi.models.components.Views
+
+
The Name associated with the asnId.
+
+
asnName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
The Name associated with the asnId.
+
+
aspectRatio() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio() - Method in class org.openapis.openapi.models.components.Media
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The aspect ratio of a video describes its shape based on the relationship between its width and + height.
+
+
aspectRatio() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio(String) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
aspectRatio(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The aspect ratio of a video describes its shape based on the relationship between its width and + height.
+
+
aspectRatio(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
asPublisher() - Method in class org.openapis.openapi.utils.Blob
+
+
Returns a Flow.Publisher<ByteBuffer> that emits individual ByteBuffer + from the underlying stream.
+
+
asType(EventStreamMessage, ObjectMapper, TypeReference<T>) - Static method in class org.openapis.openapi.utils.Utils
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
async() - Method in class org.openapis.openapi.AiFeatures
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Dimensions
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.DrmConfigurations
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Errors
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Fastpix
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.InputVideos
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.LivePlayback
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.LivePlaybacks
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.LiveStream
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.ManageLiveStream
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.ManageLiveStreams
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.ManageVideos
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Metrics
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Playback
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Playlist
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Playlists
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.SigningKeys
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Simulcasts
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.SimulcastStream
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.SimulcastStreams
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Streams
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Videos
+
+
Switches to the async SDK.
+
+
async() - Method in class org.openapis.openapi.Views
+
+
Switches to the async SDK.
+
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.AddMediaToPlaylist.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.AddMediaTrack.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CancelUpload.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CompleteLiveStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreateAPlaylist.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIds.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreateMedia.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreateMediaPlaybackId.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.PlaybackSettings.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreateNewStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.Security.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreatePlaybackIdOfStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.Segment1.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreateSigningKey.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.Segment2.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.CreateSimulcastOfStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteAPlaylist.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteLiveStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMedia.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMediaFromPlaylist.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastResponseMetadata.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMediaPlaybackId.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMediaTrack.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeletePlaybackIdOfStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteSigningKey.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DeleteSimulcastOfStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DirectUploadVideoMedia.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.DisableLiveStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SubtitleInput.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.EnableLiveStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.SubtitleMetadata.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GenerateSubtitleTrack.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.Summary.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetAllPlaylists.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.Track.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetAllStreams.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetDrmConfiguration.Async
 
-
build() - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetDrmConfigurationById.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetLiveStreamById.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.BadRequestException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetLiveStreamPlaybackId.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.Field.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetLiveStreamViewerCountById.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetMedia.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.ForbiddenException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetMediaClips.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetMediaSummary.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetPlaybackId.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetPlaylistById.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetSigningKeyById.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetTimeseriesData.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.NotFoundError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.GetVideoViewDetails.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListBreakdownValues.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListByTopContent.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListComparisonValues.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListDimensions.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListErrors.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListFilterValuesForDimension.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListLiveClips.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListMedia.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.UnauthorizedException.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListOverallValues.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListPlaybackIds.Async
 
-
build() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListSigningKeys.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListUploads.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.ListVideoViews.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.RetrieveMediaInputInfo.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateAPlaylist.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdatedMedia.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdatedMp4Support.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateDomainRestrictions.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdatedSourceAccess.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateLiveStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaChapters.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaModeration.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaNamedEntities.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaSummary.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaTrack.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.Data.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest.Builder
+
Async(SDKConfiguration, Options, ScheduledExecutorService, Headers) - Constructor for class org.openapis.openapi.operations.UpdateUserAgentRestrictions.Async
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
+
AsyncAiFeatures - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder
+
AsyncAPIException - Exception Class in org.openapis.openapi.models.errors
+
+
Thrown by an async service call when an error response occurs.
+
+
AsyncAPIException(String, int, byte[], HttpResponse<Blob>, Throwable) - Constructor for exception class org.openapis.openapi.models.errors.AsyncAPIException
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
AsyncDimensions - Class in org.openapis.openapi
+
+
Operations involving dimensions
+
+
AsyncDrmConfigurations - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
+
AsyncErrors - Class in org.openapis.openapi
+
+
Operations involving errors
+
+
AsyncFastpix - Class in org.openapis.openapi
+
+
FASTPIX API'S: FastPix provides a comprehensive set of APIs that enable developers to manage both + **on-demand media (video/audio)** and **live streaming experiences**, with built-in security + features through **cryptographic signing keys**.
+
+
AsyncHook - Class in org.openapis.openapi.utils
+
+
Utility class for defining async hook interfaces.
+
+
AsyncHook.AfterError - Interface in org.openapis.openapi.utils
+
+
Specifies what happens if a request action throws an Exception.
+
+
AsyncHook.AfterSuccess - Interface in org.openapis.openapi.utils
+
+
Specifies how a response is transformed before response processing.
+
+
AsyncHook.BeforeRequest - Interface in org.openapis.openapi.utils
+
+
Specifies how a request is transformed before sending.
+
+
AsyncHook.IdempotencyHook - Class in org.openapis.openapi.utils
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest.Builder
+
asyncHooks() - Method in class org.openapis.openapi.SDKConfiguration
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
+
AsyncHooks - Class in org.openapis.openapi.utils
+
+
Async hook registry for runtime request/response processing.
+
+
AsyncHooks() - Constructor for class org.openapis.openapi.utils.AsyncHooks
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder
+
AsyncInputVideos - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder
+
AsyncInVideoAiFeatures - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
AsyncLivePlayback - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder
+
AsyncLivePlaybacks - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
AsyncLiveStream - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
+
AsyncManageLiveStream - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
+
AsyncManageLiveStreams - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata.Builder
+
AsyncManageVideos - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder
+
AsyncMetrics - Class in org.openapis.openapi
+
+
Operations involving metrics
+
+
AsyncPlayback - Class in org.openapis.openapi
+
+
Operations for video playback management
+
+
AsyncPlaylist - Class in org.openapis.openapi
+
+
Operations for playlist management
+
+
AsyncPlaylists - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
+
AsyncResponse - Interface in org.openapis.openapi.utils
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
+
AsyncRetries - Class in org.openapis.openapi.utils
 
-
build() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
+
AsyncRetries.Builder - Class in org.openapis.openapi.utils
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
AsyncRetryableException - Exception Class in org.openapis.openapi.utils
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
+
AsyncRetryableException(HttpResponse<Blob>) - Constructor for exception class org.openapis.openapi.utils.AsyncRetryableException
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest.Builder
+
AsyncSigningKeys - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
+
AsyncSimulcasts - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder
+
AsyncSimulcastStream - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
AsyncSimulcastStreams - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetMediaRequest.Builder
+
AsyncStreams - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse.Builder
+
AsyncVideos - Class in org.openapis.openapi
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
+
AsyncViews - Class in org.openapis.openapi
+
+
Operations involving views
+
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.AddTrackRequestType
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.AddTrackResponseType.AddTrackResponseTypeEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.AudioInputType
 
-
build() - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.AudioTrackType.AudioTrackTypeEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestType
 
-
build() - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.MediaType
 
-
build() - Method in class io.fastpix.sdk.models.operations.Moderation.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.components.UpdateTrackResponseType.UpdateTrackResponseTypeEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
AUDIO - Enum constant in enum class org.openapis.openapi.models.operations.Type
 
-
build() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest.Builder
+
AUDIO - Static variable in class org.openapis.openapi.models.components.AddTrackResponseType
 
-
build() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
+
AUDIO - Static variable in class org.openapis.openapi.models.components.AudioTrackType
 
-
build() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
+
AUDIO - Static variable in class org.openapis.openapi.models.components.UpdateTrackResponseType
 
-
build() - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
AUDIO_ONLY - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.SubtitlesMetadata.Builder
+
AUDIO_ONLY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.Summary.Builder
+
AUDIO_ONLY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaMetadata.Builder
+
AUDIO_ONLY - Enum constant in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder
+
AUDIO_ONLY - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder
+
AUDIO_ONLY - Enum constant in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
+
AUDIO_ONLY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
+
AUDIO_ONLY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder
+
AUDIO_ONLY - Static variable in class org.openapis.openapi.models.components.MediaMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
+
AUDIO_ONLY_CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
+
AUDIO_ONLY_CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
 
-
build() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
AUDIO_ONLY_CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
 
-
build() - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
AUDIO_ONLY_CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
 
-
build() - Method in class io.fastpix.sdk.utils.HTTPRequest
+
AUDIO_ONLY_CAPPED4K - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
 
-
build() - Method in class io.fastpix.sdk.utils.Multipart.Builder
+
AUDIO_ONLY_CAPPED4K - Enum constant in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
 
-
build() - Method in class io.fastpix.sdk.utils.Options.Builder
+
AUDIO_ONLY_CAPPED4K - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
 
-
build() - Method in class io.fastpix.sdk.utils.Retries.Builder
+
AUDIO_ONLY_CAPPED4K - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
 
-
build() - Method in class io.fastpix.sdk.utils.RetryConfig.Builder
+
AUDIO_ONLY_CAPPED4K - Static variable in class org.openapis.openapi.models.components.MediaMp4Support
 
-
builder() - Static method in class io.fastpix.sdk.FastPixSDK
+
audioInput() - Method in class org.openapis.openapi.models.components.Input
-
Get a new instance of the SDK builder to configure a new instance of the SDK.
+
Returns an Optional containing the value if it is of type AudioInput, + otherwise returns an empty Optional.
-
builder() - Static method in class io.fastpix.sdk.models.components.AudioInput
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
audioInput() - Method in class org.openapis.openapi.models.operations.Input
+
+
Returns an Optional containing the value if it is of type AudioInput, + otherwise returns an empty Optional.
+
+
AudioInput - Class in org.openapis.openapi.models.components
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata
+
AudioInput(AudioInputType, String) - Constructor for class org.openapis.openapi.models.components.AudioInput
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
AudioInput(AudioInputType, String, List<ImposeTrack>) - Constructor for class org.openapis.openapi.models.components.AudioInput
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
+
AudioInput.Builder - Class in org.openapis.openapi.models.components
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
AudioInputType - Enum Class in org.openapis.openapi.models.components
+
+
AudioInputType
+
+
audioTrack() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
audioTrack() - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
audioTrack() - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
audioTrack() - Method in class org.openapis.openapi.models.components.MediaTrack
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
audioTrack() - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
audioTrack() - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
audioTrack() - Method in class org.openapis.openapi.models.operations.Track
+
+
Returns an Optional containing the value if it is of type AudioTrack, + otherwise returns an empty Optional.
+
+
AudioTrack - Class in org.openapis.openapi.models.components
+
+
AudioTrack
+
+
AudioTrack() - Constructor for class org.openapis.openapi.models.components.AudioTrack
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaRequestMetadata
+
AudioTrack(String, AudioTrackType, String, String, String) - Constructor for class org.openapis.openapi.models.components.AudioTrack
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
AudioTrack.Builder - Class in org.openapis.openapi.models.components
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
AudioTrackType - Class in org.openapis.openapi.models.components
+
+
AudioTrackType
+
+
AudioTrackType.AudioTrackTypeEnum - Enum Class in org.openapis.openapi.models.components
 
-
builder() - Static method in class io.fastpix.sdk.models.components.CreateMediaResponseMetadata
+
AuthException - Exception Class in org.openapis.openapi.models.errors
+
+
An exception associated with Authentication or Authorization.
+
+
AuthException(String, int, byte[], HttpResponse<InputStream>) - Constructor for exception class org.openapis.openapi.models.errors.AuthException
 
-
builder() - Static method in class io.fastpix.sdk.models.components.DirectUpload
+
AV - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestType
 
-
builder() - Static method in class io.fastpix.sdk.models.components.DirectUploadResponse
+
AV - Enum constant in enum class org.openapis.openapi.models.components.MediaType
 
-
builder() - Static method in class io.fastpix.sdk.models.components.DirectUploadResponseMetadata
+
AV - Enum constant in enum class org.openapis.openapi.models.operations.Type
 
-
builder() - Static method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
AVERAGE_BITRATE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
+
AVERAGE_BITRATE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
AVERAGE_BITRATE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
averageBitrate() - Method in class org.openapis.openapi.models.components.Views
+
+
Average Bitrate represents the average bitrate of the video content watched by the viewer, expressed + in bits per second (bps).
+
+
averageBitrate(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Average Bitrate represents the average bitrate of the video content watched by the viewer, expressed + in bits per second (bps).
+
+
AVG_DOWNSCALING - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.ImposeTrack
+
AVG_DOWNSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.InputMediaSettings
+
AVG_DOWNSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
+
AVG_UPSCALING - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
AVG_UPSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
AVG_UPSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Media
+
avgDownscaling() - Method in class org.openapis.openapi.models.components.Views
+
+
Average Downscaling refers to the average reduction in video resolution or quality during the + playback of video content.
+
+
avgDownscaling(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Average Downscaling refers to the average reduction in video resolution or quality during the + playback of video content.
+
+
avgRequestLatency() - Method in class org.openapis.openapi.models.components.Views
+
+
Average Request Latency average time it takes for a request to be made and processed during video + playback
+
+
avgRequestLatency(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Average Request Latency average time it takes for a request to be made and processed during video + playback
+
+
avgRequestThroughput() - Method in class org.openapis.openapi.models.components.Views
+
+
Average Request Throughput refers to the average throughput or data transfer rate of HTTP requests + made during video playback
+
+
avgRequestThroughput(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Average Request Throughput refers to the average throughput or data transfer rate of HTTP requests + made during video playback
+
+
avgUpscaling() - Method in class org.openapis.openapi.models.components.Views
+
+
Average Upscaling refers to the average resolution of the video source is lower than the resolution + of the playback device or screen.
+
+
avgUpscaling(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Average Upscaling refers to the average resolution of the video source is lower than the resolution + of the playback device or screen.
+
+
+

B

+
+
backoff() - Method in class org.openapis.openapi.utils.RetryConfig
 
-
builder() - Static method in class io.fastpix.sdk.models.components.MediaMetadata
+
backoff() - Method in class org.openapis.openapi.utils.RetryConfig.Builder
+
+
Selects the default backoff retry strategy.
+
+
backoff(BackoffStrategy) - Method in class org.openapis.openapi.utils.RetryConfig.Builder
+
+
Selects and configures the backoff retry strategy.
+
+
BACKOFF - Enum constant in enum class org.openapis.openapi.utils.RetryConfig.Strategy
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Moderation
+
BackoffStrategy - Class in org.openapis.openapi.utils
+
+
Exponential Backoff Strategy with Jitter + + The duration between consecutive attempts is calculated as follows: + intervalMs = min(maxIntervalMs, initialIntervalMs*(baseFactor^attempts) +/- r) + where baseFactor is the base factor and r a random value between 0 and jitterFactor*intervalMs.
+
+
BackoffStrategy.Builder - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Pagination
+
baseFactor() - Method in class org.openapis.openapi.utils.BackoffStrategy
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
baseFactor(double) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Sets the backoff base factor.
+
+
baseUrl() - Method in class org.openapis.openapi.utils.Hook.AfterErrorContextImpl
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
+
baseUrl() - Method in class org.openapis.openapi.utils.Hook.AfterSuccessContextImpl
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PatchResponseData
+
baseUrl() - Method in class org.openapis.openapi.utils.Hook.BeforeRequestContextImpl
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PatchResponseDataMetadata
+
baseUrl() - Method in interface org.openapis.openapi.utils.Hook.HookContext
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
BasicAccessPolicy - Enum Class in org.openapis.openapi.models.components
+
+
BasicAccessPolicy
+
+
beaconDomain() - Method in class org.openapis.openapi.models.components.Views
+
+
Beacon Domain specifies the domain endpoint used by the player or SDK to send analytics or tracking + beacons for playback events.
+
+
beaconDomain(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Beacon Domain specifies the domain endpoint used by the player or SDK to send analytics or tracking + beacons for playback events.
+
+
beforeRequest(UnaryOperator<HttpRequest>) - Method in class org.openapis.openapi.utils.RecordingClient
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in interface org.openapis.openapi.utils.AsyncHook.BeforeRequest
+
+
Transforms the given HttpRequest before sending.
+
+
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class org.openapis.openapi.utils.AsyncHook.IdempotencyHook
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Placement
+
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class org.openapis.openapi.utils.AsyncHooks
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackId
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIdDomains
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIdRequest
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIdResponse
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIds
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.PlaybackSettings
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Security
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Segment1
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Segment2
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
-
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastRequest
+
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in interface org.openapis.openapi.utils.Hook.BeforeRequest
+
+
Transforms the given HttpRequest before sending.
+
+
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class org.openapis.openapi.utils.Hook.IdempotencyHook
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastResponse
+
beforeRequest(Hook.BeforeRequestContext, HttpRequest) - Method in class org.openapis.openapi.utils.Hooks
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
BeforeRequestContextImpl(SDKConfiguration, String, String, Optional<List<String>>, Optional<SecuritySource>) - Constructor for class org.openapis.openapi.utils.Hook.BeforeRequestContextImpl
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastResponseMetadata
+
BGBG - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
BGBG - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
+
BGBG - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
BigDecimalString - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
BigDecimalString(String) - Constructor for class org.openapis.openapi.utils.BigDecimalString
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
+
BigDecimalString(BigDecimal) - Constructor for class org.openapis.openapi.utils.BigDecimalString
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Subtitle
+
BigDecimalString.Deserializer - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SubtitleInput
+
BigDecimalString.Serializer - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.components.SubtitleMetadata
+
BigIntegerString - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Summary
+
BigIntegerString(String) - Constructor for class org.openapis.openapi.utils.BigIntegerString
 
-
builder() - Static method in class io.fastpix.sdk.models.components.Track
+
BigIntegerString(BigInteger) - Constructor for class org.openapis.openapi.utils.BigIntegerString
 
-
builder() - Static method in class io.fastpix.sdk.models.components.VideoInput
+
BigIntegerString.Deserializer - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.components.WatermarkInput
+
BigIntegerString.Serializer - Class in org.openapis.openapi.utils
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.BadRequestError
+
Blob - Class in org.openapis.openapi.utils
+
+
A utility class for creating data blobs from various input sources that implements HttpRequest.BodyPublisher.
+
+
BlockingParser<T> - Class in org.openapis.openapi.utils
+
+
Blocking parser that reads from a Reader and delegates to a StreamingParser.
+
+
BlockingParser(Reader, StreamingParser<T>) - Constructor for class org.openapis.openapi.utils.BlockingParser
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.BadRequestException
+
BN_BD - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.Field
+
BN_BD - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.ForbiddenError
+
BN_BD - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
BN_IN - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
BN_IN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
BN_IN - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
body() - Method in exception class org.openapis.openapi.models.errors.FastpixException
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
body() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
body() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
body() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.NotFoundError
+
body() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
+
Request body for creating playback id for an media
+
+
body() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
body() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
body() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
body() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
body() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
body() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
body() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
body() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
body() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
body() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
 
-
builder() - Static method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
body() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
body() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
body() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
body() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
body() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
body() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
body() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
body() - Method in class org.openapis.openapi.utils.reactive.EventStream
+
+
Returns the AsyncResponse body.
+
+
body() - Method in class org.openapis.openapi.utils.ResponseWithBody
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
body() - Method in class org.openapis.openapi.utils.SerializedBody
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
body() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.Data
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
body(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
body(PatchLiveStreamRequest) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
body(PatchLiveStreamRequest) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
body(PatchLiveStreamRequest) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
body(PlaybackIdRequest) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
body(PlaybackIdRequest) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
body(PlaybackIdRequest) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
body(SimulcastRequest) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
body(SimulcastRequest) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
body(SimulcastRequest) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
body(SimulcastUpdateRequest) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
body(SimulcastUpdateRequest) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
body(SimulcastUpdateRequest) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
+
body(TrackSubtitlesGenerateRequest) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
body(TrackSubtitlesGenerateRequest) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
body(TrackSubtitlesGenerateRequest) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
body(UpdatePlaylistRequest) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
body(UpdatePlaylistRequest) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
body(UpdatePlaylistRequest) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
body(UpdateTrackRequest) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
body(UpdateTrackRequest) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
body(UpdateTrackRequest) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
body(AddMediaTrackRequestBody) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
body(AddMediaTrackRequestBody) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetMediaRequest
+
body(AddMediaTrackRequestBody) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
body(CreateMediaPlaybackIdRequestBody) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
body(CreateMediaPlaybackIdRequestBody) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest.Builder
+
+
Request body for creating playback id for an media
+
+
body(CreateMediaPlaybackIdRequestBody) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
body(UpdatedMediaRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
body(UpdatedMediaRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
body(UpdatedMediaRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
body(UpdatedMp4SupportRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
body(UpdatedMp4SupportRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.Moderation
+
body(UpdatedMp4SupportRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
body(UpdateDomainRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
+
body(UpdateDomainRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
body(UpdateDomainRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
body(UpdatedSourceAccessRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.Subtitles
+
body(UpdatedSourceAccessRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.SubtitlesMetadata
+
body(UpdatedSourceAccessRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.Summary
+
body(UpdateMediaChaptersRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdatedMediaMetadata
+
body(UpdateMediaChaptersRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
body(UpdateMediaChaptersRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
body(UpdateMediaModerationRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
body(UpdateMediaModerationRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
body(UpdateMediaModerationRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
+
body(UpdateMediaNamedEntitiesRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
body(UpdateMediaNamedEntitiesRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
body(UpdateMediaNamedEntitiesRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
body(UpdateMediaSummaryRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.utils.BackoffStrategy
+
body(UpdateMediaSummaryRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.utils.Multipart
+
body(UpdateMediaSummaryRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.utils.Options
+
body(UpdateUserAgentRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
 
-
builder() - Static method in class io.fastpix.sdk.utils.Retries
+
body(UpdateUserAgentRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest.Builder
 
-
builder() - Static method in class io.fastpix.sdk.utils.RetryConfig
+
body(UpdateUserAgentRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
 
-
Builder() - Constructor for class io.fastpix.sdk.utils.Multipart.Builder
+
bodyAsBytes() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
 
-
buildUrl(String, Collection<QueryParameter>) - Static method in class io.fastpix.sdk.utils.HTTPRequest
+
bodyAsString() - Method in exception class org.openapis.openapi.models.errors.FastpixException
 
-
- - - -

C

-
-
CA_ES - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
bodyAsUtf8() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
 
-
cache(HttpResponse<InputStream>) - Static method in class io.fastpix.sdk.utils.Utils
+
bodyBytes(HttpRequest) - Static method in class org.openapis.openapi.utils.Helpers
-
Fully reads the body of the given response and caches it in memory.
+
Returns the request body as a byte array.
-
call() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.CreateMediaRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder
+
bodyPublisher() - Method in class org.openapis.openapi.utils.Multipart
 
-
call() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.GetMediaRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
-
 
-
call() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
+
bodyUtf8(HttpRequest) - Static method in class org.openapis.openapi.utils.Helpers
+
+
Returns the request body as a String assuming that the bytes of the request + body are encoded with UTF-8.
+
+
BOOLEAN_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
 
-
call() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
+
BOTTOM - Enum constant in enum class org.openapis.openapi.models.components.YAlign
 
-
CAPPED4K - io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
+
boundary() - Method in class org.openapis.openapi.utils.Multipart
+
+
Visible for tests.
+
+
BROWSER_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
CAPPED4K - io.fastpix.sdk.models.components.MediaMp4Support
+
BROWSER_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
CAPPED4K - io.fastpix.sdk.models.operations.Mp4Support
+
BROWSER_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
CENTER - io.fastpix.sdk.models.components.XAlign
+
BROWSER_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
chapters() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
browserEngine() - Method in class org.openapis.openapi.models.components.Views
-
Enable or disable the chapters feature for the media.
+
Browser Engine denotes the rendering engine used by the browser (e.g., Blink, Gecko, WebKit).
-
chapters() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
browserEngine(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
Enable or disable the chapters feature for the media.
+
Browser Engine denotes the rendering engine used by the browser (e.g., Blink, Gecko, WebKit).
-
chapters(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
browserName() - Method in class org.openapis.openapi.models.components.Views
-
Enable or disable the chapters feature for the media.
+
Browser Name denotes the software application utilized by the viewer to access and watch the video + content
-
chapters(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
browserName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
Enable or disable the chapters feature for the media.
+
Browser Name denotes the software application utilized by the viewer to access and watch the video + content
-
chapters(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
BrowserNameDimensiondetails - Class in org.openapis.openapi.models.components
+
 
+
BrowserNameDimensiondetails() - Constructor for class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
 
+
BrowserNameDimensiondetails(String, Long, Long) - Constructor for class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
 
+
BrowserNameDimensiondetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
browserVersion() - Method in class org.openapis.openapi.models.components.Views
-
Enable or disable the chapters feature for the media.
+
Browser Version signifies the specific version of the browser software employed by the viewer
-
chapters(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
browserVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
Enable or disable the chapters feature for the media.
+
Browser Version signifies the specific version of the browser software employed by the viewer
-
checkArgument(boolean, String) - Static method in class io.fastpix.sdk.utils.Utils
+
BUFFER_COUNT - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
checkNotNull(T, String) - Static method in class io.fastpix.sdk.utils.Utils
+
BUFFER_COUNT - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
client() - Method in class io.fastpix.sdk.utils.Hook.SdkInitData
+
BUFFER_COUNT - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
client(HTTPClient) - Method in class io.fastpix.sdk.FastPixSDK.Builder
-
-
Allows the default HTTP client to be overridden with a custom implementation.
-
-
close() - Method in class io.fastpix.sdk.utils.EventStream
+
BUFFER_FILL - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
close() - Method in class io.fastpix.sdk.utils.EventStreamLineReader
+
BUFFER_FILL - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
close() - Method in class io.fastpix.sdk.utils.EventStreamReader
+
BUFFER_FILL - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
closedCaptions() - Method in class io.fastpix.sdk.models.components.Track
-
-
Indicates if the track contains closed captions.
-
-
closedCaptions(boolean) - Method in class io.fastpix.sdk.models.components.Track.Builder
-
-
Indicates if the track contains closed captions.
-
-
closedCaptions(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.Track.Builder
-
-
Indicates if the track contains closed captions.
-
-
code() - Method in exception io.fastpix.sdk.models.errors.APIException
+
BUFFER_FREQUENCY - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
code() - Method in class io.fastpix.sdk.models.errors.BadRequestError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.ForbiddenError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
-
-
An error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
-
-
Displays the error code indicating the type of the error.
-
-
code() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
-
-
An error code indicating the type of the error.
-
-
code(double) - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(double) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(double) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(double) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(double) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(double) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(long) - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(long) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(long) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
-
-
An error code indicating the type of the error.
-
-
code(long) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(long) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
-
-
An error code indicating the type of the error.
-
-
code(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
-
-
An error code indicating the type of the error.
-
-
code(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
-
-
Displays the error code indicating the type of the error.
-
-
code(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
-
-
An error code indicating the type of the error.
-
-
configureSecurity(HTTPRequest, Object) - Static method in class io.fastpix.sdk.utils.Security
+
BUFFER_FREQUENCY - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
configureSecurity(HTTPRequest, Object) - Static method in class io.fastpix.sdk.utils.Utils
+
BUFFER_FREQUENCY - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
Constants - Class in io.fastpix.sdk.utils
+
BUFFER_RATIO - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
Constants() - Constructor for class io.fastpix.sdk.utils.Constants
+
BUFFER_RATIO - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
contentType() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
-
-
HTTP response content type for this operation
-
-
contentType() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
BUFFER_RATIO - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
bufferCount() - Method in class org.openapis.openapi.models.components.Views
-
HTTP response content type for this operation
+
Buffer Count represents the number of rebuffering events occurring during the video view.
-
contentType() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
bufferCount(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
-
HTTP response content type for this operation
+
Buffer Count represents the number of rebuffering events occurring during the video view.
-
contentType() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
bufferFill() - Method in class org.openapis.openapi.models.components.Views
-
HTTP response content type for this operation
+
Buffer Fill indicates the total time, in milliseconds, that viewers wait for rebuffering per video + view.
-
contentType() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
bufferFill(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
-
HTTP response content type for this operation
+
Buffer Fill indicates the total time, in milliseconds, that viewers wait for rebuffering per video + view.
-
contentType() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
bufferFrequency() - Method in class org.openapis.openapi.models.components.Views
-
HTTP response content type for this operation
+
Buffer Frequency measures the rate at which rebuffering events occur, expressed as events per + millisecond.
-
contentType() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
bufferFrequency(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
-
HTTP response content type for this operation
+
Buffer Frequency measures the rate at which rebuffering events occur, expressed as events per + millisecond.
-
contentType() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
bufferRatio() - Method in class org.openapis.openapi.models.components.Views
-
HTTP response content type for this operation
+
Buffer Ratio refers to the percentage of time during video playback where the viewer experiences + buffering or rebuffering events.
-
contentType() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
bufferRatio(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
-
HTTP response content type for this operation
+
Buffer Ratio refers to the percentage of time during video playback where the viewer experiences + buffering or rebuffering events.
-
contentType() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.Fastpix.Builder
-
HTTP response content type for this operation
+
Builds a new instance of the SDK.
-
contentType() - Method in class io.fastpix.sdk.utils.Multipart
+
build() - Method in class org.openapis.openapi.models.components.AddTrackRequest.Builder
 
-
contentType() - Method in interface io.fastpix.sdk.utils.Response
-
-
Returns the value of the Content-Type header.
-
-
contentType() - Method in class io.fastpix.sdk.utils.SerializedBody
+
build() - Method in class org.openapis.openapi.models.components.AddTrackResponse.Builder
 
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentType(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
-
-
HTTP response content type for this operation
-
-
contentTypeMatches(String, String) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.components.AiResponseRecord.Builder
 
-
convertToShape(Object, Utils.JsonShape, TypeReference<?>) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.components.AiSummaryRecord.Builder
 
-
convertToStringShape(TypeFactory, JavaType) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.components.AudioInput.Builder
 
-
copy(HttpRequest) - Static method in class io.fastpix.sdk.utils.Helpers
-
-
Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
-
-
copy(HttpRequest) - Static method in class io.fastpix.sdk.utils.Utils
-
-
Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
-
-
copy(HttpRequest, BiPredicate<String, String>) - Static method in class io.fastpix.sdk.utils.Helpers
-
-
Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
-
-
copy(HttpRequest, BiPredicate<String, String>) - Static method in class io.fastpix.sdk.utils.Utils
-
-
Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
-
-
corsOrigin() - Method in class io.fastpix.sdk.models.components.DirectUpload
-
-
Upload media directly from a device using the url name or enter '*' to allow all.
-
-
corsOrigin() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
-
-
Upload media directly from a device using the URL name or enter '*' to allow all.
-
-
corsOrigin(String) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
-
-
Upload media directly from a device using the url name or enter '*' to allow all.
-
-
corsOrigin(String) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder
-
-
Upload media directly from a device using the URL name or enter '*' to allow all.
-
-
corsOrigin(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
-
-
Upload media directly from a device using the url name or enter '*' to allow all.
-
-
createdAt() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
-
-
Time the media was created, defined as a localDateTime (UTC Time).
-
-
createdAt() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
-
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
-
-
createdAt() - Method in class io.fastpix.sdk.models.components.Media
-
-
Time the media was created, defined as a localDateTime (UTC Time).
-
-
createdAt() - Method in class io.fastpix.sdk.models.components.PatchResponseData
-
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
-
-
createdAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
-
-
Time the media was created, defined as a localDateTime (UTC Time).
-
-
createdAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
-
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
-
-
createdAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.Media.Builder
-
-
Time the media was created, defined as a localDateTime (UTC Time).
-
-
createdAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
-
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
-
-
createdAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
-
-
Time the media was created, defined as a localDateTime (UTC Time).
-
-
createdAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
-
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
-
-
createdAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.Media.Builder
-
-
Time the media was created, defined as a localDateTime (UTC Time).
-
-
createdAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
-
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
-
-
CreateLiveStreamRequest - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.AudioTrack.Builder
 
-
CreateLiveStreamRequest(PlaybackSettings, InputMediaSettings) - Constructor for class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
build() - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails.Builder
 
-
CreateLiveStreamRequest.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.ChaptersResponse.Builder
 
-
CreateLiveStreamRequestMaxResolution - Enum in io.fastpix.sdk.models.components
-
-
CreateLiveStreamRequestMaxResolution
-
-
CreateLiveStreamRequestMetadata - Class in io.fastpix.sdk.models.components
-
-
CreateLiveStreamRequestMetadata
-
-
CreateLiveStreamRequestMetadata() - Constructor for class io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata
+
build() - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest.Builder
 
-
CreateLiveStreamRequestMetadata.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
 
-
createMedia() - Method in class io.fastpix.sdk.InputVideo
-
-
Create media from URL
-
-
createMedia(Optional<? extends CreateMediaRequest>) - Method in class io.fastpix.sdk.InputVideo
-
-
Create media from URL
-
-
createMedia(Optional<? extends CreateMediaRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMedia
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
 
-
createMediaDirect() - Method in class io.fastpix.sdk.InputVideo
-
-
Create media from URL
-
-
createMediaPlaybackId() - Method in class io.fastpix.sdk.Playback
-
-
Create a playback ID
-
-
createMediaPlaybackId(String) - Method in class io.fastpix.sdk.Playback
-
-
Create a playback ID
-
-
createMediaPlaybackId(String, Optional<? extends CreateMediaPlaybackIdRequestBody>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateMediaPlaybackId
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions.Builder
 
-
createMediaPlaybackId(String, Optional<? extends CreateMediaPlaybackIdRequestBody>) - Method in class io.fastpix.sdk.Playback
-
-
Create a playback ID
-
-
CreateMediaPlaybackIdAccessPolicy - Enum in io.fastpix.sdk.models.operations
-
-
CreateMediaPlaybackIdAccessPolicy
-
-
CreateMediaPlaybackIdAccessRestrictions - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains.Builder
 
-
CreateMediaPlaybackIdAccessRestrictions() - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents.Builder
 
-
CreateMediaPlaybackIdAccessRestrictions(Optional<? extends CreateMediaPlaybackIdDomains>, Optional<? extends CreateMediaPlaybackIdUserAgents>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
 
-
CreateMediaPlaybackIdAccessRestrictions.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput.Builder
 
-
CreateMediaPlaybackIdDomains - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse.Builder
 
-
CreateMediaPlaybackIdDomains() - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
build() - Method in class org.openapis.openapi.models.components.CreatePlaybackId.Builder
 
-
CreateMediaPlaybackIdDomains(Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
build() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions.Builder
 
-
CreateMediaPlaybackIdDomains.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains.Builder
 
-
CreateMediaPlaybackIdDomainsDefaultPolicy - Enum in io.fastpix.sdk.models.operations
-
-
CreateMediaPlaybackIdDomainsDefaultPolicy
-
-
CreateMediaPlaybackIdRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents.Builder
 
-
CreateMediaPlaybackIdRequest(String) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder
 
-
CreateMediaPlaybackIdRequest(String, Optional<? extends CreateMediaPlaybackIdRequestBody>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
 
-
CreateMediaPlaybackIdRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.CreateResponse.Builder
 
-
CreateMediaPlaybackIdRequestBody - Class in io.fastpix.sdk.models.operations
-
-
CreateMediaPlaybackIdRequestBody
-
-
CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
build() - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO.Builder
 
-
CreateMediaPlaybackIdRequestBody(CreateMediaPlaybackIdAccessPolicy, Optional<? extends CreateMediaPlaybackIdAccessRestrictions>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
build() - Method in class org.openapis.openapi.models.components.Custom1.Builder
 
-
CreateMediaPlaybackIdRequestBody.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.Custom2.Builder
 
-
CreateMediaPlaybackIdRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.DataPagination.Builder
 
-
CreateMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallCreateMediaPlaybackId) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
+
build() - Method in class org.openapis.openapi.models.components.DateRange.Builder
 
-
CreateMediaPlaybackIdResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.DefaultError.Builder
 
-
CreateMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse.Builder
 
-
CreateMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>, Optional<? extends CreateMediaPlaybackIdResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
 
-
CreateMediaPlaybackIdResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.DirectUploadResponse.Builder
 
-
CreateMediaPlaybackIdResponseBody - Class in io.fastpix.sdk.models.operations
-
-
CreateMediaPlaybackIdResponseBody
-
-
CreateMediaPlaybackIdResponseBody() - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
build() - Method in class org.openapis.openapi.models.components.DomainRestrictions.Builder
 
-
CreateMediaPlaybackIdResponseBody(Optional<Boolean>, Optional<? extends Data>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
build() - Method in class org.openapis.openapi.models.components.DrmIdResponse.Builder
 
-
CreateMediaPlaybackIdResponseBody.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.Error.Builder
 
-
CreateMediaPlaybackIdUserAgents - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
 
-
CreateMediaPlaybackIdUserAgents() - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
build() - Method in class org.openapis.openapi.models.components.Event.Builder
 
-
CreateMediaPlaybackIdUserAgents(Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
build() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse.Builder
 
-
CreateMediaPlaybackIdUserAgents.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
 
-
CreateMediaPlaybackIdUserAgentsDefaultPolicy - Enum in io.fastpix.sdk.models.operations
-
-
CreateMediaPlaybackIdUserAgentsDefaultPolicy
-
-
CreateMediaRequest - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse.Builder
 
-
CreateMediaRequest(List<Input>, CreateMediaRequestAccessPolicy) - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequest
+
build() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse.Builder
 
-
CreateMediaRequest(List<Input>, Optional<? extends CreateMediaRequestMetadata>, Optional<? extends Subtitle>, CreateMediaRequestAccessPolicy, Optional<? extends CreateMediaRequestMp4Support>, Optional<Boolean>, Optional<Boolean>, Optional<? extends CreateMediaRequestMaxResolution>, Optional<? extends Summary>, Optional<Boolean>, Optional<Boolean>, Optional<? extends Moderation>, Optional<? extends CreateMediaRequestAccessRestrictions>) - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequest
+
build() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto.Builder
 
-
CreateMediaRequest.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
 
-
CreateMediaRequestAccessPolicy - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestAccessPolicy
-
-
CreateMediaRequestAccessRestrictions - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
 
-
CreateMediaRequestAccessRestrictions() - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO.Builder
 
-
CreateMediaRequestAccessRestrictions(Optional<? extends CreateMediaRequestDomains>, Optional<? extends CreateMediaRequestUserAgents>) - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData.Builder
 
-
CreateMediaRequestAccessRestrictions.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.GetStreamsResponse.Builder
 
-
CreateMediaRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.ImposeTrack.Builder
 
-
CreateMediaRequestBuilder(SDKMethodInterfaces.MethodCallCreateMedia) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaRequestBuilder
+
build() - Method in class org.openapis.openapi.models.components.InputMediaSettings.Builder
 
-
CreateMediaRequestDomains - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
 
-
CreateMediaRequestDomains() - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
build() - Method in class org.openapis.openapi.models.components.LiveSimulcast.Builder
 
-
CreateMediaRequestDomains(Optional<? extends CreateMediaRequestDomainsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
build() - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse.Builder
 
-
CreateMediaRequestDomains.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.LivestreamgetResponse.Builder
 
-
CreateMediaRequestDomainsDefaultPolicy - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestDomainsDefaultPolicy
-
-
CreateMediaRequestLanguageCode - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestLanguageCode
-
-
CreateMediaRequestMaxResolution - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestMaxResolution
-
-
CreateMediaRequestMetadata - Class in io.fastpix.sdk.models.components
-
-
CreateMediaRequestMetadata
-
-
CreateMediaRequestMetadata() - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestMetadata
+
build() - Method in class org.openapis.openapi.models.components.LiveStreamPagination.Builder
 
-
CreateMediaRequestMetadata.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO.Builder
 
-
CreateMediaRequestMp4Support - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestMp4Support
-
-
CreateMediaRequestType - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestType
-
-
CreateMediaRequestUserAgents - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.Media.Builder
 
-
CreateMediaRequestUserAgents() - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
build() - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
 
-
CreateMediaRequestUserAgents(Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
build() - Method in class org.openapis.openapi.models.components.MediaClipResponse.Builder
 
-
CreateMediaRequestUserAgents.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
 
-
CreateMediaRequestUserAgentsDefaultPolicy - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaRequestUserAgentsDefaultPolicy
-
-
CreateMediaResponse - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination.Builder
 
-
CreateMediaResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId.Builder
 
-
CreateMediaResponse() - Constructor for class io.fastpix.sdk.models.components.CreateMediaResponse
+
build() - Method in class org.openapis.openapi.models.components.MediaIdsRequest.Builder
 
-
CreateMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaResponse
+
build() - Method in class org.openapis.openapi.models.components.Metadata.Builder
 
-
CreateMediaResponse(String, int, HttpResponse<InputStream>, Optional<? extends CreateMediaResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaResponse
+
build() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder
 
-
CreateMediaResponse(Optional<String>, Optional<Boolean>, Optional<String>, Optional<OffsetDateTime>, Optional<OffsetDateTime>, Optional<? extends List<PlaybackId>>, Optional<? extends CreateMediaResponseMetadata>, Optional<? extends CreateMediaResponseMaxResolution>) - Constructor for class io.fastpix.sdk.models.components.CreateMediaResponse
+
build() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
 
-
CreateMediaResponse.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails.Builder
 
-
CreateMediaResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
 
-
CreateMediaResponseBody - Class in io.fastpix.sdk.models.operations
-
-
CreateMediaResponseBody
-
-
CreateMediaResponseBody() - Constructor for class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails.Builder
 
-
CreateMediaResponseBody(Optional<Boolean>, Optional<? extends CreateMediaResponse>) - Constructor for class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails.Builder
 
-
CreateMediaResponseBody.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails.Builder
 
-
CreateMediaResponseMaxResolution - Enum in io.fastpix.sdk.models.components
-
-
CreateMediaResponseMaxResolution
-
-
CreateMediaResponseMetadata - Class in io.fastpix.sdk.models.components
-
-
CreateMediaResponseMetadata
-
-
CreateMediaResponseMetadata() - Constructor for class io.fastpix.sdk.models.components.CreateMediaResponseMetadata
+
build() - Method in class org.openapis.openapi.models.components.Moderation.Builder
 
-
CreateMediaResponseMetadata.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.components.ModerationResponse.Builder
 
-
createNewStream() - Method in class io.fastpix.sdk.StartLiveStream
-
-
Create a new stream
-
-
createNewStream(Optional<? extends CreateLiveStreamRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateNewStream
+
build() - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse.Builder
 
-
createNewStream(Optional<? extends CreateLiveStreamRequest>) - Method in class io.fastpix.sdk.StartLiveStream
-
-
Create a new stream
-
-
createNewStreamDirect() - Method in class io.fastpix.sdk.StartLiveStream
-
-
Create a new stream
-
-
CreateNewStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.Pagination.Builder
 
-
CreateNewStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateNewStream) - Constructor for class io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder
+
build() - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest.Builder
 
-
CreateNewStreamResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
 
-
CreateNewStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.PatchResponseDTO.Builder
 
-
CreateNewStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends LiveStreamResponseDTO>) - Constructor for class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.Placement.Builder
 
-
CreateNewStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaybackId.Builder
 
-
createPlaybackIdOfStream() - Method in class io.fastpix.sdk.Playback
-
-
Create a playbackId
-
-
createPlaybackIdOfStream(String) - Method in class io.fastpix.sdk.Playback
-
-
Create a playbackId
-
-
createPlaybackIdOfStream(String, Optional<? extends PlaybackIdRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions.Builder
 
-
createPlaybackIdOfStream(String, Optional<? extends PlaybackIdRequest>) - Method in class io.fastpix.sdk.Playback
-
-
Create a playbackId
-
-
CreatePlaybackIdOfStreamRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdDomains.Builder
 
-
CreatePlaybackIdOfStreamRequest(String) - Constructor for class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdRequest.Builder
 
-
CreatePlaybackIdOfStreamRequest(String, Optional<? extends PlaybackIdRequest>) - Constructor for class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdResponse.Builder
 
-
CreatePlaybackIdOfStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse.Builder
 
-
CreatePlaybackIdOfStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData.Builder
 
-
CreatePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream) - Constructor for class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
+
build() - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents.Builder
 
-
CreatePlaybackIdOfStreamResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaybackSettings.Builder
 
-
CreatePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse.Builder
 
-
CreatePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends PlaybackIdResponse>) - Constructor for class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
 
-
CreatePlaybackIdOfStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
 
-
createSimulcastOfStream() - Method in class io.fastpix.sdk.SimulcastStream
-
-
Create a simulcast
-
-
createSimulcastOfStream(String) - Method in class io.fastpix.sdk.SimulcastStream
-
-
Create a simulcast
-
-
createSimulcastOfStream(String, Optional<? extends SimulcastRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallCreateSimulcastOfStream
+
build() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
 
-
createSimulcastOfStream(String, Optional<? extends SimulcastRequest>) - Method in class io.fastpix.sdk.SimulcastStream
-
-
Create a simulcast
-
-
CreateSimulcastOfStreamRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata.Builder
 
-
CreateSimulcastOfStreamRequest(String) - Constructor for class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse.Builder
 
-
CreateSimulcastOfStreamRequest(String, Optional<? extends SimulcastRequest>) - Constructor for class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse.Builder
 
-
CreateSimulcastOfStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
 
-
CreateSimulcastOfStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
 
-
CreateSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallCreateSimulcastOfStream) - Constructor for class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
+
build() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1.Builder
 
-
CreateSimulcastOfStreamResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2.Builder
 
-
CreateSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.Security.Builder
 
-
CreateSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends SimulcastResponse>) - Constructor for class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.SigningKeysPagination.Builder
 
-
CreateSimulcastOfStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse.Builder
 
-
createTestHTTPClient(SpeakeasyHTTPClient, String) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.components.SimulcastRequest.Builder
 
-
createTestHTTPClient(String) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.components.SimulcastResponse.Builder
 
-
credentials() - Method in class io.fastpix.sdk.utils.SessionManager.Session
+
build() - Method in class org.openapis.openapi.models.components.SimulcastResponseData.Builder
 
-
CS_CZ - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest.Builder
 
-
currentOffset() - Method in class io.fastpix.sdk.models.components.Pagination
-
-
Determines the current point for data retrieval within a paginated list.
-
-
currentOffset(long) - Method in class io.fastpix.sdk.models.components.Pagination.Builder
-
-
Determines the current point for data retrieval within a paginated list.
-
-
currentOffset(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Pagination.Builder
-
-
Determines the current point for data retrieval within a paginated list.
-
-
- - - -

D

-
-
DA_DK - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse.Builder
 
-
data() - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder
 
-
data() - Method in class io.fastpix.sdk.models.components.SimulcastResponse
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
 
-
data() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse.Builder
 
-
data() - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
-
-
Displays the result of the request.
-
-
data() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.components.SubtitleInput.Builder
 
-
data() - Method in class io.fastpix.sdk.utils.EventStreamMessage
+
build() - Method in class org.openapis.openapi.models.components.Subtitles.Builder
 
-
data(CreateMediaResponse) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
+
build() - Method in class org.openapis.openapi.models.components.SubtitleTrack.Builder
 
-
data(DirectUpload) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(GetCreateLiveStreamResponseDTO) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
-
-
Displays the result of the request.
-
-
data(GetCreateLiveStreamResponseDTO) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
-
-
Displays the result of the request.
-
-
data(Media) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
+
build() - Method in class org.openapis.openapi.models.components.Summary.Builder
 
-
data(Media) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
+
build() - Method in class org.openapis.openapi.models.components.SummaryResponse.Builder
 
-
data(PatchResponseData) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO.Builder
-
-
Displays the result of the request.
-
-
data(PlaybackIdResponseData) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
+
build() - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
 
-
data(SimulcastResponseData) - Method in class io.fastpix.sdk.models.components.SimulcastResponse.Builder
-
-
Displays the result of the request.
-
-
data(SimulcastUpdateResponseData) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
-
-
Displays the result of the request.
-
-
data(Data) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(Object) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(List<GetCreateLiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
-
-
Displays the result of the request.
-
-
data(List<Media>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends CreateMediaResponse>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
+
build() - Method in class org.openapis.openapi.models.components.TracksSubtitles.Builder
 
-
data(Optional<? extends DirectUpload>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends GetCreateLiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends GetCreateLiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends Media>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
+
build() - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest.Builder
 
-
data(Optional<? extends Media>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
+
build() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
 
-
data(Optional<? extends PatchResponseData>) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends PlaybackIdResponseData>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
+
build() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder
 
-
data(Optional<? extends SimulcastResponseData>) - Method in class io.fastpix.sdk.models.components.SimulcastResponse.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends SimulcastUpdateResponseData>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends Data>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends Object>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends List<GetCreateLiveStreamResponseDTO>>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
-
-
Displays the result of the request.
-
-
data(Optional<? extends List<Media>>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
-
-
Displays the result of the request.
-
-
Data - Class in io.fastpix.sdk.models.operations
-
-
Data
-
-
Data() - Constructor for class io.fastpix.sdk.models.operations.Data
+
build() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId.Builder
 
-
Data(Optional<? extends List<PlaybackId>>) - Constructor for class io.fastpix.sdk.models.operations.Data
+
build() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions.Builder
 
-
Data.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains.Builder
 
-
DE_AT - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents.Builder
 
-
DE_CH - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
 
-
DEDE - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest.Builder
 
-
DEFAULT - io.fastpix.sdk.utils.Utils.JsonShape
+
build() - Method in class org.openapis.openapi.models.components.UpdateTrackRequest.Builder
 
-
DEFAULT - Static variable in interface io.fastpix.sdk.utils.Hook.AfterError
-
-
The default action is to rethrow the given error.
-
-
DEFAULT - Static variable in interface io.fastpix.sdk.utils.Hook.AfterSuccess
-
-
The default action is to return the response untouched.
-
-
DEFAULT - Static variable in interface io.fastpix.sdk.utils.Hook.BeforeRequest
-
-
The default action is to return the request untouched.
-
-
DEFAULT - Static variable in interface io.fastpix.sdk.utils.Hook.SdkInit
-
-
The default action is to return the client untouched.
-
-
DEFAULT - Static variable in class io.fastpix.sdk.utils.Utf8UrlEncoder
+
build() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse.Builder
 
-
defaultPolicy() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
-
-
This sets the default behavior for domain access (either "allow" or "deny").
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
-
-
This sets the default behavior for user agent access (either "allow" or "deny").
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy(CreateMediaRequestDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy(PlaybackIdDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
-
-
This sets the default behavior for domain access (either "allow" or "deny").
-
-
defaultPolicy(PlaybackIdUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
-
-
This sets the default behavior for user agent access (either "allow" or "deny").
-
-
defaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy(Optional<? extends CreateMediaRequestDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy(Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy(Optional<? extends PlaybackIdDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
-
-
This sets the default behavior for domain access (either "allow" or "deny").
-
-
defaultPolicy(Optional<? extends PlaybackIdUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
-
-
This sets the default behavior for user agent access (either "allow" or "deny").
-
-
defaultPolicy(Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy(Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
defaultPolicy(Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
-
-
Specifies the default access policy for domains.
-
-
defaultPolicy(Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
-
-
Specifies the default access policy for user agents (browsers, bots, etc.).
-
-
DefaultSecuritySource(HasSecurity) - Constructor for class io.fastpix.sdk.SecuritySource.DefaultSecuritySource
+
build() - Method in class org.openapis.openapi.models.components.UserAgentRestrictions.Builder
 
-
deleteLiveStream() - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Delete a stream
-
-
deleteLiveStream(String) - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Delete a stream
-
-
deleteLiveStream(String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteLiveStream
+
build() - Method in class org.openapis.openapi.models.components.VideoInput.Builder
 
-
DeleteLiveStreamRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.VideoInputSegment1.Builder
 
-
DeleteLiveStreamRequest(String) - Constructor for class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
build() - Method in class org.openapis.openapi.models.components.VideoInputSegment2.Builder
 
-
DeleteLiveStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
 
-
DeleteLiveStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll.Builder
 
-
DeleteLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteLiveStream) - Constructor for class io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder
+
build() - Method in class org.openapis.openapi.models.components.Views.Builder
 
-
DeleteLiveStreamResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails.Builder
 
-
DeleteLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.ViewsCountResponse.Builder
 
-
DeleteLiveStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends LiveStreamDeleteResponse>) - Constructor for class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
build() - Method in class org.openapis.openapi.models.components.ViewsCountResponseData.Builder
 
-
DeleteLiveStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.components.ViewsList.Builder
 
-
deleteMedia() - Method in class io.fastpix.sdk.ManageVideos
-
-
Delete a media by ID
-
-
deleteMedia(String) - Method in class io.fastpix.sdk.ManageVideos
-
-
Delete a media by ID
-
-
deleteMedia(String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMedia
+
build() - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
 
-
deleteMediaPlaybackId() - Method in class io.fastpix.sdk.Playback
-
-
Delete a playback ID
-
-
deleteMediaPlaybackId(String, String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
+
build() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest.Builder
 
-
deleteMediaPlaybackId(String, String) - Method in class io.fastpix.sdk.Playback
-
-
Delete a playback ID
-
-
DeleteMediaPlaybackIdRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder
 
-
DeleteMediaPlaybackIdRequest(String, String) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest.Builder
 
-
DeleteMediaPlaybackIdRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody.Builder
 
-
DeleteMediaPlaybackIdRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder
 
-
DeleteMediaPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
build() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody.Builder
 
-
DeleteMediaPlaybackIdResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder
 
-
DeleteMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder
 
-
DeleteMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>, Optional<? extends DeleteMediaPlaybackIdResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder
 
-
DeleteMediaPlaybackIdResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder
 
-
DeleteMediaPlaybackIdResponseBody - Class in io.fastpix.sdk.models.operations
-
-
DeleteMediaPlaybackIdResponseBody
-
-
DeleteMediaPlaybackIdResponseBody() - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder
 
-
DeleteMediaPlaybackIdResponseBody(Optional<Boolean>) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder
 
-
DeleteMediaPlaybackIdResponseBody.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder
 
-
DeleteMediaRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder
 
-
DeleteMediaRequest(String) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder
 
-
DeleteMediaRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder
 
-
DeleteMediaRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder
 
-
DeleteMediaRequestBuilder(SDKMethodInterfaces.MethodCallDeleteMedia) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder
+
build() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder
 
-
DeleteMediaResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder
 
-
DeleteMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder
 
-
DeleteMediaResponse(String, int, HttpResponse<InputStream>, Optional<? extends DeleteMediaResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder
 
-
DeleteMediaResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder
 
-
DeleteMediaResponseBody - Class in io.fastpix.sdk.models.operations
-
-
DeleteMediaResponseBody
-
-
DeleteMediaResponseBody() - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder
 
-
DeleteMediaResponseBody(Optional<Boolean>) - Constructor for class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder
 
-
DeleteMediaResponseBody.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder
 
-
deletePlaybackIdOfStream() - Method in class io.fastpix.sdk.Playback
-
-
Delete a playbackId
-
-
deletePlaybackIdOfStream(String, String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder
 
-
deletePlaybackIdOfStream(String, String) - Method in class io.fastpix.sdk.Playback
-
-
Delete a playbackId
-
-
DeletePlaybackIdOfStreamRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder
 
-
DeletePlaybackIdOfStreamRequest(String, String) - Constructor for class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder
 
-
DeletePlaybackIdOfStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder
 
-
DeletePlaybackIdOfStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder
 
-
DeletePlaybackIdOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream) - Constructor for class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
build() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder
 
-
DeletePlaybackIdOfStreamResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder
 
-
DeletePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder
 
-
DeletePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends LiveStreamDeleteResponse>) - Constructor for class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder
 
-
DeletePlaybackIdOfStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder
 
-
deleteSimulcastOfStream() - Method in class io.fastpix.sdk.SimulcastStream
-
-
Delete a simulcast
-
-
deleteSimulcastOfStream(String, String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream
+
build() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder
 
-
deleteSimulcastOfStream(String, String) - Method in class io.fastpix.sdk.SimulcastStream
-
-
Delete a simulcast
-
-
DeleteSimulcastOfStreamRequest - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder
 
-
DeleteSimulcastOfStreamRequest(String, String) - Constructor for class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder
 
-
DeleteSimulcastOfStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder
 
-
DeleteSimulcastOfStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse.Builder
 
-
DeleteSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream) - Constructor for class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
build() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder
 
-
DeleteSimulcastOfStreamResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder
 
-
DeleteSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder
 
-
DeleteSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends SimulcastdeleteResponse>) - Constructor for class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder
 
-
DeleteSimulcastOfStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder
 
-
deny() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny() - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
-
-
A list of domains that are explicitly blocked from accessing the resource.
-
-
deny() - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
-
-
A list of specific user agents that are blocked.
-
-
deny() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
-
-
A list of domains that are explicitly blocked from accessing the resource.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
-
-
A list of specific user agents that are blocked.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
-
-
A list of domains that are explicitly blocked from accessing the resource.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
-
-
A list of specific user agents that are blocked.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
-
-
A list of domain names or patterns that are explicitly denied access.
-
-
deny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
-
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
-
-
DENY - io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder
 
-
DENY - io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder
 
-
DENY - io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder
 
-
DENY - io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder
 
-
DENY - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder
 
-
DENY - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder
 
-
DENY - io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder
 
-
DENY - io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder
 
-
DESC - io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder
 
-
DESC - io.fastpix.sdk.models.operations.ListMediaOrderBy
+
build() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse.Builder
 
-
description() - Method in class io.fastpix.sdk.models.errors.BadRequestError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.ForbiddenError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
-
-
A detailed explanation of the possible causes for the error.
-
-
description() - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(String) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
description(Optional<String>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
-
-
A detailed explanation of the possible causes for the error.
-
-
deserialize(JsonParser, DeserializationContext) - Method in class io.fastpix.sdk.utils.BigDecimalString.Deserializer
+
build() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder
 
-
deserialize(JsonParser, DeserializationContext) - Method in class io.fastpix.sdk.utils.BigIntegerString.Deserializer
+
build() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder
 
-
deserialize(JsonParser, DeserializationContext) - Method in class io.fastpix.sdk.utils.OneOfDeserializer
+
build() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder
 
-
Deserializer() - Constructor for class io.fastpix.sdk.utils.BigDecimalString.Deserializer
+
build() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder
 
-
Deserializer() - Constructor for class io.fastpix.sdk.utils.BigIntegerString.Deserializer
+
build() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder
 
-
Deserializers - Class in io.fastpix.sdk.utils
+
build() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder
 
-
Deserializers() - Constructor for class io.fastpix.sdk.utils.Deserializers
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder
 
-
DirectUpload - Class in io.fastpix.sdk.models.components
-
-
DirectUpload
-
-
DirectUpload() - Constructor for class io.fastpix.sdk.models.components.DirectUpload
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder
 
-
DirectUpload(Optional<String>, Optional<String>, Optional<String>, Optional<String>, Optional<Double>, Optional<String>, Optional<? extends DirectUploadResponse>) - Constructor for class io.fastpix.sdk.models.components.DirectUpload
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder
 
-
DirectUpload.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder
 
-
DirectUploadResponse - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder
 
-
DirectUploadResponse() - Constructor for class io.fastpix.sdk.models.components.DirectUploadResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder
 
-
DirectUploadResponse(Optional<? extends List<PlaybackId>>, Optional<? extends DirectUploadResponseMetadata>) - Constructor for class io.fastpix.sdk.models.components.DirectUploadResponse
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder
 
-
DirectUploadResponse.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder
 
-
DirectUploadResponseMetadata - Class in io.fastpix.sdk.models.components
-
-
DirectUploadResponseMetadata
-
-
DirectUploadResponseMetadata() - Constructor for class io.fastpix.sdk.models.components.DirectUploadResponseMetadata
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder
 
-
DirectUploadResponseMetadata.Builder - Class in io.fastpix.sdk.models.components
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder
 
-
directUploadVideoMedia() - Method in class io.fastpix.sdk.InputVideo
-
-
Upload media from device
-
-
directUploadVideoMedia(Optional<? extends DirectUploadVideoMediaRequest>) - Method in class io.fastpix.sdk.InputVideo
-
-
Upload media from device
-
-
directUploadVideoMedia(Optional<? extends DirectUploadVideoMediaRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder
 
-
DirectUploadVideoMediaAccessPolicy - Enum in io.fastpix.sdk.models.operations
-
-
DirectUploadVideoMediaAccessPolicy
-
-
DirectUploadVideoMediaAccessRestrictions - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder
 
-
DirectUploadVideoMediaAccessRestrictions() - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder
 
-
DirectUploadVideoMediaAccessRestrictions(Optional<? extends DirectUploadVideoMediaDomains>, Optional<? extends DirectUploadVideoMediaUserAgents>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.CancelUploadRequest.Builder
 
-
DirectUploadVideoMediaAccessRestrictions.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse.Builder
 
-
directUploadVideoMediaDirect() - Method in class io.fastpix.sdk.InputVideo
-
-
Upload media from device
-
-
DirectUploadVideoMediaDomains - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody.Builder
 
-
DirectUploadVideoMediaDomains() - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
build() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest.Builder
 
-
DirectUploadVideoMediaDomains(Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
build() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder
 
-
DirectUploadVideoMediaDomains.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest.Builder
 
-
DirectUploadVideoMediaDomainsDefaultPolicy - Enum in io.fastpix.sdk.models.operations
-
-
DirectUploadVideoMediaDomainsDefaultPolicy
-
-
DirectUploadVideoMediaMetadata - Class in io.fastpix.sdk.models.operations
-
-
DirectUploadVideoMediaMetadata
-
-
DirectUploadVideoMediaMetadata() - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
+
build() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder
 
-
DirectUploadVideoMediaMetadata.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.Configuration.Builder
 
-
DirectUploadVideoMediaRequest - Class in io.fastpix.sdk.models.operations
-
-
DirectUploadVideoMediaRequest
-
-
DirectUploadVideoMediaRequest(String) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder
 
-
DirectUploadVideoMediaRequest(String, Optional<? extends PushMediaSettings>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
 
-
DirectUploadVideoMediaRequest.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest.Builder
 
-
DirectUploadVideoMediaRequestBuilder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody.Builder
 
-
DirectUploadVideoMediaRequestBuilder(SDKMethodInterfaces.MethodCallDirectUploadVideoMedia) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder
+
build() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder
 
-
DirectUploadVideoMediaResponse - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody.Builder
 
-
DirectUploadVideoMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse.Builder
 
-
DirectUploadVideoMediaResponse(String, int, HttpResponse<InputStream>, Optional<? extends DirectUploadVideoMediaResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder
 
-
DirectUploadVideoMediaResponse.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest.Builder
 
-
DirectUploadVideoMediaResponseBody - Class in io.fastpix.sdk.models.operations
-
-
DirectUploadVideoMediaResponseBody
-
-
DirectUploadVideoMediaResponseBody() - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder
 
-
DirectUploadVideoMediaResponseBody(Optional<Boolean>, Optional<? extends DirectUpload>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder
 
-
DirectUploadVideoMediaResponseBody.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest.Builder
 
-
DirectUploadVideoMediaUserAgents - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder
 
-
DirectUploadVideoMediaUserAgents() - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
build() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest.Builder
 
-
DirectUploadVideoMediaUserAgents(Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
build() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder
 
-
DirectUploadVideoMediaUserAgents.Builder - Class in io.fastpix.sdk.models.operations
+
build() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest.Builder
 
-
DirectUploadVideoMediaUserAgentsDefaultPolicy - Enum in io.fastpix.sdk.models.operations
-
-
DirectUploadVideoMediaUserAgentsDefaultPolicy
-
-
discriminatorToString(Object) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder
 
-
domains() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest.Builder
 
-
domains() - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
-
-
Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
-
-
domains() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder
 
-
domains() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest.Builder
 
-
domains(CreateMediaRequestDomains) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder
 
-
domains(PlaybackIdDomains) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
-
-
Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
-
-
domains(CreateMediaPlaybackIdDomains) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
 
-
domains(DirectUploadVideoMediaDomains) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest.Builder
 
-
domains(Optional<? extends CreateMediaRequestDomains>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse.Builder
 
-
domains(Optional<? extends PlaybackIdDomains>) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
-
-
Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
-
-
domains(Optional<? extends CreateMediaPlaybackIdDomains>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody.Builder
 
-
domains(Optional<? extends DirectUploadVideoMediaDomains>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest.Builder
 
-
DOUBLE_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder
 
-
DRM - io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
+
build() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody.Builder
 
-
DRM - io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
+
build() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest.Builder
 
-
DRM - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
+
build() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder
 
-
duration() - Method in class io.fastpix.sdk.models.components.Media
-
-
The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
-
-
duration(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
-
-
The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
-
-
duration(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
-
-
The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
-
-
- - - -

E

-
-
EL_GR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest.Builder
 
-
emptyMapIfNull(Map<K, V>) - Static method in class io.fastpix.sdk.utils.Utils
+
build() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder
 
-
EN - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest.Builder
 
-
EN - io.fastpix.sdk.models.operations.LanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder
 
-
EN_AU - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
 
-
EN_CA - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains.Builder
 
-
EN_GB - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration.Builder
 
-
EN_IE - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest.Builder
 
-
EN_IN - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder
 
-
EN_NZ - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody.Builder
 
-
EN_US - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents.Builder
 
-
EN_ZA - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
build() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest.Builder
 
-
enable() - Method in class io.fastpix.sdk.utils.RetryConfig.Builder
-
-
Enables the selected strategy.
-
-
enable(boolean) - Method in class io.fastpix.sdk.utils.RetryConfig.Builder
-
-
Enables or disables the selected strategy.
-
-
enableRecording() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
-
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
-
-
enableRecording() - Method in class io.fastpix.sdk.models.components.PatchResponseData
-
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
-
-
enableRecording(boolean) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
-
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
-
-
enableRecording(boolean) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
-
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
-
-
enableRecording(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
-
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
-
-
enableRecording(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
-
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
-
-
encode(String) - Method in class io.fastpix.sdk.utils.Utf8UrlEncoder
+
build() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder
 
-
endTime() - Method in class io.fastpix.sdk.models.components.ImposeTrack
-
-
End time (in seconds) of the imposed audio in the video.
-
-
endTime() - Method in class io.fastpix.sdk.models.components.VideoInput
-
-
End time indicates where encoding should end within the video file.
-
-
endTime() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
-
End time indicates where encoding should end within the video file, in seconds.
-
-
endTime(double) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
-
-
End time indicates where encoding should end within the video file.
-
-
endTime(double) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
-
End time indicates where encoding should end within the video file, in seconds.
-
-
endTime(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
-
-
End time (in seconds) of the imposed audio in the video.
-
-
endTime(Optional<Double>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
-
-
End time indicates where encoding should end within the video file.
-
-
endTime(Optional<Double>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
-
End time indicates where encoding should end within the video file, in seconds.
-
-
endTime(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
-
-
End time (in seconds) of the imposed audio in the video.
-
-
ENUM - io.fastpix.sdk.utils.Types
+
build() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest.Builder
 
-
environmentVariable(String, String) - Static method in class io.fastpix.sdk.utils.Utils
-
-
Internal use.
-
-
equals(Object) - Method in class io.fastpix.sdk.models.components.AudioInput
+
build() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.File.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
build() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
build() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.CreateMediaResponseMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
build() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.DirectUploadResponseMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
build() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
build() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Input
+
build() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
build() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Media
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.MediaMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Moderation
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Pagination
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PatchResponseDataMetadata
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Placement
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
build() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
build() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
build() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.PlaybackSettings
+
build() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Security
+
build() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Segment1
+
build() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Segment2
+
build() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SegmentUnion
+
build() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
+
build() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
build() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
build() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
build() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastResponseMetadata
+
build() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
build() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
+
build() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
build() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
build() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
+
build() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Subtitle
+
build() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
build() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.SubtitleMetadata
+
build() - Method in class org.openapis.openapi.models.operations.ListErrorsData.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Summary
+
build() - Method in class org.openapis.openapi.models.operations.ListErrorsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.Track
+
build() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.VideoInput
+
build() - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
build() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.APIException
+
build() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
build() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
build() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.Field
+
build() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
build() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
build() - Method in class org.openapis.openapi.models.operations.ListMediaRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
build() - Method in class org.openapis.openapi.models.operations.ListMediaResponse.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
build() - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
build() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
build() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
build() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
build() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
build() - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
build() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
build() - Method in class org.openapis.openapi.models.operations.ListUploadsRequest.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
build() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse.Builder
 
-
equals(Object) - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
build() - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
build() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
build() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
build() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
build() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.Subtitles.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.Summary.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.Data
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
build() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
build() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
+
build() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.Input
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.Moderation
+
build() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
build() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
+
build() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
build() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
build() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
build() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.SubtitlesMetadata
+
build() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.Summary
+
build() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaMetadata
+
build() - Method in class org.openapis.openapi.utils.AsyncRetries.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
build() - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
build() - Method in class org.openapis.openapi.utils.HTTPRequest
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
build() - Method in class org.openapis.openapi.utils.Multipart.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
build() - Method in class org.openapis.openapi.utils.Options.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
+
build() - Method in class org.openapis.openapi.utils.Retries.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
build() - Method in class org.openapis.openapi.utils.RetryConfig.Builder
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.Fastpix
+
+
Get a new instance of the SDK builder to configure a new instance of the SDK.
+
+
builder() - Static method in class org.openapis.openapi.models.components.AddTrackRequest
 
-
equals(Object) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.components.AddTrackResponse
 
-
equals(Object) - Method in class io.fastpix.sdk.utils.BigDecimalString
+
builder() - Static method in class org.openapis.openapi.models.components.AiResponseRecord
 
-
equals(Object) - Method in class io.fastpix.sdk.utils.BigIntegerString
+
builder() - Static method in class org.openapis.openapi.models.components.AiSummaryRecord
 
-
equals(Object) - Method in class io.fastpix.sdk.utils.QueryParameter
+
builder() - Static method in class org.openapis.openapi.models.components.AudioInput
 
-
error() - Method in exception io.fastpix.sdk.models.errors.BadRequestException
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.NotFoundError
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
-
-
Returns the problem that has occured.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
-
-
Displays details about the reasons behind the request's failure.
-
-
error() - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
-
-
Returns the problem that has occured
-
-
error(BadRequestError) - Method in class io.fastpix.sdk.models.errors.BadRequestException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(ForbiddenError) - Method in class io.fastpix.sdk.models.errors.ForbiddenException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(InvalidPermissionError) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(MediaNotFoundError) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(MediaOrPlaybackNotFoundError) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(NotFoundErrorError) - Method in class io.fastpix.sdk.models.errors.NotFoundError.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(NotFoundErrorPlaybackIdError) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(NotFoundErrorSimulcastError) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(SimulcastUnavailableError) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
-
-
Returns the problem that has occured.
-
-
error(UnauthorizedError) - Method in class io.fastpix.sdk.models.errors.UnauthorizedException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(ValidationErrorResponseError) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
-
-
Returns the problem that has occured
-
-
error(Optional<? extends BadRequestError>) - Method in class io.fastpix.sdk.models.errors.BadRequestException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends ForbiddenError>) - Method in class io.fastpix.sdk.models.errors.ForbiddenException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends InvalidPermissionError>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends MediaNotFoundError>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends MediaOrPlaybackNotFoundError>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends NotFoundErrorError>) - Method in class io.fastpix.sdk.models.errors.NotFoundError.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends NotFoundErrorPlaybackIdError>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends NotFoundErrorSimulcastError>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends SimulcastUnavailableError>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
-
-
Returns the problem that has occured.
-
-
error(Optional<? extends UnauthorizedError>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedException.Builder
-
-
Displays details about the reasons behind the request's failure.
-
-
error(Optional<? extends ValidationErrorResponseError>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
-
-
Returns the problem that has occured
-
-
ES - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.AudioTrack
 
-
ES - io.fastpix.sdk.models.operations.LanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
 
-
ES_AR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.ChaptersResponse
 
-
ES_CL - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
 
-
ES_CO - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
 
-
ES_MX - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaRequest
 
-
ES_US - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
 
-
ESES - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
 
-
event() - Method in class io.fastpix.sdk.utils.EventStreamMessage
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
 
-
EventStream<T> - Class in io.fastpix.sdk.utils
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaResponse
 
-
EventStream(InputStream, TypeReference<T>, ObjectMapper, Optional<String>) - Constructor for class io.fastpix.sdk.utils.EventStream
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaResponseInput
 
-
EventStreamLineReader - Class in io.fastpix.sdk.utils
-
-
Converts CR-LF, LF, CR to LF
-
-
EventStreamLineReader(Reader) - Constructor for class io.fastpix.sdk.utils.EventStreamLineReader
+
builder() - Static method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
 
-
EventStreamMessage - Class in io.fastpix.sdk.utils
+
builder() - Static method in class org.openapis.openapi.models.components.CreatePlaybackId
 
-
EventStreamMessage(Optional<String>, Optional<String>, Optional<Integer>, String) - Constructor for class io.fastpix.sdk.utils.EventStreamMessage
+
builder() - Static method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
 
-
EventStreamReader - Class in io.fastpix.sdk.utils
+
builder() - Static method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
 
-
EventStreamReader(InputStream) - Constructor for class io.fastpix.sdk.utils.EventStreamReader
+
builder() - Static method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
 
-
exception() - Method in exception io.fastpix.sdk.utils.Retries.NonRetryableException
+
builder() - Static method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
 
-
expiresAt() - Method in class io.fastpix.sdk.utils.SessionManager.Session
+
builder() - Static method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
 
-
exponent() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
-
Deprecated. - -
-
-
exponent(double) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
-
-
Deprecated. - -
-
-
expungeSegments() - Method in class io.fastpix.sdk.models.components.VideoInput
-
-
The list of the startTime-endTime of the segments to be removed from the actual video.
-
-
expungeSegments(List<String>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
-
-
The list of the startTime-endTime of the segments to be removed from the actual video.
-
-
expungeSegments(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
-
-
The list of the startTime-endTime of the segments to be removed from the actual video.
-
-
extractByteArrayFromBody(HttpResponse<InputStream>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.components.CreateResponse
 
-
- - - -

F

-
-
fadeInLevel() - Method in class io.fastpix.sdk.models.components.ImposeTrack
-
-
Level of fade-in effect (in seconds) at the start of the imposed audio.
-
-
fadeInLevel(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
-
-
Level of fade-in effect (in seconds) at the start of the imposed audio.
-
-
fadeInLevel(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
-
-
Level of fade-in effect (in seconds) at the start of the imposed audio.
-
-
fadeOutLevel() - Method in class io.fastpix.sdk.models.components.ImposeTrack
-
-
Level of fade-out effect (in seconds) at the end of the imposed audio.
-
-
fadeOutLevel(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
-
-
Level of fade-out effect (in seconds) at the end of the imposed audio.
-
-
fadeOutLevel(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
-
-
Level of fade-out effect (in seconds) at the end of the imposed audio.
-
-
FailEarlyException(Exception) - Constructor for exception io.fastpix.sdk.utils.Hooks.FailEarlyException
+
builder() - Static method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
 
-
FastPixSDK - Class in io.fastpix.sdk
-
-
LIVE STREAMING API: The Live Stream APIs in FastPix simplifies the process of creating,managing, and distributing live content.
-
-
FastPixSDK.Builder - Class in io.fastpix.sdk
-
-
The Builder class allows the configuration of a new instance of the SDK.
-
-
field() - Method in class io.fastpix.sdk.models.errors.Field
-
-
Displays the specific field associated with the error.
-
-
field(String) - Method in class io.fastpix.sdk.models.errors.Field.Builder
-
-
Displays the specific field associated with the error.
-
-
field(Optional<String>) - Method in class io.fastpix.sdk.models.errors.Field.Builder
-
-
Displays the specific field associated with the error.
-
-
Field - Class in io.fastpix.sdk.models.errors
+
builder() - Static method in class org.openapis.openapi.models.components.Custom1
 
-
Field() - Constructor for class io.fastpix.sdk.models.errors.Field
+
builder() - Static method in class org.openapis.openapi.models.components.Custom2
 
-
Field(Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.Field
+
builder() - Static method in class org.openapis.openapi.models.components.DataPagination
 
-
Field.Builder - Class in io.fastpix.sdk.models.errors
+
builder() - Static method in class org.openapis.openapi.models.components.DateRange
 
-
fields() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
-
-
It is an array of objects, where each object contains information about a specific field and a corresponding error message.
-
-
fields(List<Field>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
-
-
It is an array of objects, where each object contains information about a specific field and a corresponding error message.
-
-
fields(Optional<? extends List<Field>>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
-
-
It is an array of objects, where each object contains information about a specific field and a corresponding error message.
-
-
FIFI - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.DefaultError
 
-
FINAL_BOUNDARY - io.fastpix.sdk.utils.Multipart.PartType
+
builder() - Static method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse
 
-
findComplexObjectWithNonEmptyAnnotatedField(Object, String...) - Static method in class io.fastpix.sdk.utils.Security
+
builder() - Static method in class org.openapis.openapi.models.components.DirectUpload
 
-
findFieldsWhereMetadataContainsRegexes(Object, String...) - Static method in class io.fastpix.sdk.utils.Security
+
builder() - Static method in class org.openapis.openapi.models.components.DirectUploadResponse
 
-
findStringValueWhereMetadataContainsRegexes(Object, String...) - Static method in class io.fastpix.sdk.utils.Security
+
builder() - Static method in class org.openapis.openapi.models.components.DomainRestrictions
 
-
findStringValueWhereMetadataNameIs(Object, String) - Static method in class io.fastpix.sdk.utils.Security
+
builder() - Static method in class org.openapis.openapi.models.components.DrmIdResponse
 
-
findValueWhereMetadataContainsRegexes(Object, String...) - Static method in class io.fastpix.sdk.utils.Security
+
builder() - Static method in class org.openapis.openapi.models.components.Error
 
-
FLOAT_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
+
builder() - Static method in class org.openapis.openapi.models.components.ErrorDetails
 
-
ForbiddenError - Class in io.fastpix.sdk.models.errors
-
-
ForbiddenError
-
-
ForbiddenError() - Constructor for class io.fastpix.sdk.models.errors.ForbiddenError
+
builder() - Static method in class org.openapis.openapi.models.components.Event
 
-
ForbiddenError(Optional<Long>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.ForbiddenError
+
builder() - Static method in class org.openapis.openapi.models.components.GenerateTrackResponse
 
-
ForbiddenError.Builder - Class in io.fastpix.sdk.models.errors
+
builder() - Static method in class org.openapis.openapi.models.components.GetAllMediaResponse
 
-
ForbiddenException - Exception in io.fastpix.sdk.models.errors
+
builder() - Static method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
 
-
ForbiddenException() - Constructor for exception io.fastpix.sdk.models.errors.ForbiddenException
+
builder() - Static method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
 
-
ForbiddenException(Optional<Boolean>, Optional<? extends ForbiddenError>) - Constructor for exception io.fastpix.sdk.models.errors.ForbiddenException
+
builder() - Static method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
 
-
ForbiddenException.Builder - Class in io.fastpix.sdk.models.errors
+
builder() - Static method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
 
-
FOUR_HUNDRED_AND_EIGHTYP - io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.GetMediaResponse
 
-
FOUR_HUNDRED_AND_EIGHTYP - io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
 
-
FOUR_HUNDRED_AND_EIGHTYP - io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
 
-
FOUR_HUNDRED_AND_EIGHTYP - io.fastpix.sdk.models.components.MediaMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.GetStreamsResponse
 
-
FOUR_HUNDRED_AND_EIGHTYP - io.fastpix.sdk.models.components.SourceResolution
+
builder() - Static method in class org.openapis.openapi.models.components.ImposeTrack
 
-
FOUR_HUNDRED_AND_EIGHTYP - io.fastpix.sdk.models.operations.MaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.InputMediaSettings
 
-
FR - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.LiveMediaClips
 
-
FR - io.fastpix.sdk.models.operations.LanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.LiveSimulcast
 
-
FR_BE - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse
 
-
FR_CA - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.LivestreamgetResponse
 
-
FR_CH - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.LiveStreamPagination
 
-
frameRate() - Method in class io.fastpix.sdk.models.components.Media
-
-
Frame rate quantifies the speed at which frames are displayed per second.
-
-
frameRate() - Method in class io.fastpix.sdk.models.components.Track
-
-
Frame rate quantifies the speed at which frames are displayed per second.
-
-
frameRate(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
-
-
Frame rate quantifies the speed at which frames are displayed per second.
-
-
frameRate(String) - Method in class io.fastpix.sdk.models.components.Track.Builder
-
-
Frame rate quantifies the speed at which frames are displayed per second.
-
-
frameRate(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
-
-
Frame rate quantifies the speed at which frames are displayed per second.
-
-
frameRate(Optional<String>) - Method in class io.fastpix.sdk.models.components.Track.Builder
-
-
Frame rate quantifies the speed at which frames are displayed per second.
-
-
FRFR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.AudioInputType
+
builder() - Static method in class org.openapis.openapi.models.components.Media
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.MediaCancelResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.MediaClipResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.MediaClipResponseData
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.MediaClipResponsePagination
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
+
builder() - Static method in class org.openapis.openapi.models.components.MediaIdsRequest
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestType
+
builder() - Static method in class org.openapis.openapi.models.components.Metadata
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsComparisonDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.MediaMaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsmetadataDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.MediaMp4Support
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.MediaPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.Moderation
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.ModerationResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.NamedEntitiesResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.SourceResolution
+
builder() - Static method in class org.openapis.openapi.models.components.Pagination
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.WatermarkInputType
+
builder() - Static method in class org.openapis.openapi.models.components.PatchResponseData
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.XAlign
+
builder() - Static method in class org.openapis.openapi.models.components.PatchResponseDTO
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.components.YAlign
+
builder() - Static method in class org.openapis.openapi.models.components.Placement
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackId
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdDomains
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdRequest
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.LanguageCode
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.ListMediaOrderBy
+
builder() - Static method in class org.openapis.openapi.models.components.PlaybackSettings
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.MaxResolution
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponse
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.Mp4Support
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
 
-
fromValue(String) - Static method in enum io.fastpix.sdk.models.operations.Type
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
 
-
- - - -

G

-
-
generate() - Method in class io.fastpix.sdk.models.components.Summary
-
-
Enable or disable the summary feature for the media.
-
-
generate() - Method in class io.fastpix.sdk.models.operations.Summary
-
-
Enable or disable the summary feature for the media.
-
-
generate(boolean) - Method in class io.fastpix.sdk.models.components.Summary.Builder
-
-
Enable or disable the summary feature for the media.
-
-
generate(boolean) - Method in class io.fastpix.sdk.models.operations.Summary.Builder
-
-
Enable or disable the summary feature for the media.
-
-
generate(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.Summary.Builder
-
-
Enable or disable the summary feature for the media.
-
-
generateURL(Class<T>, String, String, Optional<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
 
-
generateURL(Class<T>, String, String, JsonNullable<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
 
-
generateURL(Class<T>, String, String, T, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
 
-
generateURL(String, String) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistDeleteResponse
 
-
getAllStreams() - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Get all live streams
-
-
getAllStreams(Optional<String>, Optional<String>, Optional<? extends GetAllStreamsOrderBy>) - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Get all live streams
-
-
getAllStreams(Optional<String>, Optional<String>, Optional<? extends GetAllStreamsOrderBy>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetAllStreams
+
builder() - Static method in class org.openapis.openapi.models.components.PlaylistItem
 
-
getAllStreamsDirect() - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Get all live streams
-
-
GetAllStreamsOrderBy - Enum in io.fastpix.sdk.models.operations
-
-
GetAllStreamsOrderBy
-
-
GetAllStreamsRequest - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.PullVideoInput
 
-
GetAllStreamsRequest() - Constructor for class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
builder() - Static method in class org.openapis.openapi.models.components.PullVideoInputSegment1
 
-
GetAllStreamsRequest(Optional<String>, Optional<String>, Optional<? extends GetAllStreamsOrderBy>) - Constructor for class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
builder() - Static method in class org.openapis.openapi.models.components.PullVideoInputSegment2
 
-
GetAllStreamsRequest.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.Security
 
-
GetAllStreamsRequestBuilder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.SigningKeysPagination
 
-
GetAllStreamsRequestBuilder(SDKMethodInterfaces.MethodCallGetAllStreams) - Constructor for class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastdeleteResponse
 
-
GetAllStreamsResponse - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastRequest
 
-
GetAllStreamsResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastResponse
 
-
GetAllStreamsResponse(String, int, HttpResponse<InputStream>, Optional<? extends GetStreamsResponse>) - Constructor for class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastResponseData
 
-
GetAllStreamsResponse.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
 
-
GetCreateLiveStreamResponseDTO - Class in io.fastpix.sdk.models.components
-
-
GetCreateLiveStreamResponseDTO
-
-
GetCreateLiveStreamResponseDTO() - Constructor for class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
 
-
GetCreateLiveStreamResponseDTO(Optional<String>, Optional<String>, Optional<String>, Optional<Boolean>, Optional<String>, Optional<String>, Optional<Long>, Optional<OffsetDateTime>, Optional<Long>, Optional<Boolean>, Optional<String>, Optional<? extends GetCreateLiveStreamResponseDTOMetadata>, Optional<? extends List<PlaybackIds>>, Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse>) - Constructor for class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
builder() - Static method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
 
-
GetCreateLiveStreamResponseDTO.Builder - Class in io.fastpix.sdk.models.components
+
builder() - Static method in class org.openapis.openapi.models.components.SourceAccessMedia
 
-
GetCreateLiveStreamResponseDTOMetadata - Class in io.fastpix.sdk.models.components
-
-
GetCreateLiveStreamResponseDTOMetadata
-
-
GetCreateLiveStreamResponseDTOMetadata() - Constructor for class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
+
builder() - Static method in class org.openapis.openapi.models.components.SrtPlaybackResponse
 
-
GetCreateLiveStreamResponseDTOMetadata.Builder - Class in io.fastpix.sdk.models.components
+
builder() - Static method in class org.openapis.openapi.models.components.SubtitleInput
 
-
GetCreateLiveStreamResponseDTOSrtPlaybackResponse - Class in io.fastpix.sdk.models.components
-
-
GetCreateLiveStreamResponseDTOSrtPlaybackResponse
-
-
GetCreateLiveStreamResponseDTOSrtPlaybackResponse() - Constructor for class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
builder() - Static method in class org.openapis.openapi.models.components.Subtitles
 
-
GetCreateLiveStreamResponseDTOSrtPlaybackResponse(Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
builder() - Static method in class org.openapis.openapi.models.components.SubtitleTrack
 
-
GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder - Class in io.fastpix.sdk.models.components
+
builder() - Static method in class org.openapis.openapi.models.components.Summary
 
-
getHeadersFromMetadata(Object, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.components.SummaryResponse
 
-
getLiveStreamById() - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Get stream by ID
-
-
getLiveStreamById(String) - Method in class io.fastpix.sdk.ManageLiveStream
-
-
Get stream by ID
-
-
getLiveStreamById(String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamById
+
builder() - Static method in class org.openapis.openapi.models.components.TopErrorDetails
 
-
GetLiveStreamByIdRequest - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.TracksSubtitles
 
-
GetLiveStreamByIdRequest(String) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
builder() - Static method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
 
-
GetLiveStreamByIdRequest.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.UnusedDirectUpload
 
-
GetLiveStreamByIdRequestBuilder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
 
-
GetLiveStreamByIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamById) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder
+
builder() - Static method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
 
-
GetLiveStreamByIdResponse - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
 
-
GetLiveStreamByIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
builder() - Static method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
 
-
GetLiveStreamByIdResponse(String, int, HttpResponse<InputStream>, Optional<? extends LivestreamgetResponse>) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
builder() - Static method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
 
-
GetLiveStreamByIdResponse.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.UpdateMedia
 
-
getLiveStreamPlaybackId() - Method in class io.fastpix.sdk.Playback
-
-
Get stream's playbackId
-
-
getLiveStreamPlaybackId(String, String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId
+
builder() - Static method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
 
-
getLiveStreamPlaybackId(String, String) - Method in class io.fastpix.sdk.Playback
-
-
Get stream's playbackId
-
-
GetLiveStreamPlaybackIdRequest - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.UpdateTrackRequest
 
-
GetLiveStreamPlaybackIdRequest(String, String) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
builder() - Static method in class org.openapis.openapi.models.components.UpdateTrackResponse
 
-
GetLiveStreamPlaybackIdRequest.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.UserAgentRestrictions
 
-
GetLiveStreamPlaybackIdRequestBuilder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.VideoInput
 
-
GetLiveStreamPlaybackIdRequestBuilder(SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder
+
builder() - Static method in class org.openapis.openapi.models.components.VideoInputSegment1
 
-
GetLiveStreamPlaybackIdResponse - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.VideoInputSegment2
 
-
GetLiveStreamPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
builder() - Static method in class org.openapis.openapi.models.components.VideoTrack
 
-
GetLiveStreamPlaybackIdResponse(String, int, HttpResponse<InputStream>, Optional<? extends PlaybackIdResponse>) - Constructor for class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
builder() - Static method in class org.openapis.openapi.models.components.VideoTrackForGetAll
 
-
GetLiveStreamPlaybackIdResponse.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.Views
 
-
getMapper() - Static method in class io.fastpix.sdk.utils.JSON
+
builder() - Static method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
 
-
getMedia() - Method in class io.fastpix.sdk.ManageVideos
-
-
Get a media by ID
-
-
getMedia(String) - Method in class io.fastpix.sdk.ManageVideos
-
-
Get a media by ID
-
-
getMedia(String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetMedia
+
builder() - Static method in class org.openapis.openapi.models.components.ViewsCountResponse
 
-
GetMediaRequest - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.ViewsCountResponseData
 
-
GetMediaRequest(String) - Constructor for class io.fastpix.sdk.models.operations.GetMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.components.ViewsList
 
-
GetMediaRequest.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.components.WatermarkInput
 
-
GetMediaRequestBuilder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
 
-
GetMediaRequestBuilder(SDKMethodInterfaces.MethodCallGetMedia) - Constructor for class io.fastpix.sdk.models.operations.GetMediaRequestBuilder
+
builder() - Static method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
 
-
GetMediaResponse - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
 
-
GetMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.GetMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
 
-
GetMediaResponse(String, int, HttpResponse<InputStream>, Optional<? extends GetMediaResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.GetMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
 
-
GetMediaResponse.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
 
-
GetMediaResponseBody - Class in io.fastpix.sdk.models.operations
-
-
GetMediaResponseBody
-
-
GetMediaResponseBody() - Constructor for class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
 
-
GetMediaResponseBody(Optional<Boolean>, Optional<? extends Media>) - Constructor for class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
 
-
GetMediaResponseBody.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
 
-
getQueryParams(Class<T>, Optional<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
 
-
getQueryParams(Class<T>, JsonNullable<? extends T>, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
 
-
getQueryParams(Class<T>, T, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
 
-
getSecurity() - Method in class io.fastpix.sdk.SecuritySource.DefaultSecuritySource
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
 
-
getSecurity() - Method in interface io.fastpix.sdk.SecuritySource
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
 
-
getSession(T, Optional<List<String>>, Function<List<String>, SessionManager.Session<T>>) - Method in class io.fastpix.sdk.utils.SessionManager
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
 
-
getSpecificSimulcastOfStream() - Method in class io.fastpix.sdk.SimulcastStream
-
-
Get a specific simulcast of a stream
-
-
getSpecificSimulcastOfStream(String, String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
 
-
getSpecificSimulcastOfStream(String, String) - Method in class io.fastpix.sdk.SimulcastStream
-
-
Get a specific simulcast of a stream
-
-
GetSpecificSimulcastOfStreamRequest - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
 
-
GetSpecificSimulcastOfStreamRequest(String, String) - Constructor for class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
 
-
GetSpecificSimulcastOfStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
 
-
GetSpecificSimulcastOfStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
 
-
GetSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream) - Constructor for class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
 
-
GetSpecificSimulcastOfStreamResponse - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
 
-
GetSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
 
-
GetSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends SimulcastResponse>) - Constructor for class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
 
-
GetSpecificSimulcastOfStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
 
-
getStreamsResponse() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
-
-
All streams retrieved sucessfully
-
-
getStreamsResponse(GetStreamsResponse) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
-
-
All streams retrieved sucessfully
-
-
getStreamsResponse(Optional<? extends GetStreamsResponse>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
-
-
All streams retrieved sucessfully
-
-
GetStreamsResponse - Class in io.fastpix.sdk.models.components
-
-
GetStreamsResponse
-
-
GetStreamsResponse() - Constructor for class io.fastpix.sdk.models.components.GetStreamsResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
 
-
GetStreamsResponse(Optional<Boolean>, Optional<? extends List<GetCreateLiveStreamResponseDTO>>, Optional<? extends Pagination>) - Constructor for class io.fastpix.sdk.models.components.GetStreamsResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
 
-
GetStreamsResponse.Builder - Class in io.fastpix.sdk.models.components
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
 
-
getType(Class<?>) - Static method in enum io.fastpix.sdk.utils.Types
+
builder() - Static method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
 
-
- - - -

H

-
-
HAS_CLIENT_CREDENTIALS_BASIC - Static variable in class io.fastpix.sdk.utils.Constants
+
builder() - Static method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.AudioInput
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.CreateMediaResponseMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetMediaResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.DirectUpload
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.DirectUploadResponseMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Input
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Media
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.MediaMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListMediaResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Moderation
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Pagination
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
builder() - Static method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PatchResponseDataMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Placement
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackId
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.PlaybackSettings
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Security
+
builder() - Static method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Segment1
+
builder() - Static method in class org.openapis.openapi.models.operations.CancelUploadRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Segment2
+
builder() - Static method in class org.openapis.openapi.models.operations.CancelUploadResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SegmentUnion
+
builder() - Static method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
builder() - Static method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastResponseMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.Configuration
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Subtitle
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateMediaResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.SubtitleMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Summary
+
builder() - Static method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.Track
+
builder() - Static method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.VideoInput
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.APIException
+
builder() - Static method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.Field
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaRequest
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaResponse
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
builder() - Static method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
builder() - Static method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
 
-
hashCode() - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
 
-
hashCode() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
builder() - Static method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.File
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.Data
+
builder() - Static method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
builder() - Static method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
builder() - Static method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdData
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.Input
+
builder() - Static method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.Moderation
+
builder() - Static method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
builder() - Static method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.Subtitles
+
builder() - Static method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.SubtitlesMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.Summary
+
builder() - Static method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaMetadata
+
builder() - Static method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
builder() - Static method in class org.openapis.openapi.models.operations.ListByTopContentRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.ListByTopContentResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
builder() - Static method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
builder() - Static method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
builder() - Static method in class org.openapis.openapi.models.operations.ListDimensionsResponse
 
-
hashCode() - Method in class io.fastpix.sdk.utils.BigDecimalString
+
builder() - Static method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
 
-
hashCode() - Method in class io.fastpix.sdk.utils.BigIntegerString
+
builder() - Static method in class org.openapis.openapi.models.operations.ListErrorsData
 
-
hashCode() - Method in class io.fastpix.sdk.utils.QueryParameter
+
builder() - Static method in class org.openapis.openapi.models.operations.ListErrorsRequest
 
-
hasRequiredScopes(List<String>, Optional<List<String>>) - Static method in class io.fastpix.sdk.utils.SessionManager
+
builder() - Static method in class org.openapis.openapi.models.operations.ListErrorsResponse
 
-
HasSecurity - Interface in io.fastpix.sdk.utils
-
-
Implemented by classes that have security annotations on fields.
-
-
hasTokenExpired(Optional<OffsetDateTime>, OffsetDateTime) - Static method in class io.fastpix.sdk.utils.SessionManager
+
builder() - Static method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListMediaRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListMediaResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.Subtitles
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.Summary
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
 
-
HE_IL - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
 
-
headers() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
 
-
height() - Method in class io.fastpix.sdk.models.components.Track
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
 
+
builder() - Static method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
builder() - Static method in class org.openapis.openapi.utils.AsyncRetries
+
 
+
builder() - Static method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
builder() - Static method in class org.openapis.openapi.utils.Multipart
+
 
+
builder() - Static method in class org.openapis.openapi.utils.Options
+
 
+
builder() - Static method in class org.openapis.openapi.utils.Retries
+
 
+
builder() - Static method in class org.openapis.openapi.utils.RetryConfig
+
 
+
Builder() - Constructor for class org.openapis.openapi.utils.Multipart.Builder
+
 
+
buildUrl(String, Collection<QueryParameter>) - Static method in class org.openapis.openapi.utils.HTTPRequest
+
 
+
+

C

+
+
CA_ES - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
CA_ES - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
CA_ES - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
cache(HttpResponse<InputStream>) - Static method in class org.openapis.openapi.utils.Utils
-
Track height denotes the range of height applicable to a specific track.
+
Fully reads the body of the given response and caches it in memory.
-
height() - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
call() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder
-
Height of the watermark in percentage or pixels.
+
Executes the request and returns the response.
-
height(double) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
call() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder
-
Track height denotes the range of height applicable to a specific track.
+
Executes the request and returns the response.
-
height(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder
-
Height of the watermark in percentage or pixels.
+
Executes the request and returns the response.
-
height(Optional<Double>) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder
-
Track height denotes the range of height applicable to a specific track.
+
Executes the request and returns the response.
-
height(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.CancelUploadRequestBuilder
-
Height of the watermark in percentage or pixels.
+
Executes the request and returns the response.
-
Helpers - Class in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder
-
Public helper methods for use by customers and end-users.
+
Executes the request and returns the response.
-
Helpers() - Constructor for class io.fastpix.sdk.utils.Helpers
-
 
-
HI_IN - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
Hook - Class in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamRequestBuilder
-
Holder class for hook-associated types.
+
Executes the request and returns the response.
-
Hook.AfterError - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistRequestBuilder
-
Specifies what happens if a request action throws an Exception.
+
Executes the request and returns the response.
-
Hook.AfterErrorContext - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder
-
Context for an AfterError hook call.
+
Executes the request and returns the response.
-
Hook.AfterErrorContextImpl - Class in io.fastpix.sdk.utils
-
 
-
Hook.AfterSuccess - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreateMediaRequestBuilder
-
Specifies how a response is transformed before response processing.
+
Executes the request and returns the response.
-
Hook.AfterSuccessContext - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamRequestBuilder
-
Context for an AfterSuccess hook call.
+
Executes the request and returns the response.
-
Hook.AfterSuccessContextImpl - Class in io.fastpix.sdk.utils
-
 
-
Hook.BeforeRequest - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder
-
Specifies how a request is transformed before sending.
+
Executes the request and returns the response.
-
Hook.BeforeRequestContext - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyRequestBuilder
-
Context for a BeforeRequest hook call.
+
Executes the request and returns the response.
-
Hook.BeforeRequestContextImpl - Class in io.fastpix.sdk.utils
-
 
-
Hook.HookContext - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder
-
Context for a hook call.
+
Executes the request and returns the response.
-
Hook.IdempotencyHook - Class in io.fastpix.sdk.utils
-
 
-
Hook.SdkInit - Interface in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistRequestBuilder
-
Transforms the HTTPClient before use.
+
Executes the request and returns the response.
-
Hook.SdkInitData - Class in io.fastpix.sdk.utils
-
 
-
Hooks - Class in io.fastpix.sdk.utils
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamRequestBuilder
-
Registers hooks for use at runtime by an end-user or for use by a customer - that may edit the SDKHooks.java file.
+
Executes the request and returns the response.
-
Hooks() - Constructor for class io.fastpix.sdk.utils.Hooks
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder
-
Constructor.
+
Executes the request and returns the response.
-
Hooks.FailEarlyException - Exception in io.fastpix.sdk.utils
-
 
-
HRHR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
HTTPClient - Interface in io.fastpix.sdk.utils
-
 
-
HTTPRequest - Class in io.fastpix.sdk.utils
-
 
-
HTTPRequest(String, String) - Constructor for class io.fastpix.sdk.utils.HTTPRequest
-
 
-
HttpResponseCached(HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.utils.Utils.HttpResponseCached
-
 
-
HUHU - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
- - - -

I

-
-
id() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder
-
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.models.components.DirectUpload
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaRequestBuilder
-
When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.models.components.Media
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.models.components.PlaybackId
+
call() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder
-
A unique identifier is generated by FastPix for the playbacks.
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyRequestBuilder
-
Unique identifier for the playbackId
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
call() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder
-
Unique identifier for the playbackId
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.models.components.Track
+
call() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaRequestBuilder
-
FastPix generates a unique identifier for each track.
+
Executes the request and returns the response.
-
id() - Method in class io.fastpix.sdk.utils.EventStreamMessage
-
 
-
id(String) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamRequestBuilder
-
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
Executes the request and returns the response.
-
id(String) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamRequestBuilder
-
When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
id(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
id(String) - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder
-
A unique identifier is generated by FastPix for the playbacks.
+
Executes the request and returns the response.
-
id(String) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
-
Unique identifier for the playbackId
+
Executes the request and returns the response.
-
id(String) - Method in class io.fastpix.sdk.models.components.PlaybackIds.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdRequestBuilder
-
Unique identifier for the playbackId
+
Executes the request and returns the response.
-
id(String) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder
-
FastPix generates a unique identifier for each track.
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdRequestBuilder
-
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder
-
When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdRequestBuilder
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackId.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
-
A unique identifier is generated by FastPix for the playbacks.
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetMediaRequestBuilder
-
Unique identifier for the playbackId
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIds.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryRequestBuilder
-
Unique identifier for the playbackId
+
Executes the request and returns the response.
-
id(Optional<String>) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder
-
FastPix generates a unique identifier for each track.
+
Executes the request and returns the response.
-
IdempotencyHook() - Constructor for class io.fastpix.sdk.utils.Hook.IdempotencyHook
-
 
-
IDID - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
ImposeTrack - Class in io.fastpix.sdk.models.components
-
 
-
ImposeTrack() - Constructor for class io.fastpix.sdk.models.components.ImposeTrack
-
 
-
ImposeTrack(Optional<String>, Optional<Long>, Optional<Long>, Optional<Long>, Optional<Long>) - Constructor for class io.fastpix.sdk.models.components.ImposeTrack
-
 
-
ImposeTrack.Builder - Class in io.fastpix.sdk.models.components
-
 
-
imposeTracks() - Method in class io.fastpix.sdk.models.components.AudioInput
+
call() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdRequestBuilder
-
List of additional audio tracks to overlay on the video.
+
Executes the request and returns the response.
-
imposeTracks(List<ImposeTrack>) - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdRequestBuilder
-
List of additional audio tracks to overlay on the video.
+
Executes the request and returns the response.
-
imposeTracks(Optional<? extends List<ImposeTrack>>) - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder
-
List of additional audio tracks to overlay on the video.
+
Executes the request and returns the response.
-
initialInterval(long, TimeUnit) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataRequestBuilder
-
Sets the initial interval
+
Executes the request and returns the response.
-
initialIntervalMs() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
Input - Class in io.fastpix.sdk.models.components
-
 
-
Input - Class in io.fastpix.sdk.models.operations
-
 
-
Input._Deserializer - Class in io.fastpix.sdk.models.components
-
 
-
Input._Deserializer - Class in io.fastpix.sdk.models.operations
-
 
-
inputMediaSettings() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
call() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsRequestBuilder
-
Displays the result of the input Media settings.
+
Executes the request and returns the response.
-
inputMediaSettings(InputMediaSettings) - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesRequestBuilder
-
Displays the result of the input Media settings.
+
Executes the request and returns the response.
-
InputMediaSettings - Class in io.fastpix.sdk.models.components
+
call() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
-
InputMediaSettings
+
Executes the request and returns the response.
-
InputMediaSettings() - Constructor for class io.fastpix.sdk.models.components.InputMediaSettings
-
 
-
InputMediaSettings(Optional<? extends CreateLiveStreamRequestMaxResolution>, Optional<Long>, Optional<? extends MediaPolicy>, Optional<? extends CreateLiveStreamRequestMetadata>) - Constructor for class io.fastpix.sdk.models.components.InputMediaSettings
-
 
-
InputMediaSettings.Builder - Class in io.fastpix.sdk.models.components
-
 
-
inputs() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
inputs() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
inputs(List<Input>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
-
 
-
inputs(List<Input>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
 
-
inputs(Optional<? extends List<Input>>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
 
-
inputVideo() - Method in class io.fastpix.sdk.FastPixSDK
-
 
-
InputVideo - Class in io.fastpix.sdk
-
 
-
insertAt() - Method in class io.fastpix.sdk.models.components.Segment1
+
call() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
-
The timestamp at which the segment should be inserted.
+
Executes the request and returns the response.
-
insertAt(long) - Method in class io.fastpix.sdk.models.components.Segment1.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsRequestBuilder
-
The timestamp at which the segment should be inserted.
+
Executes the request and returns the response.
-
insertAtEnd() - Method in class io.fastpix.sdk.models.components.Segment2
+
call() - Method in class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
-
Flag indicating the segment should be inserted at the end.
+
Executes the request and returns the response.
-
insertAtEnd(boolean) - Method in class io.fastpix.sdk.models.components.Segment2.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
-
Flag indicating the segment should be inserted at the end.
+
Executes the request and returns the response.
-
INTEGER_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
-
 
-
introUrl() - Method in class io.fastpix.sdk.models.components.VideoInput
+
call() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
-
The url of the intro video which is to be added at the start of the video.
+
Executes the request and returns the response.
-
introUrl(String) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
-
The url of the intro video which is to be added at the start of the video.
+
Executes the request and returns the response.
-
introUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
-
The url of the intro video which is to be added at the start of the video.
+
Executes the request and returns the response.
-
InvalidPermissionError - Class in io.fastpix.sdk.models.errors
+
call() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsRequestBuilder
-
InvalidPermissionError
+
Executes the request and returns the response.
-
InvalidPermissionError() - Constructor for class io.fastpix.sdk.models.errors.InvalidPermissionError
-
 
-
InvalidPermissionError(Optional<Long>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.InvalidPermissionError
-
 
-
InvalidPermissionError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
InvalidPermissionException - Exception in io.fastpix.sdk.models.errors
-
 
-
InvalidPermissionException() - Constructor for exception io.fastpix.sdk.models.errors.InvalidPermissionException
-
 
-
InvalidPermissionException(Optional<Boolean>, Optional<? extends InvalidPermissionError>) - Constructor for exception io.fastpix.sdk.models.errors.InvalidPermissionException
-
 
-
InvalidPermissionException.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
io.fastpix.sdk - package io.fastpix.sdk
-
 
-
io.fastpix.sdk.models.components - package io.fastpix.sdk.models.components
-
 
-
io.fastpix.sdk.models.errors - package io.fastpix.sdk.models.errors
-
 
-
io.fastpix.sdk.models.operations - package io.fastpix.sdk.models.operations
-
 
-
io.fastpix.sdk.utils - package io.fastpix.sdk.utils
-
 
-
isEmpty() - Method in class io.fastpix.sdk.utils.EventStreamMessage
-
 
-
isEnabled() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
call() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder
-
When the value is true, the simulcast will be enabled for the given stream
+
Executes the request and returns the response.
-
isEnabled() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
call() - Method in class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
-
When the value is set to false, the simulcast will be disabled for the given stream.
+
Executes the request and returns the response.
-
isEnabled() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
call() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsRequestBuilder
-
When the value is set to false, the simulcast will be disabled for the given stream
+
Executes the request and returns the response.
-
isEnabled(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoRequestBuilder
-
When the value is true, the simulcast will be enabled for the given stream
+
Executes the request and returns the response.
-
isEnabled(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder
-
When the value is set to false, the simulcast will be disabled for the given stream.
+
Executes the request and returns the response.
-
isEnabled(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder
-
When the value is set to false, the simulcast will be disabled for the given stream
+
Executes the request and returns the response.
-
isEnabled(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder
-
When the value is true, the simulcast will be enabled for the given stream
+
Executes the request and returns the response.
-
isEnabled(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
-
When the value is set to false, the simulcast will be disabled for the given stream.
+
Executes the request and returns the response.
-
isEnabled(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder
-
When the value is set to false, the simulcast will be disabled for the given stream
+
Executes the request and returns the response.
-
isPresentAndNotNull(Optional<?>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
isPresentAndNotNull(JsonNullable<?>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
IT - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
-
 
-
IT - io.fastpix.sdk.models.operations.LanguageCode
-
 
-
IT_CH - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
ITIT - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
- - - -

J

-
-
JA_JP - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
jitterFactor() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
jitterFactor(double) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder
-
Sets the jitter factor used to randomize the backoff interval.
+
Executes the request and returns the response.
-
json(EventStreamMessage, ObjectMapper, boolean) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
JSON - Class in io.fastpix.sdk.utils
-
 
-
JSON() - Constructor for class io.fastpix.sdk.utils.JSON
-
 
-
- - - -

K

-
-
KO_KR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
- - - -

L

-
-
languageCode() - Method in class io.fastpix.sdk.models.components.Subtitle
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder
-
Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
+
Executes the request and returns the response.
-
languageCode() - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder
-
The BCP 47 language code representing the language of the generated track.
+
Executes the request and returns the response.
-
languageCode() - Method in class io.fastpix.sdk.models.operations.Subtitles
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder
-
Language codes (BCP 47 compliant) used for text files.
+
Executes the request and returns the response.
-
languageCode(CreateMediaRequestLanguageCode) - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder
-
Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
+
Executes the request and returns the response.
-
languageCode(SubtitleInputLanguageCode) - Method in class io.fastpix.sdk.models.components.SubtitleInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
-
The BCP 47 language code representing the language of the generated track.
+
Executes the request and returns the response.
-
languageCode(LanguageCode) - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
-
Language codes (BCP 47 compliant) used for text files.
+
Executes the request and returns the response.
-
languageCode(Optional<? extends CreateMediaRequestLanguageCode>) - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
call() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
-
Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
+
Executes the request and returns the response.
-
languageCode(Optional<? extends LanguageCode>) - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
call() - Method in class org.openapis.openapi.models.operations.CancelUploadRequestBuilder
-
Language codes (BCP 47 compliant) used for text files.
+
Executes the request and returns the response.
-
LanguageCode - Enum in io.fastpix.sdk.models.operations
+
call() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder
-
LanguageCode
+
Executes the request and returns the response.
-
languageName() - Method in class io.fastpix.sdk.models.components.Subtitle
+
call() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequestBuilder
-
Name of the language in which the subtitles will be generated.
+
Executes the request and returns the response.
-
languageName() - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
call() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistRequestBuilder
-
Name of the language in which the subtitles will be generated.
+
Executes the request and returns the response.
-
languageName() - Method in class io.fastpix.sdk.models.operations.Subtitles
+
call() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder
-
Name of the language for the subtitles.
+
Executes the request and returns the response.
-
languageName(String) - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
call() - Method in class org.openapis.openapi.models.operations.CreateMediaRequestBuilder
-
Name of the language in which the subtitles will be generated.
+
Executes the request and returns the response.
-
languageName(String) - Method in class io.fastpix.sdk.models.components.SubtitleInput.Builder
+
call() - Method in class org.openapis.openapi.models.operations.CreateNewStreamRequestBuilder
-
Name of the language in which the subtitles will be generated.
+
Executes the request and returns the response.
-
languageName(String) - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
call() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder
-
Name of the language for the subtitles.
+
Executes the request and returns the response.
-
languageName(Optional<String>) - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
call() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyRequestBuilder
-
Name of the language in which the subtitles will be generated.
+
Executes the request and returns the response.
-
languageName(Optional<String>) - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
call() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder
-
Name of the language for the subtitles.
+
Executes the request and returns the response.
-
LazySingletonValue<T> - Class in io.fastpix.sdk.utils
-
 
-
LazySingletonValue(String, String, TypeReference<T>) - Constructor for class io.fastpix.sdk.utils.LazySingletonValue
-
 
-
LEFT - io.fastpix.sdk.models.components.XAlign
-
 
-
limit() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
call() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequestBuilder
-
Limit specifies the maximum number of items to display per page.
+
Executes the request and returns the response.
-
limit() - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
call() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequestBuilder
-
Limit specifies the maximum number of items to display per page.
+
Executes the request and returns the response.
-
limit(long) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder
-
Limit specifies the maximum number of items to display per page.
+
Executes the request and returns the response.
-
limit(long) - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
limit(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder
-
Limit specifies the maximum number of items to display per page.
+
Executes the request and returns the response.
-
limit(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
limit(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.DeleteMediaRequestBuilder
-
Limit specifies the maximum number of items to display per page.
+
Executes the request and returns the response.
-
limit(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
limit(Optional<String>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder
-
Limit specifies the maximum number of items to display per page.
+
Executes the request and returns the response.
-
limit(Optional<String>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
listMedia() - Method in class io.fastpix.sdk.ManageVideos
+
call() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder
-
Get list of all media
+
Executes the request and returns the response.
-
listMedia(Optional<Long>, Optional<Long>, Optional<? extends ListMediaOrderBy>) - Method in class io.fastpix.sdk.ManageVideos
+
call() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequestBuilder
-
Get list of all media
+
Executes the request and returns the response.
-
listMedia(Optional<Long>, Optional<Long>, Optional<? extends ListMediaOrderBy>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallListMedia
-
 
-
listMediaDirect() - Method in class io.fastpix.sdk.ManageVideos
+
call() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder
-
Get list of all media
-
-
ListMediaOrderBy - Enum in io.fastpix.sdk.models.operations
-
-
ListMediaOrderBy
-
-
ListMediaRequest - Class in io.fastpix.sdk.models.operations
-
 
-
ListMediaRequest() - Constructor for class io.fastpix.sdk.models.operations.ListMediaRequest
-
 
-
ListMediaRequest(Optional<Long>, Optional<Long>, Optional<? extends ListMediaOrderBy>) - Constructor for class io.fastpix.sdk.models.operations.ListMediaRequest
-
 
-
ListMediaRequest.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
ListMediaRequestBuilder - Class in io.fastpix.sdk.models.operations
-
 
-
ListMediaRequestBuilder(SDKMethodInterfaces.MethodCallListMedia) - Constructor for class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
ListMediaResponse - Class in io.fastpix.sdk.models.operations
-
 
-
ListMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.ListMediaResponse
-
 
-
ListMediaResponse(String, int, HttpResponse<InputStream>, Optional<? extends ListMediaResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.ListMediaResponse
-
 
-
ListMediaResponse.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
ListMediaResponseBody - Class in io.fastpix.sdk.models.operations
-
-
ListMediaResponseBody
+
Executes the request and returns the response.
-
ListMediaResponseBody() - Constructor for class io.fastpix.sdk.models.operations.ListMediaResponseBody
-
 
-
ListMediaResponseBody(Optional<Boolean>, Optional<? extends List<Media>>, Optional<? extends Pagination>) - Constructor for class io.fastpix.sdk.models.operations.ListMediaResponseBody
-
 
-
ListMediaResponseBody.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
liveStreamDeleteResponse() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
call() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequestBuilder
-
Stream deleted successfully
+
Executes the request and returns the response.
-
liveStreamDeleteResponse() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
call() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequestBuilder
-
Stream's playbackId deleted successfully
+
Executes the request and returns the response.
-
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequestBuilder
-
Stream deleted successfully
+
Executes the request and returns the response.
-
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
-
Stream's playbackId deleted successfully
+
Executes the request and returns the response.
-
liveStreamDeleteResponse(Optional<? extends LiveStreamDeleteResponse>) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder
-
Stream deleted successfully
+
Executes the request and returns the response.
-
liveStreamDeleteResponse(Optional<? extends LiveStreamDeleteResponse>) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
-
Stream's playbackId deleted successfully
+
Executes the request and returns the response.
-
LiveStreamDeleteResponse - Class in io.fastpix.sdk.models.components
-
 
-
LiveStreamDeleteResponse() - Constructor for class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
-
 
-
LiveStreamDeleteResponse(Optional<Boolean>) - Constructor for class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
-
 
-
LiveStreamDeleteResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
livestreamgetResponse() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
call() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequestBuilder
-
Stream details retrieved successfully
+
Executes the request and returns the response.
-
livestreamgetResponse(LivestreamgetResponse) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder
-
Stream details retrieved successfully
+
Executes the request and returns the response.
-
livestreamgetResponse(Optional<? extends LivestreamgetResponse>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequestBuilder
-
Stream details retrieved successfully
+
Executes the request and returns the response.
-
LivestreamgetResponse - Class in io.fastpix.sdk.models.components
+
call() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder
-
LivestreamgetResponse
+
Executes the request and returns the response.
-
LivestreamgetResponse() - Constructor for class io.fastpix.sdk.models.components.LivestreamgetResponse
-
 
-
LivestreamgetResponse(Optional<Boolean>, Optional<? extends GetCreateLiveStreamResponseDTO>) - Constructor for class io.fastpix.sdk.models.components.LivestreamgetResponse
-
 
-
LivestreamgetResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
liveStreamResponseDTO() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
call() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequestBuilder
-
Stream created successfully
+
Executes the request and returns the response.
-
liveStreamResponseDTO(LiveStreamResponseDTO) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
-
Stream created successfully
+
Executes the request and returns the response.
-
liveStreamResponseDTO(Optional<? extends LiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetMediaRequestBuilder
-
Stream created successfully
+
Executes the request and returns the response.
-
LiveStreamResponseDTO - Class in io.fastpix.sdk.models.components
+
call() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequestBuilder
-
LiveStreamResponseDTO
+
Executes the request and returns the response.
-
LiveStreamResponseDTO() - Constructor for class io.fastpix.sdk.models.components.LiveStreamResponseDTO
-
 
-
LiveStreamResponseDTO(Optional<Boolean>, Optional<? extends GetCreateLiveStreamResponseDTO>) - Constructor for class io.fastpix.sdk.models.components.LiveStreamResponseDTO
-
 
-
LiveStreamResponseDTO.Builder - Class in io.fastpix.sdk.models.components
-
 
-
LOCAL_DATE_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
-
 
-
LONG_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
-
 
-
- - - -

M

-
-
manageLiveStream() - Method in class io.fastpix.sdk.FastPixSDK
-
 
-
ManageLiveStream - Class in io.fastpix.sdk
-
 
-
manageVideos() - Method in class io.fastpix.sdk.FastPixSDK
-
 
-
ManageVideos - Class in io.fastpix.sdk
-
 
-
MAP - io.fastpix.sdk.utils.Types
-
 
-
mapper() - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
matchPossible(JavaType, String) - Static method in class io.fastpix.sdk.utils.OneOfDeserializer
-
 
-
maxDuration() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
call() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
Executes the request and returns the response.
-
maxDuration() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
call() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequestBuilder
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
Executes the request and returns the response.
-
maxDuration(long) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequestBuilder
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
Executes the request and returns the response.
-
maxDuration(long) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
Executes the request and returns the response.
-
maxDuration(Optional<Long>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequestBuilder
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
Executes the request and returns the response.
-
maxDuration(Optional<Long>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequestBuilder
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
Executes the request and returns the response.
-
maxElapsedTime(long, TimeUnit) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
call() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequestBuilder
-
Sets the maximum elapsed time
+
Executes the request and returns the response.
-
maxElapsedTimeMs() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
maxInterval(long, TimeUnit) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
call() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
-
Sets the maximum interval
+
Executes the request and returns the response.
-
maxIntervalMs() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
maxResolution() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
call() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
-
The maximum resolution tier determines the highest quality your media will be available in.
+
Executes the request and returns the response.
-
maxResolution() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
call() - Method in class org.openapis.openapi.models.operations.ListDimensionsRequestBuilder
-
The maximum resolution tier determines the highest quality your media will be available in.
+
Executes the request and returns the response.
-
maxResolution() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
call() - Method in class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution() - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
call() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution() - Method in class io.fastpix.sdk.models.components.Media
+
call() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
-
The maximum resolution specified by the user for the media.
+
Executes the request and returns the response.
-
maxResolution() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
call() - Method in class org.openapis.openapi.models.operations.ListMediaRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
call() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
-
Determines the highest quality resolution available.
+
Executes the request and returns the response.
-
maxResolution(CreateLiveStreamRequestMaxResolution) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
call() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution(CreateMediaRequestMaxResolution) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder
-
The maximum resolution tier determines the highest quality your media will be available in.
+
Executes the request and returns the response.
-
maxResolution(CreateMediaResponseMaxResolution) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
-
The maximum resolution tier determines the highest quality your media will be available in.
+
Executes the request and returns the response.
-
maxResolution(MediaMaxResolution) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
call() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequestBuilder
-
The maximum resolution specified by the user for the media.
+
Executes the request and returns the response.
-
maxResolution(MaxResolution) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
call() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequestBuilder
-
Determines the highest quality resolution available.
+
Executes the request and returns the response.
-
maxResolution(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution(Optional<? extends CreateLiveStreamRequestMaxResolution>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution(Optional<? extends CreateMediaRequestMaxResolution>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
-
The maximum resolution tier determines the highest quality your media will be available in.
+
Executes the request and returns the response.
-
maxResolution(Optional<? extends CreateMediaResponseMaxResolution>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder
-
The maximum resolution tier determines the highest quality your media will be available in.
+
Executes the request and returns the response.
-
maxResolution(Optional<? extends MediaMaxResolution>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder
-
The maximum resolution specified by the user for the media.
+
Executes the request and returns the response.
-
maxResolution(Optional<? extends MaxResolution>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder
-
Determines the highest quality resolution available.
+
Executes the request and returns the response.
-
maxResolution(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
maxResolution(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
call() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
Executes the request and returns the response.
-
MaxResolution - Enum in io.fastpix.sdk.models.operations
+
call() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder
-
MaxResolution
+
Executes the request and returns the response.
-
Media - Class in io.fastpix.sdk.models.components
-
 
-
Media() - Constructor for class io.fastpix.sdk.models.components.Media
-
 
-
Media(Optional<String>, Optional<String>, Optional<String>, Optional<? extends MediaMetadata>, Optional<? extends MediaMaxResolution>, Optional<? extends SourceResolution>, Optional<String>, Optional<? extends MediaMp4Support>, Optional<Boolean>, Optional<? extends List<PlaybackId>>, Optional<? extends List<Track>>, Optional<String>, Optional<String>, Optional<String>, Optional<OffsetDateTime>, Optional<OffsetDateTime>) - Constructor for class io.fastpix.sdk.models.components.Media
-
 
-
Media.Builder - Class in io.fastpix.sdk.models.components
-
 
-
mediaId() - Method in class io.fastpix.sdk.models.components.DirectUpload
+
call() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
mediaId() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
call() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Executes the request and returns the response.
-
mediaId() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
call() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
-
Return the universal unique identifier for media which can contain a maximum of 255 characters.
+
Executes the request and returns the response.
-
mediaId() - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
cancelUpload() - Method in class org.openapis.openapi.AsyncVideos
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Cancel ongoing upload
-
mediaId() - Method in class io.fastpix.sdk.models.operations.GetMediaRequest
+
cancelUpload() - Method in class org.openapis.openapi.Videos
-
The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
Cancel ongoing upload
-
mediaId() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
+
cancelUpload(String) - Method in class org.openapis.openapi.AsyncVideos
-
Pass the list of the input objects used to create the media, along with applied settings.
+
Cancel ongoing upload
-
mediaId() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
cancelUpload(String) - Method in class org.openapis.openapi.Videos
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Cancel ongoing upload
-
mediaId(String) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
cancelUpload(String, Options) - Method in class org.openapis.openapi.AsyncVideos
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Cancel ongoing upload
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder
+
cancelUpload(String, Options) - Method in class org.openapis.openapi.Videos
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
Cancel ongoing upload
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
+
CancelUpload - Class in org.openapis.openapi.operations
 
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder
-
-
Return the universal unique identifier for media which can contain a maximum of 255 characters.
-
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
CancelUpload() - Constructor for class org.openapis.openapi.operations.CancelUpload
 
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest.Builder
-
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
-
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder
+
CancelUpload.Async - Class in org.openapis.openapi.operations
 
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.GetMediaRequest.Builder
-
-
The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
-
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.GetMediaRequestBuilder
+
CancelUpload.Sync - Class in org.openapis.openapi.operations
 
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest.Builder
-
-
Pass the list of the input objects used to create the media, along with applied settings.
-
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder
+
CancelUploadRequest - Class in org.openapis.openapi.models.operations
 
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder
-
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
-
-
mediaId(String) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
+
CancelUploadRequest(String) - Constructor for class org.openapis.openapi.models.operations.CancelUploadRequest
 
-
mediaId(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
-
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
-
-
MediaMaxResolution - Enum in io.fastpix.sdk.models.components
-
-
MediaMaxResolution
-
-
MediaMetadata - Class in io.fastpix.sdk.models.components
+
CancelUploadRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CancelUploadRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CancelUploadRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CancelUploadRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CancelUploadRequestBuilder
+
 
+
CancelUploadRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CancelUploadRequestBuilder
+
 
+
CancelUploadResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CancelUploadResponse - Class in org.openapis.openapi.models.operations
+
 
+
CancelUploadResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CancelUploadResponse
+
 
+
CancelUploadResponse(String, int, HttpResponse<InputStream>, CancelUploadResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CancelUploadResponse
+
 
+
CancelUploadResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
 
+
CancelUploadResponse(String, int, HttpResponse<Blob>, CancelUploadResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
 
+
CancelUploadResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CancelUploadResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CancelUploadResponseBody - Class in org.openapis.openapi.models.operations
-
MediaMetadata
+
CancelUploadResponseBody
-
MediaMetadata() - Constructor for class io.fastpix.sdk.models.components.MediaMetadata
+
CancelUploadResponseBody(boolean, MediaCancelResponse) - Constructor for class org.openapis.openapi.models.operations.CancelUploadResponseBody
+
 
+
CancelUploadResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
+
 
+
CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
+
 
+
CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
+
 
+
CAPPED4K - Enum constant in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
+
 
+
CAPPED4K - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
+
 
+
CAPPED4K - Enum constant in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
+
 
+
CAPPED4K - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
 
-
MediaMetadata.Builder - Class in io.fastpix.sdk.models.components
+
CAPPED4K - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
 
-
MediaMp4Support - Enum in io.fastpix.sdk.models.components
+
CAPPED4K - Static variable in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
castLong(long, Class<N>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
cdn() - Method in class org.openapis.openapi.models.components.Views
-
MediaMp4Support
+
Content Delivery Network (CDN) refers to the network infrastructure responsible for delivering the + video content to the viewer.
-
MediaNotFoundError - Class in io.fastpix.sdk.models.errors
+
cdn(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
MediaNotFoundError
+
Content Delivery Network (CDN) refers to the network infrastructure responsible for delivering the + video content to the viewer.
-
MediaNotFoundError() - Constructor for class io.fastpix.sdk.models.errors.MediaNotFoundError
+
CDN - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
MediaNotFoundError(Optional<Double>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.MediaNotFoundError
+
CDN - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
MediaNotFoundError.Builder - Class in io.fastpix.sdk.models.errors
+
CENTER - Enum constant in enum class org.openapis.openapi.models.components.XAlign
 
-
MediaNotFoundException - Exception in io.fastpix.sdk.models.errors
+
ChangeMediaOrderInPlaylist - Class in org.openapis.openapi.operations
 
-
MediaNotFoundException() - Constructor for exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
ChangeMediaOrderInPlaylist() - Constructor for class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist
 
-
MediaNotFoundException(Optional<Boolean>, Optional<? extends MediaNotFoundError>) - Constructor for exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
ChangeMediaOrderInPlaylist.Async - Class in org.openapis.openapi.operations
 
-
MediaNotFoundException.Builder - Class in io.fastpix.sdk.models.errors
+
ChangeMediaOrderInPlaylist.Sync - Class in org.openapis.openapi.operations
 
-
MediaOrPlaybackNotFoundError - Class in io.fastpix.sdk.models.errors
-
-
MediaOrPlaybackNotFoundError
-
-
MediaOrPlaybackNotFoundError() - Constructor for class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
ChangeMediaOrderInPlaylistRequest - Class in org.openapis.openapi.models.operations
+
 
+
ChangeMediaOrderInPlaylistRequest(String, MediaIdsRequest) - Constructor for class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
+
 
+
ChangeMediaOrderInPlaylistRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ChangeMediaOrderInPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations.async
 
-
MediaOrPlaybackNotFoundError(Optional<Double>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
ChangeMediaOrderInPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations
 
-
MediaOrPlaybackNotFoundError.Builder - Class in io.fastpix.sdk.models.errors
+
ChangeMediaOrderInPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder
 
-
MediaOrPlaybackNotFoundException - Exception in io.fastpix.sdk.models.errors
+
ChangeMediaOrderInPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder
 
-
MediaOrPlaybackNotFoundException() - Constructor for exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
ChangeMediaOrderInPlaylistResponse - Class in org.openapis.openapi.models.operations.async
 
-
MediaOrPlaybackNotFoundException(Optional<Boolean>, Optional<? extends MediaOrPlaybackNotFoundError>) - Constructor for exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
ChangeMediaOrderInPlaylistResponse - Class in org.openapis.openapi.models.operations
 
-
MediaOrPlaybackNotFoundException.Builder - Class in io.fastpix.sdk.models.errors
+
ChangeMediaOrderInPlaylistResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
 
-
mediaPolicy() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
ChangeMediaOrderInPlaylistResponse(String, int, HttpResponse<InputStream>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
 
+
ChangeMediaOrderInPlaylistResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
 
+
ChangeMediaOrderInPlaylistResponse(String, int, HttpResponse<Blob>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
 
+
ChangeMediaOrderInPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ChangeMediaOrderInPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
chapters() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Enable or disable the chapters feature for the media.
-
mediaPolicy() - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
chapters() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
mediaPolicy() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
chapters() - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
mediaPolicy(MediaPolicy) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
chapters() - Method in class org.openapis.openapi.models.components.Media
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
mediaPolicy(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
chapters() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
mediaPolicy(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
chapters() - Method in class org.openapis.openapi.models.components.UpdateMedia
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
mediaPolicy(Optional<? extends MediaPolicy>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
chapters() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Enable or disable the chapters feature for the media.
-
mediaPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
chapters() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Enable or disable the chapters feature for the media.
-
mediaPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
chapters(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
Enable or disable the chapters feature for the media.
-
MediaPolicy - Enum in io.fastpix.sdk.models.components
+
chapters(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
-
MediaPolicy
+
Enable or disable the chapters feature for the media.
-
message() - Method in exception io.fastpix.sdk.models.errors.APIException
-
 
-
message() - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
chapters(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody.Builder
-
A descriptive message providing more details for the error.
+
Enable or disable the chapters feature for the media.
-
message() - Method in class io.fastpix.sdk.models.errors.Field
+
chapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
-
A descriptive message providing more details for the error
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
message() - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
chapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
-
A descriptive message providing more details for the error.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
message() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
chapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.Media.Builder
-
A descriptive message providing more details for the error.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
message() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
chapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
-
A descriptive message providing more details for the error.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
message() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
chapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
-
A descriptive message providing more details for the error.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
message() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
ChaptersResponse - Class in org.openapis.openapi.models.components
+
 
+
ChaptersResponse() - Constructor for class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
ChaptersResponse(String, Boolean) - Constructor for class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
ChaptersResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
checkArgument(boolean, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
checkNotNull(T, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
city() - Method in class org.openapis.openapi.models.components.Views
-
A descriptive message providing more details for the error.
+
City indicates the geographical location of the viewer accessing the video content.
-
message() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
city(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
A descriptive message providing more details for the error.
+
City indicates the geographical location of the viewer accessing the video content.
-
message() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
client - Static variable in interface org.openapis.openapi.utils.HTTPClient
+
 
+
client() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
client(HTTPClient) - Method in class org.openapis.openapi.Fastpix.Builder
-
A descriptive message providing more details for the error.
+
Allows the default HTTP client to be overridden with a custom implementation.
-
message() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
close() - Method in class org.openapis.openapi.utils.BlockingParser
-
A descriptive message providing more details for the error
+
Close the underlying reader
-
message() - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
close() - Method in class org.openapis.openapi.utils.EventStream
+
 
+
closedCaptions() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
A descriptive message providing more details for the error.
+
when provided true Enables closed captions for the livestream.
-
message() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
closedCaptions() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
A descriptive message providing more details for the error
+
when provided true Enables closed captions for the livestream.
-
message(String) - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
+
closedCaptions() - Method in class org.openapis.openapi.models.components.PatchResponseData
-
A descriptive message providing more details for the error.
+
when provided true Enables closed captions for the livestream.
-
message(String) - Method in class io.fastpix.sdk.models.errors.Field.Builder
+
closedCaptions(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
-
A descriptive message providing more details for the error
+
when provided true Enables closed captions for the livestream.
-
message(String) - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
+
closedCaptions(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
-
A descriptive message providing more details for the error.
+
when provided true Enables closed captions for the livestream.
-
message(String) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
+
closedCaptions(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
-
A descriptive message providing more details for the error.
+
when provided true Enables closed captions for the livestream.
-
message(String) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
+
code() - Method in class org.openapis.openapi.models.components.Error
-
A descriptive message providing more details for the error.
+
The HTTP status code that explains the type of error (for example, 400 for a bad request, 404 for + not found).
-
message(String) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
+
code() - Method in class org.openapis.openapi.models.components.ErrorDetails
-
A descriptive message providing more details for the error.
+
Error code associated with the specific error.
-
message(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
+
code() - Method in class org.openapis.openapi.models.components.TopErrorDetails
-
A descriptive message providing more details for the error.
+
Error code associated with the specific error.
-
message(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
+
code() - Method in exception class org.openapis.openapi.models.errors.FastpixException
+
 
+
code(Long) - Method in class org.openapis.openapi.models.components.Error.Builder
-
A descriptive message providing more details for the error.
+
The HTTP status code that explains the type of error (for example, 400 for a bad request, 404 for + not found).
-
message(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
+
code(String) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
-
A descriptive message providing more details for the error.
+
Error code associated with the specific error.
-
message(String) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
+
code(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
-
A descriptive message providing more details for the error
+
Error code associated with the specific error.
-
message(String) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
+
coerceException(Throwable) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
complete() - Method in class org.openapis.openapi.AsyncLiveStream
-
A descriptive message providing more details for the error.
+
Complete a stream
-
message(String) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
+
complete() - Method in class org.openapis.openapi.LiveStream
-
A descriptive message providing more details for the error
+
Complete a stream
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.BadRequestError.Builder
+
complete(String) - Method in class org.openapis.openapi.AsyncLiveStream
-
A descriptive message providing more details for the error.
+
Complete a stream
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.Field.Builder
+
complete(String) - Method in class org.openapis.openapi.LiveStream
-
A descriptive message providing more details for the error
+
Complete a stream
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.ForbiddenError.Builder
+
complete(String, Options) - Method in class org.openapis.openapi.AsyncLiveStream
-
A descriptive message providing more details for the error.
+
Complete a stream
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
+
complete(String, Options) - Method in class org.openapis.openapi.LiveStream
-
A descriptive message providing more details for the error.
+
Complete a stream
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
+
CompleteLiveStream - Class in org.openapis.openapi.operations
+
 
+
CompleteLiveStream() - Constructor for class org.openapis.openapi.operations.CompleteLiveStream
+
 
+
CompleteLiveStream.Async - Class in org.openapis.openapi.operations
+
 
+
CompleteLiveStream.Sync - Class in org.openapis.openapi.operations
+
 
+
CompleteLiveStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
CompleteLiveStreamRequest(String) - Constructor for class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
+
 
+
CompleteLiveStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CompleteLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CompleteLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CompleteLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CompleteLiveStreamRequestBuilder
+
 
+
CompleteLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CompleteLiveStreamRequestBuilder
+
 
+
CompleteLiveStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CompleteLiveStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
CompleteLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
 
+
CompleteLiveStreamResponse(String, int, HttpResponse<InputStream>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
 
+
CompleteLiveStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
 
+
CompleteLiveStreamResponse(String, int, HttpResponse<Blob>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
 
+
CompleteLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CompleteLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
concat(List<Flow.Publisher<T>>) - Static method in class org.openapis.openapi.utils.reactive.ReactiveUtils
-
A descriptive message providing more details for the error.
+
Concatenates multiple publishers into a single publisher.
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
+
configuration() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
-
A descriptive message providing more details for the error.
+
Represents configuration details for the media.
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
+
configuration(Configuration) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData.Builder
-
A descriptive message providing more details for the error.
+
Represents configuration details for the media.
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
+
Configuration - Class in org.openapis.openapi.models.operations
-
A descriptive message providing more details for the error.
+
Configuration
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
+
Configuration() - Constructor for class org.openapis.openapi.models.operations.Configuration
+
 
+
Configuration(String) - Constructor for class org.openapis.openapi.models.operations.Configuration
+
 
+
Configuration.Builder - Class in org.openapis.openapi.models.operations
+
 
+
configureSecurity(HTTPRequest, Object) - Static method in class org.openapis.openapi.utils.Security
+
 
+
configureSecurity(HTTPRequest, Object) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
CONNECTION_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CONNECTION_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
connectionType() - Method in class org.openapis.openapi.models.components.Views
-
A descriptive message providing more details for the error.
+
Connection Type signifies the type of network connection utilized by the viewers device
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
+
connectionType(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
A descriptive message providing more details for the error
+
Connection Type signifies the type of network connection utilized by the viewers device
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError.Builder
+
Constants - Class in org.openapis.openapi.utils
+
 
+
Constants() - Constructor for class org.openapis.openapi.utils.Constants
+
 
+
containerFormat() - Method in class org.openapis.openapi.models.operations.File
-
A descriptive message providing more details for the error.
+
Specifies the container format that encapsulates audio, video, subtitles, and metadata.
-
message(Optional<String>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
+
containerFormat(String) - Method in class org.openapis.openapi.models.operations.File.Builder
-
A descriptive message providing more details for the error
+
Specifies the container format that encapsulates audio, video, subtitles, and metadata.
-
metadata() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
contentLength() - Method in class org.openapis.openapi.utils.Blob
+
 
+
contentType() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
contentType() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.Media
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.components.Subtitle
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
-
Tag a video in "key" : "value" pairs for searchable metadata.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.operations.Subtitles
+
contentType() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
-
Searchable metadata tags for the video in key-value pairs.
+
HTTP response content type for this operation
-
metadata() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(CreateLiveStreamRequestMetadata) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(CreateMediaRequestMetadata) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(CreateMediaResponseMetadata) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(DirectUploadResponseMetadata) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(GetCreateLiveStreamResponseDTOMetadata) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(MediaMetadata) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(PatchLiveStreamRequestMetadata) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(PatchResponseDataMetadata) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(SimulcastResponseMetadata) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata(SimulcastUpdateRequestMetadata) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata(SimulcastUpdateResponseMetadata) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata(SubtitleMetadata) - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(DirectUploadVideoMediaMetadata) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
-
Tag a video in "key" : "value" pairs for searchable metadata.
+
HTTP response content type for this operation
-
metadata(SubtitlesMetadata) - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
-
Searchable metadata tags for the video in key-value pairs.
+
HTTP response content type for this operation
-
metadata(UpdatedMediaMetadata) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends CreateLiveStreamRequestMetadata>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends CreateMediaRequestMetadata>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends CreateMediaResponseMetadata>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends DirectUploadResponseMetadata>) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends GetCreateLiveStreamResponseDTOMetadata>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends MediaMetadata>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends PatchLiveStreamRequestMetadata>) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends PatchResponseDataMetadata>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends SimulcastResponseMetadata>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata(Optional<? extends SimulcastUpdateRequestMetadata>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata(Optional<? extends SimulcastUpdateResponseMetadata>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response content type for this operation
-
metadata(Optional<? extends SubtitleMetadata>) - Method in class io.fastpix.sdk.models.components.Subtitle.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends DirectUploadVideoMediaMetadata>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
-
Tag a video in "key" : "value" pairs for searchable metadata.
+
HTTP response content type for this operation
-
metadata(Optional<? extends SubtitlesMetadata>) - Method in class io.fastpix.sdk.models.operations.Subtitles.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
-
Searchable metadata tags for the video in key-value pairs.
+
HTTP response content type for this operation
-
metadata(Optional<? extends UpdatedMediaMetadata>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response content type for this operation
-
MIDDLE - io.fastpix.sdk.models.components.YAlign
-
 
-
moderation() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
moderation() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
moderation(Moderation) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
-
 
-
moderation(Moderation) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
 
-
moderation(Optional<? extends Moderation>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
-
 
-
moderation(Optional<? extends Moderation>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
 
-
Moderation - Class in io.fastpix.sdk.models.components
-
 
-
Moderation - Class in io.fastpix.sdk.models.operations
-
 
-
Moderation() - Constructor for class io.fastpix.sdk.models.operations.Moderation
-
 
-
Moderation(CreateMediaRequestType) - Constructor for class io.fastpix.sdk.models.components.Moderation
-
 
-
Moderation(Optional<? extends Type>) - Constructor for class io.fastpix.sdk.models.operations.Moderation
-
 
-
Moderation.Builder - Class in io.fastpix.sdk.models.components
-
 
-
Moderation.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
mp4Support() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
-
“capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
+
HTTP response content type for this operation
-
mp4Support() - Method in class io.fastpix.sdk.models.components.Media
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
-
Determines the type of MP4 support for the media.
+
HTTP response content type for this operation
-
mp4Support() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
-
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
+
HTTP response content type for this operation
-
mp4Support(CreateMediaRequestMp4Support) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
-
“capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
+
HTTP response content type for this operation
-
mp4Support(MediaMp4Support) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
-
Determines the type of MP4 support for the media.
+
HTTP response content type for this operation
-
mp4Support(Mp4Support) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
-
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
+
HTTP response content type for this operation
-
mp4Support(Optional<? extends CreateMediaRequestMp4Support>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
-
“capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
+
HTTP response content type for this operation
-
mp4Support(Optional<? extends MediaMp4Support>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
-
Determines the type of MP4 support for the media.
+
HTTP response content type for this operation
-
mp4Support(Optional<? extends Mp4Support>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
-
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
+
HTTP response content type for this operation
-
Mp4Support - Enum in io.fastpix.sdk.models.operations
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
-
Mp4Support
+
HTTP response content type for this operation
-
Multipart - Class in io.fastpix.sdk.utils
-
 
-
Multipart.Builder - Class in io.fastpix.sdk.utils
-
 
-
Multipart.PartType - Enum in io.fastpix.sdk.utils
-
 
-
- - - -

N

-
-
name() - Method in class io.fastpix.sdk.utils.QueryParameter
-
 
-
namedEntities() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
-
Enable or disable named entity extraction.
+
HTTP response content type for this operation
-
namedEntities() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
contentType() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
-
Enable or disable named entity extraction.
+
HTTP response content type for this operation
-
namedEntities(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
-
Enable or disable named entity extraction.
+
HTTP response content type for this operation
-
namedEntities(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
-
Enable or disable named entity extraction.
+
HTTP response content type for this operation
-
namedEntities(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
-
Enable or disable named entity extraction.
+
HTTP response content type for this operation
-
namedEntities(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
-
Enable or disable named entity extraction.
+
HTTP response content type for this operation
-
next() - Method in class io.fastpix.sdk.utils.EventStream
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
-
Returns the next message.
+
HTTP response content type for this operation
-
NL - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
-
 
-
NL - io.fastpix.sdk.models.operations.LanguageCode
-
 
-
NL_BE - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
NLNL - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
NONE - io.fastpix.sdk.models.components.MediaMp4Support
-
 
-
NONE - io.fastpix.sdk.utils.RetryConfig.Strategy
-
 
-
NONO - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
NonRetryableException(Exception) - Constructor for exception io.fastpix.sdk.utils.Retries.NonRetryableException
-
 
-
noRetries() - Method in class io.fastpix.sdk.utils.RetryConfig.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
-
Disables retries (sets strategy to "none").
+
HTTP response content type for this operation
-
noRetries() - Static method in class io.fastpix.sdk.utils.RetryConfig
-
 
-
NotFoundError - Exception in io.fastpix.sdk.models.errors
-
 
-
NotFoundError() - Constructor for exception io.fastpix.sdk.models.errors.NotFoundError
-
 
-
NotFoundError(Optional<Boolean>, Optional<? extends NotFoundErrorError>) - Constructor for exception io.fastpix.sdk.models.errors.NotFoundError
-
 
-
NotFoundError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorError - Class in io.fastpix.sdk.models.errors
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
-
NotFoundErrorError
+
HTTP response content type for this operation
-
NotFoundErrorError() - Constructor for class io.fastpix.sdk.models.errors.NotFoundErrorError
-
 
-
NotFoundErrorError(Optional<Double>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.NotFoundErrorError
-
 
-
NotFoundErrorError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorPlaybackId - Exception in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorPlaybackId() - Constructor for exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
-
 
-
NotFoundErrorPlaybackId(Optional<Boolean>, Optional<? extends NotFoundErrorPlaybackIdError>) - Constructor for exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
-
 
-
NotFoundErrorPlaybackId.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorPlaybackIdError - Class in io.fastpix.sdk.models.errors
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
-
NotFoundErrorPlaybackIdError
+
HTTP response content type for this operation
-
NotFoundErrorPlaybackIdError() - Constructor for class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
-
 
-
NotFoundErrorPlaybackIdError(Optional<Double>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
-
 
-
NotFoundErrorPlaybackIdError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorSimulcast - Exception in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorSimulcast() - Constructor for exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
-
 
-
NotFoundErrorSimulcast(Optional<Boolean>, Optional<? extends NotFoundErrorSimulcastError>) - Constructor for exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
-
 
-
NotFoundErrorSimulcast.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
NotFoundErrorSimulcastError - Class in io.fastpix.sdk.models.errors
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
-
NotFoundErrorSimulcastError
+
HTTP response content type for this operation
-
NotFoundErrorSimulcastError() - Constructor for class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
-
 
-
NotFoundErrorSimulcastError(Optional<Double>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
-
 
-
NotFoundErrorSimulcastError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
- - - -

O

-
-
oauthScopes() - Method in class io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
-
 
-
oauthScopes() - Method in class io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
-
 
-
oauthScopes() - Method in class io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
-
 
-
oauthScopes() - Method in interface io.fastpix.sdk.utils.Hook.HookContext
-
 
-
object() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
-
Playback id for an media
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
-
Media is created successfully
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
-
Deleted a Playback Id successfully
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
-
Delete a video media
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
-
Direct upload created successfully
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
-
Get a video media by id
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
-
List of video media
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
-
Get video media input information
+
HTTP response content type for this operation
-
object() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
-
Media details updated successfully
+
HTTP response content type for this operation
-
object(CreateMediaPlaybackIdResponseBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
-
Playback id for an media
+
HTTP response content type for this operation
-
object(CreateMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
-
Media is created successfully
+
HTTP response content type for this operation
-
object(DeleteMediaPlaybackIdResponseBody) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
-
Deleted a Playback Id successfully
+
HTTP response content type for this operation
-
object(DeleteMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
-
Delete a video media
+
HTTP response content type for this operation
-
object(DirectUploadVideoMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
-
Direct upload created successfully
+
HTTP response content type for this operation
-
object(GetMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
-
Get a video media by id
+
HTTP response content type for this operation
-
object(ListMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
-
List of video media
+
HTTP response content type for this operation
-
object(RetrieveMediaInputInfoResponseBody) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
-
Get video media input information
+
HTTP response content type for this operation
-
object(UpdatedMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
-
Media details updated successfully
+
HTTP response content type for this operation
-
object(Optional<? extends CreateMediaPlaybackIdResponseBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
-
Playback id for an media
+
HTTP response content type for this operation
-
object(Optional<? extends CreateMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
-
Media is created successfully
+
HTTP response content type for this operation
-
object(Optional<? extends DeleteMediaPlaybackIdResponseBody>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
-
Deleted a Playback Id successfully
+
HTTP response content type for this operation
-
object(Optional<? extends DeleteMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
-
Delete a video media
+
HTTP response content type for this operation
-
object(Optional<? extends DirectUploadVideoMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
-
Direct upload created successfully
+
HTTP response content type for this operation
-
object(Optional<? extends GetMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
-
Get a video media by id
+
HTTP response content type for this operation
-
object(Optional<? extends ListMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
-
List of video media
+
HTTP response content type for this operation
-
object(Optional<? extends RetrieveMediaInputInfoResponseBody>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
-
Get video media input information
+
HTTP response content type for this operation
-
object(Optional<? extends UpdatedMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
-
Media details updated successfully
+
HTTP response content type for this operation
-
OBJECT - io.fastpix.sdk.utils.Types
-
 
-
of(TypeReference<?>, Utils.JsonShape) - Static method in class io.fastpix.sdk.utils.Utils.TypeReferenceWithShape
-
 
-
of(AudioInput) - Static method in class io.fastpix.sdk.models.components.Input
-
 
-
of(AudioInput) - Static method in class io.fastpix.sdk.models.operations.Input
-
 
-
of(Segment1) - Static method in class io.fastpix.sdk.models.components.SegmentUnion
-
 
-
of(Segment2) - Static method in class io.fastpix.sdk.models.components.SegmentUnion
-
 
-
of(SubtitleInput) - Static method in class io.fastpix.sdk.models.components.Input
-
 
-
of(SubtitleInput) - Static method in class io.fastpix.sdk.models.operations.Input
-
 
-
of(VideoInput) - Static method in class io.fastpix.sdk.models.components.Input
-
 
-
of(VideoInput) - Static method in class io.fastpix.sdk.models.operations.Input
-
 
-
of(WatermarkInput) - Static method in class io.fastpix.sdk.models.components.Input
-
 
-
of(WatermarkInput) - Static method in class io.fastpix.sdk.models.operations.Input
-
 
-
of(HasSecurity) - Static method in interface io.fastpix.sdk.SecuritySource
-
 
-
of(String, String, boolean) - Static method in class io.fastpix.sdk.utils.QueryParameter
-
 
-
of(T, Utils.JsonShape, TypeReference<T>) - Static method in class io.fastpix.sdk.utils.TypedObject
-
 
-
offset() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
HTTP response content type for this operation
-
offset() - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
HTTP response content type for this operation
-
offset(long) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
HTTP response content type for this operation
-
offset(long) - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
offset(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
HTTP response content type for this operation
-
offset(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
offset(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
HTTP response content type for this operation
-
offset(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
offset(Optional<String>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
HTTP response content type for this operation
-
offset(Optional<String>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
OFFSET_DATE_TIME_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
-
 
-
offsetCount() - Method in class io.fastpix.sdk.models.components.Pagination
+
contentType() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
-
The offset count is expressed as total records by limit.
+
HTTP response content type for this operation
-
offsetCount(long) - Method in class io.fastpix.sdk.models.components.Pagination.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
-
The offset count is expressed as total records by limit.
+
HTTP response content type for this operation
-
offsetCount(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Pagination.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
-
The offset count is expressed as total records by limit.
+
HTTP response content type for this operation
-
ONE_THOUSAND_AND_EIGHTYP - io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
-
 
-
ONE_THOUSAND_AND_EIGHTYP - io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
-
 
-
ONE_THOUSAND_AND_EIGHTYP - io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
-
 
-
ONE_THOUSAND_AND_EIGHTYP - io.fastpix.sdk.models.components.MediaMaxResolution
-
 
-
ONE_THOUSAND_AND_EIGHTYP - io.fastpix.sdk.models.components.SourceResolution
-
 
-
ONE_THOUSAND_AND_EIGHTYP - io.fastpix.sdk.models.operations.MaxResolution
-
 
-
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
-
 
-
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
-
 
-
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - io.fastpix.sdk.models.components.MediaMaxResolution
-
 
-
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - io.fastpix.sdk.models.components.SourceResolution
-
 
-
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - io.fastpix.sdk.models.operations.MaxResolution
-
 
-
OneOfDeserializer<T> - Class in io.fastpix.sdk.utils
-
 
-
OneOfDeserializer(Class<T>, boolean, Utils.TypeReferenceWithShape...) - Constructor for class io.fastpix.sdk.utils.OneOfDeserializer
+
contentType() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
-
Constructor.
+
HTTP response content type for this operation
-
opacity() - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
contentType() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
-
Opacity of the watermark in percentage.
+
HTTP response content type for this operation
-
opacity(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
-
Opacity of the watermark in percentage.
+
HTTP response content type for this operation
-
opacity(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
-
Opacity of the watermark in percentage.
+
HTTP response content type for this operation
-
operationId() - Method in class io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
-
 
-
operationId() - Method in class io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
-
 
-
operationId() - Method in class io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
-
 
-
operationId() - Method in interface io.fastpix.sdk.utils.Hook.HookContext
-
 
-
optimizeAudio() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
-
normalize volume of the audio track.
+
HTTP response content type for this operation
-
optimizeAudio() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
contentType() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
-
Enhance the quality and volume of the audio track.
+
HTTP response content type for this operation
-
optimizeAudio(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
-
normalize volume of the audio track.
+
HTTP response content type for this operation
-
optimizeAudio(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
-
Enhance the quality and volume of the audio track.
+
HTTP response content type for this operation
-
optimizeAudio(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
-
normalize volume of the audio track.
+
HTTP response content type for this operation
-
optimizeAudio(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
-
Enhance the quality and volume of the audio track.
+
HTTP response content type for this operation
-
Options - Class in io.fastpix.sdk.utils
-
 
-
Options.Builder - Class in io.fastpix.sdk.utils
-
 
-
Options.Option - Enum in io.fastpix.sdk.utils
-
 
-
orderBy() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
-
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
HTTP response content type for this operation
-
orderBy() - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
contentType() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
-
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
HTTP response content type for this operation
-
orderBy(GetAllStreamsOrderBy) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
-
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
HTTP response content type for this operation
-
orderBy(GetAllStreamsOrderBy) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
orderBy(ListMediaOrderBy) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
-
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
HTTP response content type for this operation
-
orderBy(ListMediaOrderBy) - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
orderBy(Optional<? extends GetAllStreamsOrderBy>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
-
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
HTTP response content type for this operation
-
orderBy(Optional<? extends GetAllStreamsOrderBy>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
-
 
-
orderBy(Optional<? extends ListMediaOrderBy>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
-
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
HTTP response content type for this operation
-
orderBy(Optional<? extends ListMediaOrderBy>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequestBuilder
-
 
-
outroUrl() - Method in class io.fastpix.sdk.models.components.VideoInput
+
contentType() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
-
The url of the outro video which is to be added at the end of the video.
+
HTTP response content type for this operation
-
outroUrl(String) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
-
The url of the outro video which is to be added at the end of the video.
+
HTTP response content type for this operation
-
outroUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
-
The url of the outro video which is to be added at the end of the video.
+
HTTP response content type for this operation
-
- - - -

P

-
-
pagination() - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
-
Pagination organizes content into pages for better readability and navigation.
+
HTTP response content type for this operation
-
pagination() - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
contentType() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
-
Pagination organizes content into pages for better readability and navigation.
+
HTTP response content type for this operation
-
pagination(Pagination) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
-
Pagination organizes content into pages for better readability and navigation.
+
HTTP response content type for this operation
-
pagination(Pagination) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
-
Pagination organizes content into pages for better readability and navigation.
+
HTTP response content type for this operation
-
pagination(Optional<? extends Pagination>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
-
Pagination organizes content into pages for better readability and navigation.
+
HTTP response content type for this operation
-
pagination(Optional<? extends Pagination>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
-
Pagination organizes content into pages for better readability and navigation.
+
HTTP response content type for this operation
-
Pagination - Class in io.fastpix.sdk.models.components
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
-
Pagination
+
HTTP response content type for this operation
-
Pagination() - Constructor for class io.fastpix.sdk.models.components.Pagination
-
 
-
Pagination(Optional<Long>, Optional<Long>, Optional<Long>) - Constructor for class io.fastpix.sdk.models.components.Pagination
-
 
-
Pagination.Builder - Class in io.fastpix.sdk.models.components
-
 
-
parseMessage(String) - Static method in class io.fastpix.sdk.utils.EventStreamReader
-
 
-
parseQueryParams(Class<T>, T, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.QueryParameters
-
 
-
password() - Method in class io.fastpix.sdk.models.components.Security
-
 
-
password(String) - Method in class io.fastpix.sdk.models.components.Security.Builder
-
 
-
patchLiveStreamRequest() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
-
 
-
patchLiveStreamRequest(PatchLiveStreamRequest) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder
-
 
-
patchLiveStreamRequest(PatchLiveStreamRequest) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
-
 
-
patchLiveStreamRequest(Optional<? extends PatchLiveStreamRequest>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder
-
 
-
patchLiveStreamRequest(Optional<? extends PatchLiveStreamRequest>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
-
 
-
PatchLiveStreamRequest - Class in io.fastpix.sdk.models.components
-
 
-
PatchLiveStreamRequest() - Constructor for class io.fastpix.sdk.models.components.PatchLiveStreamRequest
-
 
-
PatchLiveStreamRequest(Optional<? extends PatchLiveStreamRequestMetadata>, Optional<Long>) - Constructor for class io.fastpix.sdk.models.components.PatchLiveStreamRequest
-
 
-
PatchLiveStreamRequest.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PatchLiveStreamRequestMetadata - Class in io.fastpix.sdk.models.components
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
-
PatchLiveStreamRequestMetadata
+
HTTP response content type for this operation
-
PatchLiveStreamRequestMetadata() - Constructor for class io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
-
 
-
PatchLiveStreamRequestMetadata.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PatchResponseData - Class in io.fastpix.sdk.models.components
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
-
PatchResponseData
+
HTTP response content type for this operation
-
PatchResponseData() - Constructor for class io.fastpix.sdk.models.components.PatchResponseData
-
 
-
PatchResponseData(Optional<String>, Optional<String>, Optional<String>, Optional<Boolean>, Optional<String>, Optional<String>, Optional<Long>, Optional<OffsetDateTime>, Optional<Long>, Optional<Boolean>, Optional<String>, Optional<? extends PatchResponseDataMetadata>, Optional<? extends List<PlaybackIds>>, Optional<? extends PatchResponseDataSrtPlaybackResponse>) - Constructor for class io.fastpix.sdk.models.components.PatchResponseData
-
 
-
PatchResponseData.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PatchResponseDataMetadata - Class in io.fastpix.sdk.models.components
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
-
PatchResponseDataMetadata
+
HTTP response content type for this operation
-
PatchResponseDataMetadata() - Constructor for class io.fastpix.sdk.models.components.PatchResponseDataMetadata
-
 
-
PatchResponseDataMetadata.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PatchResponseDataSrtPlaybackResponse - Class in io.fastpix.sdk.models.components
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
-
PatchResponseDataSrtPlaybackResponse
+
HTTP response content type for this operation
-
PatchResponseDataSrtPlaybackResponse() - Constructor for class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
-
 
-
PatchResponseDataSrtPlaybackResponse(Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
-
 
-
PatchResponseDataSrtPlaybackResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
patchResponseDTO() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
-
Stream details updated successfully
+
HTTP response content type for this operation
-
patchResponseDTO(PatchResponseDTO) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
-
Stream details updated successfully
+
HTTP response content type for this operation
-
patchResponseDTO(Optional<? extends PatchResponseDTO>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
Stream details updated successfully
+
HTTP response content type for this operation
-
PatchResponseDTO - Class in io.fastpix.sdk.models.components
+
contentType() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
-
PatchResponseDTO
+
HTTP response content type for this operation
-
PatchResponseDTO() - Constructor for class io.fastpix.sdk.models.components.PatchResponseDTO
-
 
-
PatchResponseDTO(Optional<Boolean>, Optional<? extends PatchResponseData>) - Constructor for class io.fastpix.sdk.models.components.PatchResponseDTO
-
 
-
PatchResponseDTO.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PL - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
-
 
-
PL - io.fastpix.sdk.models.operations.LanguageCode
-
 
-
placement() - Method in class io.fastpix.sdk.models.components.WatermarkInput
-
 
-
placement(Placement) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
-
 
-
placement(Optional<? extends Placement>) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
-
 
-
Placement - Class in io.fastpix.sdk.models.components
-
 
-
Placement() - Constructor for class io.fastpix.sdk.models.components.Placement
-
 
-
Placement(Optional<? extends XAlign>, Optional<String>, Optional<? extends YAlign>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.Placement
-
 
-
Placement.Builder - Class in io.fastpix.sdk.models.components
-
 
-
playback() - Method in class io.fastpix.sdk.FastPixSDK
-
 
-
Playback - Class in io.fastpix.sdk
-
 
-
playbackId() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
-
-
A collection of Playback ID objects utilized for crafting HLS playback urls.
-
-
playbackId() - Method in class io.fastpix.sdk.models.components.PatchResponseData
-
 
-
playbackId() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
contentType() - Method in interface org.openapis.openapi.utils.AsyncResponse
-
Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
+
Returns the value of the Content-Type header.
-
playbackId() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
contentType() - Method in class org.openapis.openapi.utils.Multipart
-
Unique identifier for the playbackId
+
RFC 7578: no charset parameter at the multipart level.
-
playbackId() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
contentType() - Method in class org.openapis.openapi.utils.reactive.EventStream
-
Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
+
Returns the value of the Content-Type header.
-
playbackId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder
+
contentType() - Method in interface org.openapis.openapi.utils.Response
-
Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
+
Returns the value of the Content-Type header.
-
playbackId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
contentType() - Method in class org.openapis.openapi.utils.SerializedBody
 
-
playbackId(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder
-
Unique identifier for the playbackId
+
HTTP response content type for this operation
-
playbackId(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder
-
 
-
playbackId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder
-
Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
+
HTTP response content type for this operation
-
playbackId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder
-
 
-
playbackId(List<PlaybackIds>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
HTTP response content type for this operation
-
playbackId(List<PlaybackIds>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
-
 
-
playbackId(Optional<? extends List<PlaybackIds>>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
HTTP response content type for this operation
-
playbackId(Optional<? extends List<PlaybackIds>>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
-
 
-
PlaybackId - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder
-
PlaybackId
+
HTTP response content type for this operation
-
PlaybackId() - Constructor for class io.fastpix.sdk.models.components.PlaybackId
-
 
-
PlaybackId(Optional<String>, Optional<? extends PlaybackIdAccessPolicy>, Optional<? extends PlaybackIdAccessRestrictions>) - Constructor for class io.fastpix.sdk.models.components.PlaybackId
-
 
-
PlaybackId.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdAccessPolicy - Enum in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder
-
PlaybackIdAccessPolicy
+
HTTP response content type for this operation
-
PlaybackIdAccessRestrictions - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder
-
PlaybackIdAccessRestrictions
+
HTTP response content type for this operation
-
PlaybackIdAccessRestrictions() - Constructor for class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
-
 
-
PlaybackIdAccessRestrictions(Optional<? extends PlaybackIdDomains>, Optional<? extends PlaybackIdUserAgents>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
-
 
-
PlaybackIdAccessRestrictions.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdDomains - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder
-
PlaybackIdDomains
+
HTTP response content type for this operation
-
PlaybackIdDomains() - Constructor for class io.fastpix.sdk.models.components.PlaybackIdDomains
-
 
-
PlaybackIdDomains(Optional<? extends PlaybackIdDomainsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIdDomains
-
 
-
PlaybackIdDomains.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdDomainsDefaultPolicy - Enum in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder
-
PlaybackIdDomainsDefaultPolicy
+
HTTP response content type for this operation
-
playbackIdRequest() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
-
 
-
playbackIdRequest(PlaybackIdRequest) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder
-
 
-
playbackIdRequest(PlaybackIdRequest) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
-
 
-
playbackIdRequest(Optional<? extends PlaybackIdRequest>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder
-
 
-
playbackIdRequest(Optional<? extends PlaybackIdRequest>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
-
 
-
PlaybackIdRequest - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdRequest() - Constructor for class io.fastpix.sdk.models.components.PlaybackIdRequest
-
 
-
PlaybackIdRequest(Optional<? extends PlaybackIdRequestAccessPolicy>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIdRequest
-
 
-
PlaybackIdRequest.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdRequestAccessPolicy - Enum in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder
-
PlaybackIdRequestAccessPolicy
+
HTTP response content type for this operation
-
playbackIdResponse() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder
-
New PlaybackId created successfully
+
HTTP response content type for this operation
-
playbackIdResponse() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder
-
Stream details retrieved successfully
+
HTTP response content type for this operation
-
playbackIdResponse(PlaybackIdResponse) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder
-
New PlaybackId created successfully
+
HTTP response content type for this operation
-
playbackIdResponse(PlaybackIdResponse) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder
-
Stream details retrieved successfully
+
HTTP response content type for this operation
-
playbackIdResponse(Optional<? extends PlaybackIdResponse>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder
-
New PlaybackId created successfully
+
HTTP response content type for this operation
-
playbackIdResponse(Optional<? extends PlaybackIdResponse>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder
-
Stream details retrieved successfully
+
HTTP response content type for this operation
-
PlaybackIdResponse - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder
-
PlaybackIdResponse
+
HTTP response content type for this operation
-
PlaybackIdResponse() - Constructor for class io.fastpix.sdk.models.components.PlaybackIdResponse
-
 
-
PlaybackIdResponse(Optional<Boolean>, Optional<? extends PlaybackIdResponseData>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIdResponse
-
 
-
PlaybackIdResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdResponseData - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdResponseData() - Constructor for class io.fastpix.sdk.models.components.PlaybackIdResponseData
-
 
-
PlaybackIdResponseData(Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIdResponseData
-
 
-
PlaybackIdResponseData.Builder - Class in io.fastpix.sdk.models.components
-
 
-
playbackIds() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds() - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
-
 
-
playbackIds() - Method in class io.fastpix.sdk.models.components.Media
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds() - Method in class io.fastpix.sdk.models.operations.Data
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse.Builder
-
 
-
playbackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.operations.Data.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse.Builder
-
 
-
playbackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
playbackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.operations.Data.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
HTTP response content type for this operation
-
PlaybackIds - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder
-
PlaybackIds
+
HTTP response content type for this operation
-
PlaybackIds() - Constructor for class io.fastpix.sdk.models.components.PlaybackIds
-
 
-
PlaybackIds(Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIds
-
 
-
PlaybackIds.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdUserAgents - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder
-
PlaybackIdUserAgents
+
HTTP response content type for this operation
-
PlaybackIdUserAgents() - Constructor for class io.fastpix.sdk.models.components.PlaybackIdUserAgents
-
 
-
PlaybackIdUserAgents(Optional<? extends PlaybackIdUserAgentsDefaultPolicy>, Optional<? extends List<String>>, Optional<? extends List<String>>) - Constructor for class io.fastpix.sdk.models.components.PlaybackIdUserAgents
-
 
-
PlaybackIdUserAgents.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackIdUserAgentsDefaultPolicy - Enum in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder
-
PlaybackIdUserAgentsDefaultPolicy
+
HTTP response content type for this operation
-
playbackSettings() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder
-
Displays the result of the playback settings.
+
HTTP response content type for this operation
-
playbackSettings(PlaybackSettings) - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder
-
Displays the result of the playback settings.
+
HTTP response content type for this operation
-
PlaybackSettings - Class in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder
-
PlaybackSettings
+
HTTP response content type for this operation
-
PlaybackSettings() - Constructor for class io.fastpix.sdk.models.components.PlaybackSettings
-
 
-
PlaybackSettings(Optional<? extends PlaybackSettingsAccessPolicy>) - Constructor for class io.fastpix.sdk.models.components.PlaybackSettings
-
 
-
PlaybackSettings.Builder - Class in io.fastpix.sdk.models.components
-
 
-
PlaybackSettingsAccessPolicy - Enum in io.fastpix.sdk.models.components
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder
-
PlaybackSettingsAccessPolicy
+
HTTP response content type for this operation
-
PLPL - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
populateGlobal(Object, String, String, Map<String, Map<String, Map<String, Object>>>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
prefixBearer(String) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
previousResponse() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
-
 
-
PRIMITIVE - io.fastpix.sdk.utils.Types
-
 
-
PRIVATE - io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
-
 
-
PRIVATE - io.fastpix.sdk.models.components.MediaPolicy
-
 
-
PRIVATE - io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
-
 
-
PRIVATE - io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy
-
 
-
PRIVATE - io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy
-
 
-
PRIVATE - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
-
 
-
PRIVATE - io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy
-
 
-
PT_BR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
PTPT - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
PUBLIC - io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
-
 
-
PUBLIC - io.fastpix.sdk.models.components.MediaPolicy
-
 
-
PUBLIC - io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
-
 
-
PUBLIC - io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy
-
 
-
PUBLIC - io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy
-
 
-
PUBLIC - io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
-
 
-
PUBLIC - io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy
-
 
-
pushMediaSettings() - Method in class io.fastpix.sdk.models.components.DirectUpload
-
 
-
pushMediaSettings() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder
-
Configuration settings for media upload.
+
HTTP response content type for this operation
-
pushMediaSettings(DirectUploadResponse) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
-
 
-
pushMediaSettings(PushMediaSettings) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder
-
Configuration settings for media upload.
+
HTTP response content type for this operation
-
pushMediaSettings(Optional<? extends DirectUploadResponse>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
-
 
-
pushMediaSettings(Optional<? extends PushMediaSettings>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse.Builder
-
Configuration settings for media upload.
+
HTTP response content type for this operation
-
PushMediaSettings - Class in io.fastpix.sdk.models.operations
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder
-
PushMediaSettings
+
HTTP response content type for this operation
-
PushMediaSettings(DirectUploadVideoMediaAccessPolicy) - Constructor for class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
PushMediaSettings(DirectUploadVideoMediaAccessPolicy, Optional<Double>, Optional<Double>, Optional<? extends List<Input>>, Optional<? extends DirectUploadVideoMediaMetadata>, Optional<? extends Subtitles>, Optional<Boolean>, Optional<? extends MaxResolution>, Optional<Boolean>, Optional<? extends Mp4Support>, Optional<? extends Summary>, Optional<Boolean>, Optional<Boolean>, Optional<? extends Moderation>, Optional<? extends DirectUploadVideoMediaAccessRestrictions>) - Constructor for class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
PushMediaSettings.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
- - - -

Q

-
-
QueryParameter - Class in io.fastpix.sdk.utils
-
 
-
QueryParameters - Class in io.fastpix.sdk.utils
-
 
-
QueryParameters() - Constructor for class io.fastpix.sdk.utils.QueryParameters
-
 
-
- - - -

R

-
-
rawResponse() - Method in exception io.fastpix.sdk.models.errors.APIException
-
 
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse() - Method in interface io.fastpix.sdk.utils.Response
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder
-
Returns the raw response.
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
rawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder
-
Raw HTTP response; suitable for custom response parsing
+
HTTP response content type for this operation
-
read() - Method in class io.fastpix.sdk.utils.EventStreamLineReader
-
 
-
read(char[], int, int) - Method in class io.fastpix.sdk.utils.EventStreamLineReader
-
 
-
readBytes(File) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
readBytes(InputStream) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
readBytes(String) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
readBytesAndClose(InputStream) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
readDefaultOrConstValue(String, String, TypeReference<T>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
readMessage() - Method in class io.fastpix.sdk.utils.EventStreamReader
-
 
-
readRawMessage() - Method in class io.fastpix.sdk.utils.EventStreamReader
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder
-
Returns the event message (lines separated by \n) without the terminating - \n\n.
+
HTTP response content type for this operation
-
reconnectWindow() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow() - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(long) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(long) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(long) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(long) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
reconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
HTTP response content type for this operation
-
RecordingClient - Class in io.fastpix.sdk.utils
-
 
-
RecordingClient() - Constructor for class io.fastpix.sdk.utils.RecordingClient
-
 
-
recordTest(String) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
referenceEquals(Object, Object) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
REFRESH_BEFORE_EXPIRY_SECONDS - Static variable in class io.fastpix.sdk.utils.SessionManager
-
 
-
registerAfterError(Hook.AfterError) - Method in class io.fastpix.sdk.utils.Hooks
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder
-
Registers an Hook.AfterError hook to be applied in order of registration - (multiple can be registered).
+
HTTP response content type for this operation
-
registerAfterSuccess(Hook.AfterSuccess) - Method in class io.fastpix.sdk.utils.Hooks
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder
-
Registers an Hook.AfterSuccess hook to be applied in order of registration - (multiple can be registered).
+
HTTP response content type for this operation
-
registerBeforeRequest(Hook.BeforeRequest) - Method in class io.fastpix.sdk.utils.Hooks
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder
-
Registers a Hook.BeforeRequest hook to be applied in order of - registration.
+
HTTP response content type for this operation
-
registerSdkInit(Hook.SdkInit) - Method in class io.fastpix.sdk.utils.Hooks
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder
-
Registers a Hook.SdkInit hook to be applied in order of registration - (multiple can be registered).
+
HTTP response content type for this operation
-
remove(String) - Method in class io.fastpix.sdk.utils.SessionManager
-
 
-
request() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
-
 
-
request(CreateLiveStreamRequest) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder
-
 
-
request(CreateMediaRequest) - Method in class io.fastpix.sdk.models.operations.CreateMediaRequestBuilder
-
 
-
request(DirectUploadVideoMediaRequest) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder
-
 
-
request(Optional<? extends CreateLiveStreamRequest>) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder
-
 
-
request(Optional<? extends CreateMediaRequest>) - Method in class io.fastpix.sdk.models.operations.CreateMediaRequestBuilder
-
 
-
request(Optional<? extends DirectUploadVideoMediaRequest>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder
-
 
-
requestBody() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder
-
Request body for creating playback id for an media
+
HTTP response content type for this operation
-
requestBody() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
-
 
-
requestBody(CreateMediaPlaybackIdRequestBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder
-
Request body for creating playback id for an media
+
HTTP response content type for this operation
-
requestBody(CreateMediaPlaybackIdRequestBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
-
 
-
requestBody(UpdatedMediaRequestBody) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder
-
 
-
requestBody(UpdatedMediaRequestBody) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
-
 
-
requestBody(Optional<? extends CreateMediaPlaybackIdRequestBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder
-
Request body for creating playback id for an media
+
HTTP response content type for this operation
-
requestBody(Optional<? extends CreateMediaPlaybackIdRequestBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
-
 
-
requestBody(Optional<? extends UpdatedMediaRequestBody>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder
-
 
-
requestBody(Optional<? extends UpdatedMediaRequestBody>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
-
 
-
RequestBody - Class in io.fastpix.sdk.utils
-
 
-
requestOAuth2Token(HTTPClient, T, List<String>, Map<String, String>, Map<String, String>, URI) - Static method in class io.fastpix.sdk.utils.SessionManager
-
 
-
requests() - Method in class io.fastpix.sdk.utils.RecordingClient
-
 
-
reset() - Method in class io.fastpix.sdk.utils.RecordingClient
-
 
-
resolveOptionals(Object) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
response() - Method in exception io.fastpix.sdk.utils.Retries.RetryableException
-
 
-
Response - Interface in io.fastpix.sdk.utils
-
 
-
Retries - Class in io.fastpix.sdk.utils
-
 
-
Retries.Builder - Class in io.fastpix.sdk.utils
-
 
-
Retries.NonRetryableException - Exception in io.fastpix.sdk.utils
-
 
-
Retries.RetryableException - Exception in io.fastpix.sdk.utils
-
 
-
retrieveMediaInputInfo() - Method in class io.fastpix.sdk.ManageVideos
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder
-
Get info of media inputs
+
HTTP response content type for this operation
-
retrieveMediaInputInfo(String) - Method in class io.fastpix.sdk.ManageVideos
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetMediaResponse.Builder
-
Get info of media inputs
+
HTTP response content type for this operation
-
retrieveMediaInputInfo(String) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
-
 
-
RetrieveMediaInputInfoRequest - Class in io.fastpix.sdk.models.operations
-
 
-
RetrieveMediaInputInfoRequest(String) - Constructor for class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
-
 
-
RetrieveMediaInputInfoRequest.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
RetrieveMediaInputInfoRequestBuilder - Class in io.fastpix.sdk.models.operations
-
 
-
RetrieveMediaInputInfoRequestBuilder(SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo) - Constructor for class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder
-
 
-
RetrieveMediaInputInfoResponse - Class in io.fastpix.sdk.models.operations
-
 
-
RetrieveMediaInputInfoResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
-
 
-
RetrieveMediaInputInfoResponse(String, int, HttpResponse<InputStream>, Optional<? extends RetrieveMediaInputInfoResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
-
 
-
RetrieveMediaInputInfoResponse.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
RetrieveMediaInputInfoResponseBody - Class in io.fastpix.sdk.models.operations
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder
-
RetrieveMediaInputInfoResponseBody
+
HTTP response content type for this operation
-
RetrieveMediaInputInfoResponseBody() - Constructor for class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
-
 
-
RetrieveMediaInputInfoResponseBody(Optional<Boolean>, Optional<? extends Object>) - Constructor for class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
-
 
-
RetrieveMediaInputInfoResponseBody.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
RETRY_CONFIG - io.fastpix.sdk.utils.Options.Option
-
 
-
RetryableException(HttpResponse<InputStream>) - Constructor for exception io.fastpix.sdk.utils.Retries.RetryableException
-
 
-
retryConfig() - Method in class io.fastpix.sdk.utils.Options
-
 
-
retryConfig(RetryConfig) - Method in class io.fastpix.sdk.FastPixSDK.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder
-
Overrides the default configuration for retries
+
HTTP response content type for this operation
-
retryConfig(RetryConfig) - Method in class io.fastpix.sdk.utils.Options.Builder
-
 
-
retryConfig(RetryConfig) - Method in class io.fastpix.sdk.utils.Retries.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder
-
Defines the retry configuration.
+
HTTP response content type for this operation
-
retryConfig(Optional<RetryConfig>) - Method in class io.fastpix.sdk.utils.Options.Builder
-
 
-
RetryConfig - Class in io.fastpix.sdk.utils
-
 
-
RetryConfig.Builder - Class in io.fastpix.sdk.utils
-
 
-
RetryConfig.Strategy - Enum in io.fastpix.sdk.utils
-
 
-
retryConnectError() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
retryConnectError(boolean) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder
-
Specifies whether connection errors should be retried.
+
HTTP response content type for this operation
-
retryMs() - Method in class io.fastpix.sdk.utils.EventStreamMessage
-
 
-
retryReadTimeoutError() - Method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
retryReadTimeoutError(boolean) - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
-
Specifies whether Read Timeout errors should be retried.
+
HTTP response content type for this operation
-
RIGHT - io.fastpix.sdk.models.components.XAlign
-
 
-
RORO - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
RU - io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
-
 
-
RU - io.fastpix.sdk.models.operations.LanguageCode
-
 
-
run() - Method in class io.fastpix.sdk.utils.Retries
-
 
-
RURU - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
- - - -

S

-
-
scopes() - Method in class io.fastpix.sdk.utils.SessionManager.Session
-
 
-
sdkInit(Hook.SdkInitData) - Method in interface io.fastpix.sdk.utils.Hook.SdkInit
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder
-
Returns a transformed HTTPClient and baseUrl for use in requests.
+
HTTP response content type for this operation
-
sdkInit(Hook.SdkInitData) - Method in class io.fastpix.sdk.utils.Hooks
-
 
-
SdkInitData(String, HTTPClient) - Constructor for class io.fastpix.sdk.utils.Hook.SdkInitData
-
 
-
SDKMethodInterfaces - Class in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces() - Constructor for class io.fastpix.sdk.models.operations.SDKMethodInterfaces
-
 
-
SDKMethodInterfaces.MethodCallCreateMedia - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallCreateMediaPlaybackId - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallCreateNewStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallCreateSimulcastOfStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallDeleteLiveStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallDeleteMedia - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallDirectUploadVideoMedia - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallGetAllStreams - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallGetLiveStreamById - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallGetMedia - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallListMedia - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallUpdatedMedia - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallUpdateLiveStream - Interface in io.fastpix.sdk.models.operations
-
 
-
SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream - Interface in io.fastpix.sdk.models.operations
-
 
-
security(Security) - Method in class io.fastpix.sdk.FastPixSDK.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder
-
Configures the SDK to use the provided security details.
+
HTTP response content type for this operation
-
Security - Class in io.fastpix.sdk.models.components
-
 
-
Security - Class in io.fastpix.sdk.utils
-
 
-
Security(String, String) - Constructor for class io.fastpix.sdk.models.components.Security
-
 
-
Security.Builder - Class in io.fastpix.sdk.models.components
-
 
-
securitySource() - Method in class io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
-
 
-
securitySource() - Method in class io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
-
 
-
securitySource() - Method in class io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
-
 
-
securitySource() - Method in interface io.fastpix.sdk.utils.Hook.HookContext
-
 
-
securitySource(SecuritySource) - Method in class io.fastpix.sdk.FastPixSDK.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder
-
Configures the SDK to use a custom security source.
+
HTTP response content type for this operation
-
SecuritySource - Interface in io.fastpix.sdk
-
 
-
SecuritySource.DefaultSecuritySource - Class in io.fastpix.sdk
-
 
-
Segment1 - Class in io.fastpix.sdk.models.components
-
 
-
Segment1(String, long) - Constructor for class io.fastpix.sdk.models.components.Segment1
-
 
-
Segment1.Builder - Class in io.fastpix.sdk.models.components
-
 
-
Segment2 - Class in io.fastpix.sdk.models.components
-
 
-
Segment2(String, boolean) - Constructor for class io.fastpix.sdk.models.components.Segment2
-
 
-
Segment2.Builder - Class in io.fastpix.sdk.models.components
-
 
-
segments() - Method in class io.fastpix.sdk.models.components.VideoInput
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse.Builder
-
A list of media segments to be added or processed.
+
HTTP response content type for this operation
-
segments(List<SegmentUnion>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder
-
A list of media segments to be added or processed.
+
HTTP response content type for this operation
-
segments(Optional<? extends List<SegmentUnion>>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse.Builder
-
A list of media segments to be added or processed.
+
HTTP response content type for this operation
-
SegmentUnion - Class in io.fastpix.sdk.models.components
-
 
-
SegmentUnion._Deserializer - Class in io.fastpix.sdk.models.components
-
 
-
send(HttpRequest) - Method in interface io.fastpix.sdk.utils.HTTPClient
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse.Builder
-
Sends an HTTP request and returns the response.
+
HTTP response content type for this operation
-
send(HttpRequest) - Method in class io.fastpix.sdk.utils.RecordingClient
-
 
-
send(HttpRequest) - Method in class io.fastpix.sdk.utils.SpeakeasyHTTPClient
-
 
-
serialize(BigDecimalString, JsonGenerator, SerializerProvider) - Method in class io.fastpix.sdk.utils.BigDecimalString.Serializer
-
 
-
serialize(BigIntegerString, JsonGenerator, SerializerProvider) - Method in class io.fastpix.sdk.utils.BigIntegerString.Serializer
-
 
-
serialize(TypedObject, JsonGenerator, SerializerProvider) - Method in class io.fastpix.sdk.utils.TypedObject.Serializer
-
 
-
serialize(Object, String, String, boolean) - Static method in class io.fastpix.sdk.utils.RequestBody
-
 
-
SerializedBody - Class in io.fastpix.sdk.utils
-
 
-
SerializedBody(String, HttpRequest.BodyPublisher) - Constructor for class io.fastpix.sdk.utils.SerializedBody
-
 
-
serializeFormData(Object) - Static method in class io.fastpix.sdk.utils.RequestBody
-
 
-
Serializer() - Constructor for class io.fastpix.sdk.utils.BigDecimalString.Serializer
-
 
-
Serializer() - Constructor for class io.fastpix.sdk.utils.BigIntegerString.Serializer
-
 
-
Serializer() - Constructor for class io.fastpix.sdk.utils.TypedObject.Serializer
-
 
-
serializeRequestBody(Object, String, String, boolean) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
serverIndex(int) - Method in class io.fastpix.sdk.FastPixSDK.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder
-
Overrides the default server by index.
+
HTTP response content type for this operation
-
SERVERS - Static variable in class io.fastpix.sdk.FastPixSDK
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder
-
SERVERS contains the list of server urls available to the SDK.
+
HTTP response content type for this operation
-
serverURL(String) - Method in class io.fastpix.sdk.FastPixSDK.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListMediaResponse.Builder
-
Overrides the default server URL.
+
HTTP response content type for this operation
-
serverURL(String, Map<String, String>) - Method in class io.fastpix.sdk.FastPixSDK.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder
-
Overrides the default server URL with a templated URL populated with the provided parameters.
+
HTTP response content type for this operation
-
Session(T, Optional<String>, List<String>, Optional<OffsetDateTime>) - Constructor for class io.fastpix.sdk.utils.SessionManager.Session
-
 
-
sessionKey() - Method in interface io.fastpix.sdk.utils.SessionManager.HasSessionKey
-
 
-
sessionKey(String...) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
SessionManager<T extends SessionManager.HasSessionKey> - Class in io.fastpix.sdk.utils
-
 
-
SessionManager() - Constructor for class io.fastpix.sdk.utils.SessionManager
-
 
-
SessionManager.HasSessionKey - Interface in io.fastpix.sdk.utils
-
 
-
SessionManager.Session<T> - Class in io.fastpix.sdk.utils
-
 
-
setBody(Optional<SerializedBody>) - Method in class io.fastpix.sdk.utils.HTTPRequest
-
 
-
setDebugLogging(boolean) - Static method in class io.fastpix.sdk.utils.SpeakeasyHTTPClient
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder
-
Experimental, may be changed anytime.
+
HTTP response content type for this operation
-
setLogger(Consumer<? super String>) - Static method in class io.fastpix.sdk.utils.SpeakeasyHTTPClient
-
 
-
setRedactedHeaders(Collection<String>) - Static method in class io.fastpix.sdk.utils.SpeakeasyHTTPClient
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder
-
Experimental, may be changed anytime.
+
HTTP response content type for this operation
-
setSseSentinel(Object, String) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
SEVEN_HUNDRED_AND_TWENTYP - io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
-
 
-
SEVEN_HUNDRED_AND_TWENTYP - io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
-
 
-
SEVEN_HUNDRED_AND_TWENTYP - io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
-
 
-
SEVEN_HUNDRED_AND_TWENTYP - io.fastpix.sdk.models.components.MediaMaxResolution
-
 
-
SEVEN_HUNDRED_AND_TWENTYP - io.fastpix.sdk.models.components.SourceResolution
-
 
-
SEVEN_HUNDRED_AND_TWENTYP - io.fastpix.sdk.models.operations.MaxResolution
-
 
-
shape() - Method in class io.fastpix.sdk.utils.TypedObject
-
 
-
shape() - Method in class io.fastpix.sdk.utils.Utils.TypeReferenceWithShape
-
 
-
SHORT_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
-
 
-
shouldCreateNewSession(Optional<SessionManager.Session<T>>, Optional<List<String>>) - Static method in class io.fastpix.sdk.utils.SessionManager
-
 
-
simulcastdeleteResponse() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse.Builder
-
Stream's simulcast deleted successfully
+
HTTP response content type for this operation
-
simulcastdeleteResponse(SimulcastdeleteResponse) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder
-
Stream's simulcast deleted successfully
+
HTTP response content type for this operation
-
simulcastdeleteResponse(Optional<? extends SimulcastdeleteResponse>) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder
-
Stream's simulcast deleted successfully
+
HTTP response content type for this operation
-
SimulcastdeleteResponse - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastdeleteResponse() - Constructor for class io.fastpix.sdk.models.components.SimulcastdeleteResponse
-
 
-
SimulcastdeleteResponse(Optional<Boolean>) - Constructor for class io.fastpix.sdk.models.components.SimulcastdeleteResponse
-
 
-
SimulcastdeleteResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
simulcastId() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(String) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(String) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder
-
 
-
simulcastId(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
-
 
-
simulcastId(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
-
 
-
simulcastId(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastId(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
HTTP response content type for this operation
-
simulcastRequest() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
-
 
-
simulcastRequest(SimulcastRequest) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder
+
contentType(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder
+
+
HTTP response content type for this operation
+
+
contentTypeMatches(String, String) - Static method in class org.openapis.openapi.utils.Utils
 
-
simulcastRequest(SimulcastRequest) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
+
continent() - Method in class org.openapis.openapi.models.components.Views
+
+
Continent represents the continent name of the viewer accessing the video content.
+
+
continent(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Continent represents the continent name of the viewer accessing the video content.
+
+
CONTINENT - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
simulcastRequest(Optional<? extends SimulcastRequest>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder
+
CONTINENT - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
simulcastRequest(Optional<? extends SimulcastRequest>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
+
convertToShape(Object, Utils.JsonShape, TypeReference<?>) - Static method in class org.openapis.openapi.utils.Utils
 
-
SimulcastRequest - Class in io.fastpix.sdk.models.components
+
convertToStringShape(TypeFactory, JavaType) - Static method in class org.openapis.openapi.utils.Utils
 
-
SimulcastRequest() - Constructor for class io.fastpix.sdk.models.components.SimulcastRequest
+
CopiableInputStream - Class in org.openapis.openapi.utils
 
-
SimulcastRequest(Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.SimulcastRequest
+
CopiableInputStream(InputStream) - Constructor for class org.openapis.openapi.utils.CopiableInputStream
 
-
SimulcastRequest.Builder - Class in io.fastpix.sdk.models.components
+
copy() - Method in class org.openapis.openapi.utils.CopiableInputStream
 
-
simulcastResponse() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
copy(HttpRequest) - Static method in class org.openapis.openapi.utils.Helpers
-
New Simulcast created successfully
+
Returns an HttpRequest.Builder which is initialized with the + state of the given HttpRequest.
-
simulcastResponse() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
copy(HttpRequest) - Static method in class org.openapis.openapi.utils.Utils
-
Stream's simulcast details fetched successfully
+
Returns an HttpRequest.Builder which is initialized with the + state of the given HttpRequest.
-
simulcastResponse(SimulcastResponse) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
+
copy(HttpRequest, BiPredicate<String, String>) - Static method in class org.openapis.openapi.utils.Helpers
-
New Simulcast created successfully
+
Returns an HttpRequest.Builder which is initialized with the + state of the given HttpRequest.
-
simulcastResponse(SimulcastResponse) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
copy(HttpRequest, BiPredicate<String, String>) - Static method in class org.openapis.openapi.utils.Utils
-
Stream's simulcast details fetched successfully
+
Returns an HttpRequest.Builder which is initialized with the + state of the given HttpRequest.
-
simulcastResponse(Optional<? extends SimulcastResponse>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
+
corsOrigin() - Method in class org.openapis.openapi.models.components.DirectUpload
-
New Simulcast created successfully
+
Upload media directly from a device using the url name or enter "*" to allow all.
-
simulcastResponse(Optional<? extends SimulcastResponse>) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
corsOrigin() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
Stream's simulcast details fetched successfully
+
CORS origin allowed for the upload.
-
SimulcastResponse - Class in io.fastpix.sdk.models.components
+
corsOrigin() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
-
SimulcastResponse
+
Upload media directly from a device using the url name or enter "*" to allow all.
-
SimulcastResponse() - Constructor for class io.fastpix.sdk.models.components.SimulcastResponse
-
 
-
SimulcastResponse(Optional<Boolean>, Optional<? extends SimulcastResponseData>) - Constructor for class io.fastpix.sdk.models.components.SimulcastResponse
-
 
-
SimulcastResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastResponseData - Class in io.fastpix.sdk.models.components
+
corsOrigin() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
-
SimulcastResponseData
+
Upload media directly from a device using the URL name or enter "*" to allow all.
-
SimulcastResponseData() - Constructor for class io.fastpix.sdk.models.components.SimulcastResponseData
-
 
-
SimulcastResponseData(Optional<String>, Optional<String>, Optional<String>, Optional<Boolean>, Optional<? extends SimulcastResponseMetadata>) - Constructor for class io.fastpix.sdk.models.components.SimulcastResponseData
-
 
-
SimulcastResponseData.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastResponseMetadata - Class in io.fastpix.sdk.models.components
+
corsOrigin(String) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
-
SimulcastResponseMetadata
+
Upload media directly from a device using the url name or enter "*" to allow all.
-
SimulcastResponseMetadata() - Constructor for class io.fastpix.sdk.models.components.SimulcastResponseMetadata
-
 
-
SimulcastResponseMetadata.Builder - Class in io.fastpix.sdk.models.components
-
 
-
simulcastStream() - Method in class io.fastpix.sdk.FastPixSDK
-
 
-
SimulcastStream - Class in io.fastpix.sdk
-
 
-
SimulcastUnavailableError - Class in io.fastpix.sdk.models.errors
+
corsOrigin(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
-
SimulcastUnavailableError
+
CORS origin allowed for the upload.
-
SimulcastUnavailableError() - Constructor for class io.fastpix.sdk.models.errors.SimulcastUnavailableError
-
 
-
SimulcastUnavailableError(Optional<Long>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.SimulcastUnavailableError
-
 
-
SimulcastUnavailableError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
SimulcastUnavailableException - Exception in io.fastpix.sdk.models.errors
-
 
-
SimulcastUnavailableException() - Constructor for exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
-
 
-
SimulcastUnavailableException(Optional<Boolean>, Optional<? extends SimulcastUnavailableError>) - Constructor for exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
-
 
-
SimulcastUnavailableException.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
simulcastUpdateRequest() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
 
-
simulcastUpdateRequest(SimulcastUpdateRequest) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
-
 
-
simulcastUpdateRequest(SimulcastUpdateRequest) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
-
 
-
simulcastUpdateRequest(Optional<? extends SimulcastUpdateRequest>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
-
 
-
simulcastUpdateRequest(Optional<? extends SimulcastUpdateRequest>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
-
 
-
SimulcastUpdateRequest - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastUpdateRequest() - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateRequest
-
 
-
SimulcastUpdateRequest(Optional<Boolean>, Optional<? extends SimulcastUpdateRequestMetadata>) - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateRequest
-
 
-
SimulcastUpdateRequest.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastUpdateRequestMetadata - Class in io.fastpix.sdk.models.components
-
-
SimulcastUpdateRequestMetadata
-
-
SimulcastUpdateRequestMetadata() - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
-
 
-
SimulcastUpdateRequestMetadata.Builder - Class in io.fastpix.sdk.models.components
-
 
-
simulcastUpdateResponse() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
-
Stream's simulcast details fetched successfully
-
-
simulcastUpdateResponse(SimulcastUpdateResponse) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
corsOrigin(String) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
-
Stream's simulcast details fetched successfully
+
Upload media directly from a device using the url name or enter "*" to allow all.
-
simulcastUpdateResponse(Optional<? extends SimulcastUpdateResponse>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
corsOrigin(String) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest.Builder
-
Stream's simulcast details fetched successfully
+
Upload media directly from a device using the URL name or enter "*" to allow all.
-
SimulcastUpdateResponse - Class in io.fastpix.sdk.models.components
+
count() - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
-
SimulcastUpdateResponse
+
The count of viewers.
-
SimulcastUpdateResponse() - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateResponse
-
 
-
SimulcastUpdateResponse(Optional<Boolean>, Optional<? extends SimulcastUpdateResponseData>) - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateResponse
-
 
-
SimulcastUpdateResponse.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastUpdateResponseData - Class in io.fastpix.sdk.models.components
+
count() - Method in class org.openapis.openapi.models.components.ErrorDetails
-
SimulcastUpdateResponseData
+
Number of occurrences of the specific error.
-
SimulcastUpdateResponseData() - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
-
 
-
SimulcastUpdateResponseData(Optional<String>, Optional<String>, Optional<String>, Optional<Boolean>, Optional<? extends SimulcastUpdateResponseMetadata>) - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
-
 
-
SimulcastUpdateResponseData.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SimulcastUpdateResponseMetadata - Class in io.fastpix.sdk.models.components
+
count() - Method in class org.openapis.openapi.models.components.TopErrorDetails
-
SimulcastUpdateResponseMetadata
+
Number of occurrences of the specific error.
-
SimulcastUpdateResponseMetadata() - Constructor for class io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
-
 
-
SimulcastUpdateResponseMetadata.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SKSK - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
sortJSONObjectKeys(String, String...) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
sortQueryParameters(String) - Static method in class io.fastpix.sdk.utils.Utils
+
count(Long) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails.Builder
-
Returns an equivalent url with query parameters sorted by name.
+
The count of viewers.
-
sortSerializedMaps(Object, String, String) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
sourceAccess() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
count(Long) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Number of occurrences of the specific error.
-
sourceAccess() - Method in class io.fastpix.sdk.models.components.Media
+
count(Long) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Number of occurrences of the specific error.
-
sourceAccess() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
country() - Method in class org.openapis.openapi.models.components.Views
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Country represents the coded text that represents the country name of viewer accessing the video + content.
-
sourceAccess(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
country() - Method in class org.openapis.openapi.models.components.ViewsList
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Country of the viewer.
-
sourceAccess(boolean) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
country(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Country represents the coded text that represents the country name of viewer accessing the video + content.
-
sourceAccess(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
country(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Country of the viewer.
-
sourceAccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
COUNTRY - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
COUNTRY - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
countryCode() - Method in class org.openapis.openapi.models.components.Views
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Country Code denotes the two-letter ISO code representing the country of origin for the viewer + accessing the video content.
-
sourceAccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
countryCode(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Country Code denotes the two-letter ISO code representing the country of origin for the viewer + accessing the video content.
-
sourceAccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
create() - Method in class org.openapis.openapi.AsyncInputVideos
-
The sourceAccess parameter determines whether the original media file is accessible.
+
Create media from URL
-
sourceResolution() - Method in class io.fastpix.sdk.models.components.Media
+
create() - Method in class org.openapis.openapi.AsyncPlaylists
-
The actual resolution of the uploaded media.
+
Create a new playlist
-
sourceResolution(SourceResolution) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
create() - Method in class org.openapis.openapi.AsyncSigningKeys
-
The actual resolution of the uploaded media.
+
Create a signing key
-
sourceResolution(Optional<? extends SourceResolution>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
create() - Method in class org.openapis.openapi.AsyncSimulcastStream
-
The actual resolution of the uploaded media.
+
Create a simulcast
-
SourceResolution - Enum in io.fastpix.sdk.models.components
+
create() - Method in class org.openapis.openapi.AsyncStreams
-
SourceResolution
+
Create a new stream
-
SpeakeasyHTTPClient - Class in io.fastpix.sdk.utils
-
 
-
SpeakeasyHTTPClient() - Constructor for class io.fastpix.sdk.utils.SpeakeasyHTTPClient
-
 
-
SpeakeasyMetadata - Annotation Type in io.fastpix.sdk.utils
-
 
-
srtPlaybackResponse() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
create() - Method in class org.openapis.openapi.InputVideos
-
This object contains the livestream playback response details for SRT Protocol.
+
Create media from URL
-
srtPlaybackResponse() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
create() - Method in class org.openapis.openapi.Playlists
-
This object contains the livestream playback response details for SRT Protocol.
+
Create a new playlist
-
srtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
create() - Method in class org.openapis.openapi.SigningKeys
-
This object contains the livestream playback response details for SRT Protocol.
+
Create a signing key
-
srtPlaybackResponse(PatchResponseDataSrtPlaybackResponse) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
create() - Method in class org.openapis.openapi.SimulcastStream
-
This object contains the livestream playback response details for SRT Protocol.
+
Create a simulcast
-
srtPlaybackResponse(Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
create() - Method in class org.openapis.openapi.Streams
-
This object contains the livestream playback response details for SRT Protocol.
+
Create a new stream
-
srtPlaybackResponse(Optional<? extends PatchResponseDataSrtPlaybackResponse>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
create(String, SimulcastRequest) - Method in class org.openapis.openapi.AsyncSimulcastStream
-
This object contains the livestream playback response details for SRT Protocol.
+
Create a simulcast
-
srtPlaybackSecret() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
create(String, SimulcastRequest) - Method in class org.openapis.openapi.SimulcastStream
-
A playback secret used for securing the SRT playback stream.
+
Create a simulcast
-
srtPlaybackSecret() - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
create(String, SimulcastRequest, Options) - Method in class org.openapis.openapi.AsyncSimulcastStream
-
A playback secret used for securing the SRT playback stream.
+
Create a simulcast
-
srtPlaybackSecret(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
+
create(String, SimulcastRequest, Options) - Method in class org.openapis.openapi.SimulcastStream
-
A playback secret used for securing the SRT playback stream.
+
Create a simulcast
-
srtPlaybackSecret(String) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
+
create(CreateLiveStreamRequest) - Method in class org.openapis.openapi.AsyncStreams
-
A playback secret used for securing the SRT playback stream.
+
Create a new stream
-
srtPlaybackSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
+
create(CreateLiveStreamRequest) - Method in class org.openapis.openapi.Streams
-
A playback secret used for securing the SRT playback stream.
+
Create a new stream
-
srtPlaybackSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
+
create(CreateLiveStreamRequest, Options) - Method in class org.openapis.openapi.AsyncStreams
-
A playback secret used for securing the SRT playback stream.
+
Create a new stream
-
srtPlaybackStreamId() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
create(CreateLiveStreamRequest, Options) - Method in class org.openapis.openapi.Streams
-
A unique identifier for the SRT playback stream.
+
Create a new stream
-
srtPlaybackStreamId() - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
create(CreateMediaRequest) - Method in class org.openapis.openapi.AsyncInputVideos
-
A unique identifier for the SRT playback stream.
+
Create media from URL
-
srtPlaybackStreamId(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
+
create(CreateMediaRequest) - Method in class org.openapis.openapi.InputVideos
-
A unique identifier for the SRT playback stream.
+
Create media from URL
-
srtPlaybackStreamId(String) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
+
create(CreateMediaRequest, Options) - Method in class org.openapis.openapi.AsyncInputVideos
-
A unique identifier for the SRT playback stream.
+
Create media from URL
-
srtPlaybackStreamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
+
create(CreateMediaRequest, Options) - Method in class org.openapis.openapi.InputVideos
-
A unique identifier for the SRT playback stream.
+
Create media from URL
-
srtPlaybackStreamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
+
create(CreatePlaylistRequest) - Method in class org.openapis.openapi.AsyncPlaylists
-
A unique identifier for the SRT playback stream.
+
Create a new playlist
-
srtSecret() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
create(CreatePlaylistRequest) - Method in class org.openapis.openapi.Playlists
-
A secret used for securing the SRT stream.
+
Create a new playlist
-
srtSecret() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
create(CreatePlaylistRequest, Options) - Method in class org.openapis.openapi.AsyncPlaylists
-
A secret used for securing the SRT stream.
+
Create a new playlist
-
srtSecret(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
create(CreatePlaylistRequest, Options) - Method in class org.openapis.openapi.Playlists
-
A secret used for securing the SRT stream.
+
Create a new playlist
-
srtSecret(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
create(Options) - Method in class org.openapis.openapi.AsyncSigningKeys
-
A secret used for securing the SRT stream.
+
Create a signing key
-
srtSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
create(Options) - Method in class org.openapis.openapi.SigningKeys
-
A secret used for securing the SRT stream.
+
Create a signing key
-
srtSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
CreateAPlaylist - Class in org.openapis.openapi.operations
+
 
+
CreateAPlaylist() - Constructor for class org.openapis.openapi.operations.CreateAPlaylist
+
 
+
CreateAPlaylist.Async - Class in org.openapis.openapi.operations
+
 
+
CreateAPlaylist.Sync - Class in org.openapis.openapi.operations
+
 
+
CreateAPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateAPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CreateAPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreateAPlaylistRequestBuilder
+
 
+
CreateAPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreateAPlaylistRequestBuilder
+
 
+
CreateAPlaylistResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateAPlaylistResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreateAPlaylistResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
 
+
CreateAPlaylistResponse(String, int, HttpResponse<InputStream>, PlaylistCreatedResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
 
+
CreateAPlaylistResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
 
+
CreateAPlaylistResponse(String, int, HttpResponse<Blob>, PlaylistCreatedResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
 
+
CreateAPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateAPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
createAsyncApiError(HttpResponse<Blob>, String) - Static method in class org.openapis.openapi.utils.Utils
-
A secret used for securing the SRT stream.
+
Creates a failed CompletableFuture with an async API exception.
-
sslSession() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
CREATED - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
CREATED - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
CREATED - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
CREATED - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
CREATED - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
 
-
startLiveStream() - Method in class io.fastpix.sdk.FastPixSDK
+
CREATED - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
 
-
StartLiveStream - Class in io.fastpix.sdk
+
CREATED - Static variable in class org.openapis.openapi.models.components.MediaStatus
 
-
startTime() - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
CREATED - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
CREATED - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
CREATED_DATE_ASC - Enum constant in enum class org.openapis.openapi.models.components.PlaylistOrder.PlaylistOrderEnum
+
 
+
CREATED_DATE_ASC - Static variable in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
CREATED_DATE_DESC - Enum constant in enum class org.openapis.openapi.models.components.PlaylistOrder.PlaylistOrderEnum
+
 
+
CREATED_DATE_DESC - Static variable in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
createdAt() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Start time (in seconds) of the imposed audio in the video.
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
-
startTime() - Method in class io.fastpix.sdk.models.components.VideoInput
+
createdAt() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
Start time indicates where encoding should begin within the video file.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
startTime() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
createdAt() - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
-
Start time indicates where encoding should begin within the video file, in seconds.
+
Time the Signing key was generated, defined as a localDateTime (UTC Time).
-
startTime(double) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Start time indicates where encoding should begin within the video file.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
startTime(double) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
-
Start time indicates where encoding should begin within the video file, in seconds.
+
Time the Signing key was generated, defined as a localDateTime (UTC Time).
-
startTime(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
Start time (in seconds) of the imposed audio in the video.
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
-
startTime(Optional<Double>) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Start time indicates where encoding should begin within the video file.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
startTime(Optional<Double>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Start time indicates where encoding should begin within the video file, in seconds.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
startTime(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.Media
-
Start time (in seconds) of the imposed audio in the video.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
status() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
createdAt() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
-
Determines the media's status, which can be one of the possible values.
+
Timestamp of when the media was created.
-
status() - Method in class io.fastpix.sdk.models.components.DirectUpload
+
createdAt() - Method in class org.openapis.openapi.models.components.PatchResponseData
-
Determines the media's status, which can be one of the possible values.
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
-
status() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
createdAt() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
Timestamp of playlist creation.
-
status() - Method in class io.fastpix.sdk.models.components.Media
+
createdAt() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
Determines the media's status, which can be one of the possible values.
+
Timestamp of playlist creation.
-
status() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
createdAt() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
Timestamp of media creation in the workspace.
-
status(String) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.PlaylistItem
-
Determines the media's status, which can be one of the possible values.
+
Timestamp of playlist creation.
-
status(String) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
Determines the media's status, which can be one of the possible values.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
status(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
createdAt() - Method in class org.openapis.openapi.models.components.UpdateMedia
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
status(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
-
Determines the media's status, which can be one of the possible values.
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
-
status(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
status(Optional<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO.Builder
-
Determines the media's status, which can be one of the possible values.
+
Time the Signing key was generated, defined as a localDateTime (UTC Time).
-
status(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
-
Determines the media's status, which can be one of the possible values.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
status(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto.Builder
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
Time the Signing key was generated, defined as a localDateTime (UTC Time).
-
status(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
-
Determines the media's status, which can be one of the possible values.
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
-
status(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
Time the media was created, defined as a localDateTime (UTC Time).
-
statusCode() - Method in exception io.fastpix.sdk.models.errors.AuthException
-
 
-
statusCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
-
HTTP response status code for this operation
+
Time the media was created, defined as a localDateTime (UTC Time).
-
statusCode() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.Media.Builder
-
HTTP response status code for this operation
+
Time the media was created, defined as a localDateTime (UTC Time).
-
statusCode() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
-
HTTP response status code for this operation
+
Timestamp of when the media was created.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
-
HTTP response status code for this operation
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
-
statusCode() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
-
HTTP response status code for this operation
+
Timestamp of playlist creation.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
-
HTTP response status code for this operation
+
Timestamp of playlist creation.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
-
HTTP response status code for this operation
+
Timestamp of media creation in the workspace.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
-
HTTP response status code for this operation
+
Timestamp of playlist creation.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
-
HTTP response status code for this operation
+
Time the media was created, defined as a localDateTime (UTC Time).
-
statusCode() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
createdAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
-
HTTP response status code for this operation
+
Time the media was created, defined as a localDateTime (UTC Time).
-
statusCode() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
createdDate() - Method in class org.openapis.openapi.models.components.Metadata
-
HTTP response status code for this operation
+
Date range with start and end dates.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
createdDate() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
-
HTTP response status code for this operation
+
Date range with start and end dates.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
createdDate(DateRange) - Method in class org.openapis.openapi.models.components.Metadata.Builder
-
HTTP response status code for this operation
+
Date range with start and end dates.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
createdDate(DateRange) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata.Builder
-
HTTP response status code for this operation
+
Date range with start and end dates.
-
statusCode() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
createDirect() - Method in class org.openapis.openapi.AsyncSigningKeys
-
HTTP response status code for this operation
+
Create a signing key
-
statusCode() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
createDirect() - Method in class org.openapis.openapi.SigningKeys
-
HTTP response status code for this operation
+
Create a signing key
-
statusCode() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
createId() - Method in class org.openapis.openapi.AsyncPlayback
-
HTTP response status code for this operation
+
Create a playback ID
-
statusCode() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
createId() - Method in class org.openapis.openapi.Playback
-
HTTP response status code for this operation
+
Create a playback ID
-
statusCode() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
createId(String) - Method in class org.openapis.openapi.AsyncPlayback
-
HTTP response status code for this operation
+
Create a playback ID
-
statusCode() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
createId(String) - Method in class org.openapis.openapi.Playback
-
HTTP response status code for this operation
+
Create a playback ID
-
statusCode() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
createId(String, CreateMediaPlaybackIdRequestBody, Options) - Method in class org.openapis.openapi.AsyncPlayback
-
HTTP response status code for this operation
+
Create a playback ID
-
statusCode() - Method in interface io.fastpix.sdk.utils.Response
+
createId(String, CreateMediaPlaybackIdRequestBody, Options) - Method in class org.openapis.openapi.Playback
-
Returns the HTTP status code.
+
Create a playback ID
-
statusCode() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
CreateLiveStreamRequest - Class in org.openapis.openapi.models.components
 
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
-
-
HTTP response status code for this operation
-
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
-
-
HTTP response status code for this operation
-
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
-
-
HTTP response status code for this operation
-
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
CreateLiveStreamRequest(PlaybackSettings, InputMediaSettings) - Constructor for class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
 
+
CreateLiveStreamRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateLiveStreamRequestMaxResolution - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateLiveStreamRequestMaxResolution
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
+
CreateLiveStreamResponseDTO - Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateLiveStreamResponseDTO
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
+
CreateLiveStreamResponseDTO() - Constructor for class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
 
+
CreateLiveStreamResponseDTO(String, String, String, Boolean, String, String, Long, OffsetDateTime, Long, Boolean, Boolean, String, Map<String, String>, Boolean, Boolean, List<PlaybackIdResponse>, SrtPlaybackResponse) - Constructor for class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
 
+
CreateLiveStreamResponseDTO.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMedia - Class in org.openapis.openapi.operations
+
 
+
CreateMedia() - Constructor for class org.openapis.openapi.operations.CreateMedia
+
 
+
CreateMedia.Async - Class in org.openapis.openapi.operations
+
 
+
CreateMedia.Sync - Class in org.openapis.openapi.operations
+
 
+
CreateMediaPlaybackId - Class in org.openapis.openapi.operations
+
 
+
CreateMediaPlaybackId() - Constructor for class org.openapis.openapi.operations.CreateMediaPlaybackId
+
 
+
CreateMediaPlaybackId.Async - Class in org.openapis.openapi.operations
+
 
+
CreateMediaPlaybackId.Sync - Class in org.openapis.openapi.operations
+
 
+
CreateMediaPlaybackIdAccessRestrictions - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdAccessRestrictions() - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
 
+
CreateMediaPlaybackIdAccessRestrictions(DomainRestrictions, UserAgentRestrictions) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
 
+
CreateMediaPlaybackIdAccessRestrictions.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdRequest(String) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
 
+
CreateMediaPlaybackIdRequest(String, CreateMediaPlaybackIdRequestBody) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
 
+
CreateMediaPlaybackIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdRequestBody - Class in org.openapis.openapi.models.operations
-
HTTP response status code for this operation
+
CreateMediaPlaybackIdRequestBody
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
CreateMediaPlaybackIdRequestBody(AccessPolicy) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
 
+
CreateMediaPlaybackIdRequestBody(AccessPolicy, CreateMediaPlaybackIdAccessRestrictions, String, Resolution) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
 
+
CreateMediaPlaybackIdRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateMediaPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder
+
 
+
CreateMediaPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder
+
 
+
CreateMediaPlaybackIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateMediaPlaybackIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
 
+
CreateMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>, CreateMediaPlaybackIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
 
+
CreateMediaPlaybackIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
 
+
CreateMediaPlaybackIdResponse(String, int, HttpResponse<Blob>, CreateMediaPlaybackIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
 
+
CreateMediaPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateMediaPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaPlaybackIdResponseBody - Class in org.openapis.openapi.models.operations
-
HTTP response status code for this operation
+
CreateMediaPlaybackIdResponseBody
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
+
CreateMediaPlaybackIdResponseBody() - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
 
+
CreateMediaPlaybackIdResponseBody(Boolean, CreatePlaybackId) - Constructor for class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
 
+
CreateMediaPlaybackIdResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaRequest - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequest(List<Input>) - Constructor for class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
CreateMediaRequest(List<Input>, Map<String, String>, String, String, String, Subtitles, CreateMediaRequestAccessPolicy, CreateMediaRequestMp4Support, Boolean, Boolean, CreateMediaRequestMaxResolution, CreateMediaRequestMediaQuality, Summary, Boolean, Boolean, Moderation, CreateMediaRequestAccessRestrictions) - Constructor for class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
CreateMediaRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequestAccessPolicy - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaRequestAccessPolicy
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
CreateMediaRequestAccessRestrictions - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequestAccessRestrictions() - Constructor for class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
CreateMediaRequestAccessRestrictions(CreateMediaRequestDomains, CreateMediaRequestUserAgents) - Constructor for class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
CreateMediaRequestAccessRestrictions.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateMediaRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreateMediaRequestBuilder
+
 
+
CreateMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreateMediaRequestBuilder
+
 
+
CreateMediaRequestDomains - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequestDomains() - Constructor for class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
 
+
CreateMediaRequestDomains(DomainsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
 
+
CreateMediaRequestDomains.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequestLanguageCode - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaRequestLanguageCode
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
CreateMediaRequestMaxResolution - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaRequestMaxResolution
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
+
CreateMediaRequestMediaQuality - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaRequestMediaQuality
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
+
CreateMediaRequestMp4Support - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaRequestMp4Support
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
+
CreateMediaRequestType - Enum Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaRequestType
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
-
-
HTTP response status code for this operation
-
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse.Builder
+
CreateMediaRequestUserAgents - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaRequestUserAgents() - Constructor for class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
 
+
CreateMediaRequestUserAgents(UserAgentsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
 
+
CreateMediaRequestUserAgents.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponse - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateMediaResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaResponse() - Constructor for class org.openapis.openapi.models.components.CreateMediaResponse
+
 
+
CreateMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreateMediaResponse
+
 
+
CreateMediaResponse(String, int, HttpResponse<InputStream>, CreateMediaSuccessResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreateMediaResponse
+
 
+
CreateMediaResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
 
+
CreateMediaResponse(String, int, HttpResponse<Blob>, CreateMediaSuccessResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
 
+
CreateMediaResponse(String, Boolean, CreateMediaResponseStatus, OffsetDateTime, OffsetDateTime, List<PlaybackId>, Map<String, String>, CreateMediaResponseMediaQuality, Boolean, CreateMediaResponseMaxResolution, List<CreateMediaResponseInput>, Boolean) - Constructor for class org.openapis.openapi.models.components.CreateMediaResponse
+
 
+
CreateMediaResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateMediaResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateMediaResponseInput - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponseInput() - Constructor for class org.openapis.openapi.models.components.CreateMediaResponseInput
+
 
+
CreateMediaResponseInput(String, String) - Constructor for class org.openapis.openapi.models.components.CreateMediaResponseInput
+
 
+
CreateMediaResponseInput.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponseMaxResolution - Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaResponseMaxResolution
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponseMediaQuality - Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaResponseMediaQuality
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse.Builder
+
CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
CreateMediaResponseStatus - Class in org.openapis.openapi.models.components
-
HTTP response status code for this operation
+
CreateMediaResponseStatus
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
+
CreateMediaResponseStatus.CreateMediaResponseStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
createMediaSuccessResponse() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
-
HTTP response status code for this operation
+
Media is created successfully
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
+
createMediaSuccessResponse() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
-
HTTP response status code for this operation
+
Media is created successfully
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
+
createMediaSuccessResponse(CreateMediaSuccessResponse) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder
-
HTTP response status code for this operation
+
Media is created successfully
-
statusCode(int) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
createMediaSuccessResponse(CreateMediaSuccessResponse) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse.Builder
-
HTTP response status code for this operation
+
Media is created successfully
-
statusCodeMatches(int, String...) - Static method in class io.fastpix.sdk.utils.Utils
+
CreateMediaSuccessResponse - Class in org.openapis.openapi.models.components
 
-
statusCodeMatchesOne(int, String) - Static method in class io.fastpix.sdk.utils.Utils
+
CreateMediaSuccessResponse() - Constructor for class org.openapis.openapi.models.components.CreateMediaSuccessResponse
 
-
statusCodes(List<String>) - Method in class io.fastpix.sdk.utils.Retries.Builder
-
-
Defines the status codes that should be considered as errors.
-
-
strategy() - Method in class io.fastpix.sdk.utils.RetryConfig
+
CreateMediaSuccessResponse(Boolean, CreateMediaResponse) - Constructor for class org.openapis.openapi.models.components.CreateMediaSuccessResponse
 
-
stream() - Method in class io.fastpix.sdk.utils.EventStream
-
-
Returns a Stream of events.
-
-
stream(Callable<Optional<T>>, Utils.Function<T, Optional<T>>) - Static method in class io.fastpix.sdk.utils.Utils
+
CreateMediaSuccessResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateNewStream - Class in org.openapis.openapi.operations
+
 
+
CreateNewStream() - Constructor for class org.openapis.openapi.operations.CreateNewStream
+
 
+
CreateNewStream.Async - Class in org.openapis.openapi.operations
+
 
+
CreateNewStream.Sync - Class in org.openapis.openapi.operations
+
 
+
CreateNewStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateNewStreamRequestBuilder - Class in org.openapis.openapi.models.operations
 
-
STREAM - io.fastpix.sdk.utils.Multipart.PartType
+
CreateNewStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreateNewStreamRequestBuilder
 
-
streamId() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
CreateNewStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreateNewStreamRequestBuilder
+
 
+
CreateNewStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateNewStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreateNewStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
 
+
CreateNewStreamResponse(String, int, HttpResponse<InputStream>, LiveStreamResponseDTO, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
 
+
CreateNewStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
 
+
CreateNewStreamResponse(String, int, HttpResponse<Blob>, LiveStreamResponseDTO, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
 
+
CreateNewStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateNewStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
createParser() - Method in interface org.openapis.openapi.utils.reactive.EventStream.Protocol
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a new parser instance for this protocol
-
streamId() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
createPlaybackId() - Method in class org.openapis.openapi.AsyncLivePlayback
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a playbackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
createPlaybackId() - Method in class org.openapis.openapi.LivePlayback
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a playbackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
createPlaybackId(String, PlaybackIdRequest) - Method in class org.openapis.openapi.AsyncLivePlayback
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a playbackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
createPlaybackId(String, PlaybackIdRequest) - Method in class org.openapis.openapi.LivePlayback
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a playbackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
createPlaybackId(String, PlaybackIdRequest, Options) - Method in class org.openapis.openapi.AsyncLivePlayback
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a playbackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
createPlaybackId(String, PlaybackIdRequest, Options) - Method in class org.openapis.openapi.LivePlayback
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Create a playbackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
CreatePlaybackId - Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreatePlaybackId
-
streamId() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
CreatePlaybackId() - Constructor for class org.openapis.openapi.models.components.CreatePlaybackId
+
 
+
CreatePlaybackId(String, AccessPolicy, CreatePlaybackIdAccessRestrictions, Resolution) - Constructor for class org.openapis.openapi.models.components.CreatePlaybackId
+
 
+
CreatePlaybackId.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaybackIdAccessRestrictions - Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreatePlaybackIdAccessRestrictions
-
streamId() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
CreatePlaybackIdAccessRestrictions() - Constructor for class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
 
+
CreatePlaybackIdAccessRestrictions(CreatePlaybackIdDomains, CreatePlaybackIdUserAgents) - Constructor for class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
 
+
CreatePlaybackIdAccessRestrictions.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaybackIdDomains - Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreatePlaybackIdDomains
-
streamId() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
+
CreatePlaybackIdDomains() - Constructor for class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
 
+
CreatePlaybackIdDomains(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
 
+
CreatePlaybackIdDomains.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaybackIdOfStream - Class in org.openapis.openapi.operations
+
 
+
CreatePlaybackIdOfStream() - Constructor for class org.openapis.openapi.operations.CreatePlaybackIdOfStream
+
 
+
CreatePlaybackIdOfStream.Async - Class in org.openapis.openapi.operations
+
 
+
CreatePlaybackIdOfStream.Sync - Class in org.openapis.openapi.operations
+
 
+
CreatePlaybackIdOfStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
CreatePlaybackIdOfStreamRequest(String, PlaybackIdRequest) - Constructor for class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
+
 
+
CreatePlaybackIdOfStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreatePlaybackIdOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreatePlaybackIdOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CreatePlaybackIdOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
CreatePlaybackIdOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
CreatePlaybackIdOfStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CreatePlaybackIdOfStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreatePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
 
+
CreatePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>, PlaybackIdSuccessResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
 
+
CreatePlaybackIdOfStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
 
+
CreatePlaybackIdOfStreamResponse(String, int, HttpResponse<Blob>, PlaybackIdSuccessResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
 
+
CreatePlaybackIdOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreatePlaybackIdOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreatePlaybackIdUserAgents - Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreatePlaybackIdUserAgents
-
streamId() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
CreatePlaybackIdUserAgents() - Constructor for class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
 
+
CreatePlaybackIdUserAgents(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
 
+
CreatePlaybackIdUserAgents.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequest - Interface in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequestManual - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequestManual(String, String, CreatePlaylistRequestManualType) - Constructor for class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
 
+
CreatePlaylistRequestManual(String, String, CreatePlaylistRequestManualType, String, Long) - Constructor for class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
 
+
CreatePlaylistRequestManual.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequestManualType - Enum Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreatePlaylistRequestManualType
-
streamId(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
CreatePlaylistRequestSmart - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequestSmart(String, String, CreatePlaylistRequestSmartType, String, PlaylistOrder, Long, Metadata) - Constructor for class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
 
+
CreatePlaylistRequestSmart(String, String, CreatePlaylistRequestSmartType, PlaylistOrder, Metadata) - Constructor for class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
 
+
CreatePlaylistRequestSmart.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequestSmartType - Enum Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreatePlaylistRequestSmartType
-
streamId(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
CreatePlaylistRequestTypeIdResolver - Class in org.openapis.openapi.models.components
+
 
+
CreatePlaylistRequestTypeIdResolver() - Constructor for class org.openapis.openapi.models.components.CreatePlaylistRequestTypeIdResolver
+
 
+
createResponse() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
created a signing key successfully
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder
+
createResponse() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
created a signing key successfully
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
-
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder
+
createResponse(CreateResponse) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
created a signing key successfully
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
-
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest.Builder
+
createResponse(CreateResponse) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
created a signing key successfully
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder
+
CreateResponse - Class in org.openapis.openapi.models.components
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder
-
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
CreateResponse() - Constructor for class org.openapis.openapi.models.components.CreateResponse
+
 
+
CreateResponse(Boolean, CreateSigningKeyResponseDTO) - Constructor for class org.openapis.openapi.models.components.CreateResponse
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder
+
CreateResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateSigningKey - Class in org.openapis.openapi.operations
+
 
+
CreateSigningKey() - Constructor for class org.openapis.openapi.operations.CreateSigningKey
+
 
+
CreateSigningKey.Async - Class in org.openapis.openapi.operations
+
 
+
CreateSigningKey.Sync - Class in org.openapis.openapi.operations
+
 
+
CreateSigningKeyRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateSigningKeyRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CreateSigningKeyRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreateSigningKeyRequestBuilder
+
 
+
CreateSigningKeyRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreateSigningKeyRequestBuilder
+
 
+
CreateSigningKeyResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateSigningKeyResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreateSigningKeyResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
 
+
CreateSigningKeyResponse(String, int, HttpResponse<InputStream>, CreateResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
 
+
CreateSigningKeyResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
 
+
CreateSigningKeyResponse(String, int, HttpResponse<Blob>, CreateResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
 
+
CreateSigningKeyResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateSigningKeyResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateSigningKeyResponseDTO - Class in org.openapis.openapi.models.components
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
CreateSigningKeyResponseDTO
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
CreateSigningKeyResponseDTO() - Constructor for class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
 
+
CreateSigningKeyResponseDTO(String, String, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
 
+
CreateSigningKeyResponseDTO.Builder - Class in org.openapis.openapi.models.components
+
 
+
CreateSimulcastOfStream - Class in org.openapis.openapi.operations
+
 
+
CreateSimulcastOfStream() - Constructor for class org.openapis.openapi.operations.CreateSimulcastOfStream
+
 
+
CreateSimulcastOfStream.Async - Class in org.openapis.openapi.operations
+
 
+
CreateSimulcastOfStream.Sync - Class in org.openapis.openapi.operations
+
 
+
CreateSimulcastOfStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
CreateSimulcastOfStreamRequest(String, SimulcastRequest) - Constructor for class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
+
 
+
CreateSimulcastOfStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
CreateSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
CreateSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder
+
 
+
CreateSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder
+
 
+
CreateSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations.async
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest.Builder
+
CreateSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
CreateSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
 
+
CreateSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, SimulcastResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
 
+
CreateSimulcastOfStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
 
+
CreateSimulcastOfStreamResponse(String, int, HttpResponse<Blob>, SimulcastResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
 
+
CreateSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
CreateSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
createTestHTTPClient(String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
createTestHTTPClient(FastpixHTTPClient, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
creatorId() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The unique identifier of the user who created this media.
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder
-
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder
+
creatorId() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The unique identifier of the user who created this media.
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder
-
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
+
creatorId() - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The unique identifier of the user who created this media.
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
-
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder
+
creatorId() - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The unique identifier of the user who created this media.
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
-
 
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
+
creatorId() - Method in class org.openapis.openapi.models.components.Media
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The unique identifier of the user who created this media.
-
streamId(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
-
 
-
streamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
creatorId() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The unique identifier of the user who created this media.
-
streamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
creatorId() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Creator ID of the media.
-
streamKey() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
creatorId() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
creatorId() - Method in class org.openapis.openapi.models.components.UpdateMedia
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey() - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
creatorId() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
creatorId() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
creatorId(String) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(String) - Method in class io.fastpix.sdk.models.components.SimulcastRequest.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(String) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.Media.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(String) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Creator ID of the media.
-
streamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastRequest.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
streamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
creatorId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody.Builder
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The unique identifier of the user who created this media.
-
STRICT_DESERIALIZERS - Static variable in class io.fastpix.sdk.utils.Deserializers
+
credentials() - Method in class org.openapis.openapi.utils.SessionManager.Session
 
-
STRING - io.fastpix.sdk.utils.Multipart.PartType
+
CS_CZ - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
 
-
STRING - io.fastpix.sdk.utils.Utils.JsonShape
+
CS_CZ - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
 
-
STRING_STRICT - Static variable in class io.fastpix.sdk.utils.Deserializers
+
CS_CZ - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
subtitle() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
currentOffset() - Method in class org.openapis.openapi.models.components.DataPagination
-
Generates subtitle files for audio/video files.
+
The current offset value.
-
subtitle(Subtitle) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
currentOffset() - Method in class org.openapis.openapi.models.components.LiveStreamPagination
-
Generates subtitle files for audio/video files.
+
Determines the current point for data retrieval within a paginated list.
-
subtitle(Optional<? extends Subtitle>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
+
currentOffset() - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
-
Generates subtitle files for audio/video files.
+
The starting offset of the current result set.
-
Subtitle - Class in io.fastpix.sdk.models.components
+
currentOffset() - Method in class org.openapis.openapi.models.components.Pagination
-
Subtitle
+
Offset determines the current point for data retrieval within a paginated list.
-
Subtitle() - Constructor for class io.fastpix.sdk.models.components.Subtitle
-
 
-
Subtitle(Optional<String>, Optional<? extends SubtitleMetadata>, Optional<? extends CreateMediaRequestLanguageCode>) - Constructor for class io.fastpix.sdk.models.components.Subtitle
-
 
-
Subtitle.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SubtitleInput - Class in io.fastpix.sdk.models.components
+
currentOffset() - Method in class org.openapis.openapi.models.components.SigningKeysPagination
-
SubtitleInput
+
Offset determines the current point for data retrieval within a paginated list.
-
SubtitleInput(String, String, String, SubtitleInputLanguageCode) - Constructor for class io.fastpix.sdk.models.components.SubtitleInput
-
 
-
SubtitleInput.Builder - Class in io.fastpix.sdk.models.components
-
 
-
SubtitleInputLanguageCode - Enum in io.fastpix.sdk.models.components
+
currentOffset(Long) - Method in class org.openapis.openapi.models.components.DataPagination.Builder
+
+
The current offset value.
+
+
currentOffset(Long) - Method in class org.openapis.openapi.models.components.LiveStreamPagination.Builder
-
SubtitleInputLanguageCode
+
Determines the current point for data retrieval within a paginated list.
-
SubtitleMetadata - Class in io.fastpix.sdk.models.components
+
currentOffset(Long) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination.Builder
-
SubtitleMetadata
+
The starting offset of the current result set.
-
SubtitleMetadata() - Constructor for class io.fastpix.sdk.models.components.SubtitleMetadata
-
 
-
SubtitleMetadata.Builder - Class in io.fastpix.sdk.models.components
-
 
-
subtitles() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
currentOffset(Long) - Method in class org.openapis.openapi.models.components.Pagination.Builder
-
Generates subtitle files for audio/video files.
+
Offset determines the current point for data retrieval within a paginated list.
-
subtitles(Subtitles) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
currentOffset(Long) - Method in class org.openapis.openapi.models.components.SigningKeysPagination.Builder
-
Generates subtitle files for audio/video files.
+
Offset determines the current point for data retrieval within a paginated list.
-
subtitles(Optional<? extends Subtitles>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
+
custom() - Method in class org.openapis.openapi.models.components.Custom2
-
Generates subtitle files for audio/video files.
+
A list of custom dimension objects.
-
Subtitles - Class in io.fastpix.sdk.models.operations
+
custom() - Method in class org.openapis.openapi.models.components.Views
-
Subtitles
+
User defined metadata.
-
Subtitles() - Constructor for class io.fastpix.sdk.models.operations.Subtitles
+
custom(List<Custom1>) - Method in class org.openapis.openapi.models.components.Custom2.Builder
+
+
A list of custom dimension objects.
+
+
custom(Custom2) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
User defined metadata.
+
+
Custom1 - Class in org.openapis.openapi.models.components
+
 
+
Custom1() - Constructor for class org.openapis.openapi.models.components.Custom1
+
 
+
Custom1(String, String, String) - Constructor for class org.openapis.openapi.models.components.Custom1
+
 
+
CUSTOM1 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM1 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
Subtitles(Optional<String>, Optional<? extends SubtitlesMetadata>, Optional<? extends LanguageCode>) - Constructor for class io.fastpix.sdk.models.operations.Subtitles
+
Custom1.Builder - Class in org.openapis.openapi.models.components
 
-
Subtitles.Builder - Class in io.fastpix.sdk.models.operations
+
CUSTOM10 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
SubtitlesMetadata - Class in io.fastpix.sdk.models.operations
+
CUSTOM10 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
Custom2 - Class in org.openapis.openapi.models.components
-
SubtitlesMetadata
+
Custom2
-
SubtitlesMetadata() - Constructor for class io.fastpix.sdk.models.operations.SubtitlesMetadata
+
Custom2() - Constructor for class org.openapis.openapi.models.components.Custom2
+
 
+
Custom2(List<Custom1>) - Constructor for class org.openapis.openapi.models.components.Custom2
+
 
+
CUSTOM2 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM2 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
Custom2.Builder - Class in org.openapis.openapi.models.components
+
 
+
CUSTOM3 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM3 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
CUSTOM4 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM4 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
CUSTOM5 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM5 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
CUSTOM6 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM6 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
CUSTOM7 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM7 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
CUSTOM8 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
 
-
SubtitlesMetadata.Builder - Class in io.fastpix.sdk.models.operations
+
CUSTOM8 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
 
-
success() - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
CUSTOM9 - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
CUSTOM9 - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
+

D

+
+
DA_DK - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
DA_DK - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
DA_DK - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
data() - Method in class org.openapis.openapi.models.components.AiResponseRecord
-
It demonstrates whether the request is successful or not.
+
The AI-generated content data.
-
success() - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
+
data() - Method in class org.openapis.openapi.models.components.AiSummaryRecord
-
It demonstrates whether the request is successful or not.
+
The AI-generated summary of the media content.
-
success() - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
data() - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.CreateResponse
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
data() - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
data() - Method in class org.openapis.openapi.models.components.GetStreamsResponse
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
+
data() - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
+
data() - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
data() - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.PatchResponseDTO
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
data() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
+
 
+
data() - Method in class org.openapis.openapi.models.components.SimulcastResponse
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
data() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
data() - Method in class org.openapis.openapi.models.components.ViewsCountResponse
-
Demonstrates whether the request is successful or not.
+
Contains the view count details.
-
success() - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
data() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
-
Demonstrates whether the request is successful or not.
+
Contains details about the track that was added or updated.
-
success() - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
data() - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
-
Demonstrates whether the request is successful or not.
+
Response returned when an upload is cancelled.
-
success() - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
data() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
-
Demonstrates whether the request is successful or not.
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
-
success() - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
data() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
data() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
-
Demonstrates whether the request is successful or not.
+
Represents the response for a successfully generated subtitle track.
-
success() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
-
-
Demonstrates whether the request is successful or not.
+
data() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
+
The summary of the particular video.
-
success() - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
data() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
data() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
data() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
-
It demonstrates whether the request is successful or not.
+
Retrieves breakdown values for a specified metric and timespan
-
success() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
-
Demonstrates whether the request is successful or not.
+
The endpoint retrieves a comprehensive list of dimensions
-
success() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
-
Demonstrates whether the request is successful or not.
+
filter values associated with a specific dimension
-
success() - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
-
Demonstrates whether the request is successful or not.
+
Retrieves overall values for a specified metric
-
success() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
data() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
+
data() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder
+
data() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
+
data() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
data() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
-
It demonstrates whether the request is successful or not.
+
Contains details about the track that was added or updated.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
+
data() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
data() - Method in class org.openapis.openapi.utils.EventStreamMessage
+
 
+
data(String) - Method in class org.openapis.openapi.models.components.AiSummaryRecord.Builder
-
It demonstrates whether the request is successful or not.
+
The AI-generated summary of the media content.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO.Builder
+
data(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
The summary of the particular video.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
+
data(List<String>) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
The endpoint retrieves a comprehensive list of dimensions
-
success(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder
+
data(List<BrowserNameDimensiondetails>) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
filter values associated with a specific dimension
-
success(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastResponse.Builder
+
data(List<DrmIdResponse>) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody.Builder
+
 
+
data(List<GetAllMediaResponse>) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
+
data(List<GetAllSigningKeysResponseDto>) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse.Builder
+
 
+
data(List<GetCreateLiveStreamResponseDTO>) - Method in class org.openapis.openapi.models.components.GetStreamsResponse.Builder
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.BadRequestException.Builder
+
data(List<LiveMediaClips>) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.ForbiddenException.Builder
+
data(List<MediaClipResponseData>) - Method in class org.openapis.openapi.models.components.MediaClipResponse.Builder
+
 
+
data(List<MetricsBreakdownDetails>) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Retrieves breakdown values for a specified metric and timespan
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
+
data(List<MetricsComparisonDetails>) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
+
data(List<MetricsTimeseriesDataDetails>) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
+
data(List<PlaylistItem>) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse.Builder
+
 
+
data(List<UnusedDirectUpload>) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.NotFoundError.Builder
+
data(List<ViewsByTopContentDetails>) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
+
data(List<ViewsList>) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
+
data(List<ListPlaybackIdsData>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody.Builder
+
 
+
data(Map<String, Object>) - Method in class org.openapis.openapi.models.components.AiResponseRecord.Builder
-
Demonstrates whether the request is successful or not.
+
The AI-generated content data.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
+
data(AddTrackResponse) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
Contains details about the track that was added or updated.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.UnauthorizedException.Builder
+
data(ChaptersResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody.Builder
+
 
+
data(CreateLiveStreamResponseDTO) - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
+
data(CreateMediaResponse) - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse.Builder
+
 
+
data(CreatePlaybackId) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
+
data(CreateSigningKeyResponseDTO) - Method in class org.openapis.openapi.models.components.CreateResponse.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
+
data(DirectUpload) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
+
data(DrmIdResponse) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody.Builder
+
 
+
data(GenerateTrackResponse) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Represents the response for a successfully generated subtitle track.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder
+
data(GetCreateLiveStreamResponseDTO) - Method in class org.openapis.openapi.models.components.LivestreamgetResponse.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
+
data(GetMediaResponse) - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody.Builder
+
 
+
data(GetPublicPemUsingSigningKeyIdResponseDTOData) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
+
data(Media) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody.Builder
+
 
+
data(MediaCancelResponse) - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Response returned when an upload is cancelled.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
+
data(MetricsOverallDataDetails) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody.Builder
-
Demonstrates whether the request is successful or not.
+
Retrieves overall values for a specified metric
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
+
data(ModerationResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody.Builder
+
 
+
data(NamedEntitiesResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody.Builder
+
 
+
data(PatchResponseData) - Method in class org.openapis.openapi.models.components.PatchResponseDTO.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(boolean) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
+
data(PlaybackIdSuccessResponseData) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse.Builder
+
 
+
data(PlaylistByIdResponseData) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse.Builder
+
 
+
data(PlaylistCreatedSchema) - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse.Builder
+
 
+
data(SimulcastResponseData) - Method in class org.openapis.openapi.models.components.SimulcastResponse.Builder
-
Demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse.Builder
+
data(SimulcastUpdateResponseData) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse.Builder
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder
+
data(SourceAccessMedia) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody.Builder
+
 
+
data(SummaryResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody.Builder
+
 
+
data(UpdateMedia) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody.Builder
+
 
+
data(UpdateTrackResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
Contains details about the track that was added or updated.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
+
data(Views) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
+
data(ViewsCountResponseData) - Method in class org.openapis.openapi.models.components.ViewsCountResponse.Builder
-
It demonstrates whether the request is successful or not.
+
Contains the view count details.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO.Builder
+
data(GetPlaybackIdData) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody.Builder
+
 
+
data(ListErrorsData) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
+
data(RetrieveMediaInputInfoData) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody.Builder
-
It demonstrates whether the request is successful or not.
+
Displays the result of the request.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder
+
data(UpdateDomainRestrictionsData) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody.Builder
+
 
+
data(UpdateUserAgentRestrictionsData) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody.Builder
+
 
+
DataPagination - Class in org.openapis.openapi.models.components
-
It demonstrates whether the request is successful or not.
+
DataPagination
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastResponse.Builder
+
DataPagination() - Constructor for class org.openapis.openapi.models.components.DataPagination
+
 
+
DataPagination(Long, Long, Long) - Constructor for class org.openapis.openapi.models.components.DataPagination
+
 
+
DataPagination.Builder - Class in org.openapis.openapi.models.components
+
 
+
DateRange - Class in org.openapis.openapi.models.components
-
It demonstrates whether the request is successful or not.
+
DateRange
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
+
DateRange() - Constructor for class org.openapis.openapi.models.components.DateRange
+
 
+
DateRange(String, String) - Constructor for class org.openapis.openapi.models.components.DateRange
+
 
+
DateRange.Builder - Class in org.openapis.openapi.models.components
+
 
+
DAY - Enum constant in enum class org.openapis.openapi.models.operations.GroupBy
+
 
+
DE_AT - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
DE_AT - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
DE_AT - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
DE_CH - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
DE_CH - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
DE_CH - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
debug(String) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
debug(String, Object) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
debug(String, Object...) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
debug(String, Object, Object) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
DEDE - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
DEDE - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
DEDE - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
DEFAULT - Enum constant in enum class org.openapis.openapi.utils.Utils.JsonShape
+
 
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.AsyncHook.AfterError
+
 
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.AsyncHook.AfterSuccess
+
 
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.AsyncHook.BeforeRequest
+
 
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.Hook.AfterError
-
It demonstrates whether the request is successful or not.
+
The default action is to rethrow the given error.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.BadRequestException.Builder
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.Hook.AfterSuccess
-
Demonstrates whether the request is successful or not.
+
The default action is to return the response untouched.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.ForbiddenException.Builder
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.Hook.BeforeRequest
-
Demonstrates whether the request is successful or not.
+
The default action is to return the request untouched.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
+
DEFAULT - Static variable in interface org.openapis.openapi.utils.Hook.SdkInit
-
Demonstrates whether the request is successful or not.
+
The default action is to return the config untouched.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
+
DEFAULT - Static variable in class org.openapis.openapi.utils.Utf8UrlEncoder
+
 
+
DEFAULT_TEXT_CT - Static variable in class org.openapis.openapi.utils.Multipart
+
 
+
defaultError() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.NotFoundError.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
-
It demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedException.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
-
It demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
success(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
-
Demonstrates whether the request is successful or not.
+
See the range of possible error + responses and their status codes.
-
summary() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
summary() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
summary(Summary) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
-
 
-
summary(Summary) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
 
-
summary(Optional<? extends Summary>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest.Builder
-
 
-
summary(Optional<? extends Summary>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings.Builder
-
 
-
Summary - Class in io.fastpix.sdk.models.components
-
 
-
Summary - Class in io.fastpix.sdk.models.operations
-
 
-
Summary() - Constructor for class io.fastpix.sdk.models.operations.Summary
-
 
-
Summary(boolean) - Constructor for class io.fastpix.sdk.models.components.Summary
-
 
-
Summary(boolean, Optional<Long>) - Constructor for class io.fastpix.sdk.models.components.Summary
-
 
-
Summary(Optional<Boolean>, Optional<Long>) - Constructor for class io.fastpix.sdk.models.operations.Summary
-
 
-
Summary.Builder - Class in io.fastpix.sdk.models.components
-
 
-
Summary.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
summaryLength() - Method in class io.fastpix.sdk.models.components.Summary
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
-
Specifies the desired word count for the generated summary.
+
See the range of possible error + responses and their status codes.
-
summaryLength() - Method in class io.fastpix.sdk.models.operations.Summary
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
-
Specifies the desired word count for the generated summary.
+
See the range of possible error + responses and their status codes.
-
summaryLength(long) - Method in class io.fastpix.sdk.models.components.Summary.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
-
Specifies the desired word count for the generated summary.
+
See the range of possible error + responses and their status codes.
-
summaryLength(long) - Method in class io.fastpix.sdk.models.operations.Summary.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
-
Specifies the desired word count for the generated summary.
+
See the range of possible error + responses and their status codes.
-
summaryLength(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Summary.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
-
Specifies the desired word count for the generated summary.
+
See the range of possible error + responses and their status codes.
-
summaryLength(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.Summary.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
-
Specifies the desired word count for the generated summary.
+
See the range of possible error + responses and their status codes.
-
SV_SE - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
swapTrackUrl() - Method in class io.fastpix.sdk.models.components.AudioInput
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
-
URL of the audio track to replace the existing audio in the video.
+
See the range of possible error + responses and their status codes.
-
swapTrackUrl(String) - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
-
URL of the audio track to replace the existing audio in the video.
+
See the range of possible error + responses and their status codes.
-
swapTrackUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
-
URL of the audio track to replace the existing audio in the video.
+
See the range of possible error + responses and their status codes.
-
- - - -

T

-
-
TA_IN - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
TA_LK - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
templateUrl(String, Map<String, String>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
THREE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
-
 
-
THREE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
-
 
-
THREE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.MediaMaxResolution
-
 
-
THREE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.SourceResolution
-
 
-
THREE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.operations.MaxResolution
-
 
-
throwConnectError() - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
-
Do not retry on connection error.
+
See the range of possible error + responses and their status codes.
-
throwReadTimeoutError() - Method in class io.fastpix.sdk.utils.BackoffStrategy.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
-
Do not retry on Read Timeout error.
+
See the range of possible error + responses and their status codes.
-
THTH - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
thumbnail() - Method in class io.fastpix.sdk.models.components.Media
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
-
A video thumbnail is a still image that acts as the preview image for your video.
+
See the range of possible error + responses and their status codes.
-
thumbnail(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
-
A video thumbnail is a still image that acts as the preview image for your video.
+
See the range of possible error + responses and their status codes.
-
thumbnail(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
-
A video thumbnail is a still image that acts as the preview image for your video.
+
See the range of possible error + responses and their status codes.
-
timeout() - Method in class io.fastpix.sdk.models.components.DirectUpload
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
-
The duration set for the validity of the upload URL.
+
See the range of possible error + responses and their status codes.
-
timeout(double) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
-
The duration set for the validity of the upload URL.
+
See the range of possible error + responses and their status codes.
-
timeout(Optional<Double>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
-
The duration set for the validity of the upload URL.
+
See the range of possible error + responses and their status codes.
-
toByteArrayAndClose(InputStream) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
toHex(byte[]) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
token() - Method in class io.fastpix.sdk.utils.SessionManager.Session
-
 
-
toList() - Method in class io.fastpix.sdk.utils.EventStream
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
-
Reads all events and returns them as a List.
+
See the range of possible error + responses and their status codes.
-
toList(Object) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
toOptional(JsonNullable<T>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
TOP - io.fastpix.sdk.models.components.YAlign
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.AudioInput
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.CreateMediaResponseMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.DirectUpload
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.DirectUploadResponseMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.ImposeTrack
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Input
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.InputMediaSettings
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Media
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.MediaMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Moderation
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Pagination
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PatchResponseData
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PatchResponseDataMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Placement
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackId
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIds
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.PlaybackSettings
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Security
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Segment1
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Segment2
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SegmentUnion
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastRequest
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastResponseMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Subtitle
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SubtitleInput
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.SubtitleMetadata
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Summary
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.Track
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.VideoInput
-
 
-
toString() - Method in class io.fastpix.sdk.models.components.WatermarkInput
-
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.APIException
-
 
-
toString() - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
defaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder
+
+
See the range of possible error + responses and their status codes.
+
+
DefaultError - Class in org.openapis.openapi.models.components
+
 
+
DefaultError() - Constructor for class org.openapis.openapi.models.components.DefaultError
+
 
+
DefaultError(Boolean, Error) - Constructor for class org.openapis.openapi.models.components.DefaultError
+
 
+
DefaultError.Builder - Class in org.openapis.openapi.models.components
+
 
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
+
Specifies the default access policy for domains.
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
+
Specifies the default access policy for user agents (browsers, bots, etc.).
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
+
Policy action type
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
+
Specifies the default access policy for domains.
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
+
Specifies the default access policy for user agents (browsers, bots, etc.).
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
+
Specify the fallback behavior for domains that are not listed in the allow or deny lists.
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
+
Specify the fallback behavior for domains that are not listed in the `allow` or `deny` lists.
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
+
Specifies the default behavior for user agents not listed in the allow or deny lists.
+
+
defaultPolicy() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
+
The default behavior when a user-agent is not listed in `allow` or `deny`.
+
+
defaultPolicy(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData.Builder
+
+
Specify the fallback behavior for domains that are not listed in the allow or deny lists.
+
+
defaultPolicy(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData.Builder
+
+
Specifies the default behavior for user agents not listed in the allow or deny lists.
+
+
defaultPolicy(DomainsDefaultPolicy) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains.Builder
+
+
Specifies the default access policy for domains.
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.DomainRestrictions.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents.Builder
+
+
Policy action type
+
+
defaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions.Builder
+
+
Policy action type
+
+
defaultPolicy(UserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents.Builder
+
+
Specifies the default access policy for user agents (browsers, bots, etc.).
+
+
defaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains.Builder
+
+
Specifies the default access policy for domains.
+
+
defaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents.Builder
+
+
Specifies the default access policy for user agents (browsers, bots, etc.).
+
+
defaultPolicy(GetPlaybackIdDomainsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains.Builder
+
 
+
defaultPolicy(GetPlaybackIdUserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents.Builder
+
 
+
defaultPolicy(ListPlaybackIdsDomainsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains.Builder
+
 
+
defaultPolicy(ListPlaybackIdsUserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents.Builder
+
 
+
defaultPolicy(UpdateDomainRestrictionsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody.Builder
+
+
Specify the fallback behavior for domains that are not listed in the `allow` or `deny` lists.
+
+
defaultPolicy(UpdateUserAgentRestrictionsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody.Builder
+
+
The default behavior when a user-agent is not listed in `allow` or `deny`.
+
+
DefaultSecuritySource(HasSecurity) - Constructor for class org.openapis.openapi.SecuritySource.DefaultSecuritySource
+
 
+
delete() - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Delete a stream
+
+
delete() - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Delete a playlist by ID
+
+
delete() - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Delete a signing key
+
+
delete() - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Delete a simulcast
+
+
delete() - Method in class org.openapis.openapi.AsyncVideos
+
+
Delete a media by ID
+
+
delete() - Method in class org.openapis.openapi.LiveStream
+
+
Delete a stream
+
+
delete() - Method in class org.openapis.openapi.Playlists
+
+
Delete a playlist by ID
+
+
delete() - Method in class org.openapis.openapi.SigningKeys
+
+
Delete a signing key
+
+
delete() - Method in class org.openapis.openapi.SimulcastStreams
+
+
Delete a simulcast
+
+
delete() - Method in class org.openapis.openapi.Videos
+
+
Delete a media by ID
+
+
delete(String) - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Delete a stream
+
+
delete(String) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Delete a playlist by ID
+
+
delete(String) - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Delete a signing key
+
+
delete(String) - Method in class org.openapis.openapi.AsyncVideos
+
+
Delete a media by ID
+
+
delete(String) - Method in class org.openapis.openapi.LiveStream
+
+
Delete a stream
+
+
delete(String) - Method in class org.openapis.openapi.Playlists
+
+
Delete a playlist by ID
+
+
delete(String) - Method in class org.openapis.openapi.SigningKeys
+
+
Delete a signing key
+
+
delete(String) - Method in class org.openapis.openapi.Videos
+
+
Delete a media by ID
+
+
delete(String, String) - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Delete a simulcast
+
+
delete(String, String) - Method in class org.openapis.openapi.SimulcastStreams
+
+
Delete a simulcast
+
+
delete(String, String, Options) - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Delete a simulcast
+
+
delete(String, String, Options) - Method in class org.openapis.openapi.SimulcastStreams
+
+
Delete a simulcast
+
+
delete(String, Options) - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Delete a stream
+
+
delete(String, Options) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Delete a playlist by ID
+
+
delete(String, Options) - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Delete a signing key
+
+
delete(String, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Delete a media by ID
+
+
delete(String, Options) - Method in class org.openapis.openapi.LiveStream
+
+
Delete a stream
+
+
delete(String, Options) - Method in class org.openapis.openapi.Playlists
+
+
Delete a playlist by ID
+
+
delete(String, Options) - Method in class org.openapis.openapi.SigningKeys
+
+
Delete a signing key
+
+
delete(String, Options) - Method in class org.openapis.openapi.Videos
+
+
Delete a media by ID
+
+
DeleteAPlaylist - Class in org.openapis.openapi.operations
+
 
+
DeleteAPlaylist() - Constructor for class org.openapis.openapi.operations.DeleteAPlaylist
+
 
+
DeleteAPlaylist.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteAPlaylist.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteAPlaylistRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteAPlaylistRequest(String) - Constructor for class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
+
 
+
DeleteAPlaylistRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteAPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteAPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteAPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteAPlaylistRequestBuilder
+
 
+
DeleteAPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteAPlaylistRequestBuilder
+
 
+
DeleteAPlaylistResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteAPlaylistResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteAPlaylistResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
 
+
DeleteAPlaylistResponse(String, int, HttpResponse<InputStream>, PlaylistDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
 
+
DeleteAPlaylistResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
 
+
DeleteAPlaylistResponse(String, int, HttpResponse<Blob>, PlaylistDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
 
+
DeleteAPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteAPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
deleteId() - Method in class org.openapis.openapi.AsyncPlayback
+
+
Delete a playback ID
+
+
deleteId() - Method in class org.openapis.openapi.Playback
+
+
Delete a playback ID
+
+
deleteId(String, String) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Delete a playback ID
+
+
deleteId(String, String) - Method in class org.openapis.openapi.Playback
+
+
Delete a playback ID
+
+
deleteId(String, String, Options) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Delete a playback ID
+
+
deleteId(String, String, Options) - Method in class org.openapis.openapi.Playback
+
+
Delete a playback ID
+
+
DeleteLiveStream - Class in org.openapis.openapi.operations
+
 
+
DeleteLiveStream() - Constructor for class org.openapis.openapi.operations.DeleteLiveStream
+
 
+
DeleteLiveStream.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteLiveStream.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteLiveStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteLiveStreamRequest(String) - Constructor for class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
+
 
+
DeleteLiveStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteLiveStreamRequestBuilder
+
 
+
DeleteLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteLiveStreamRequestBuilder
+
 
+
DeleteLiveStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteLiveStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
 
+
DeleteLiveStreamResponse(String, int, HttpResponse<InputStream>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
 
+
DeleteLiveStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
 
+
DeleteLiveStreamResponse(String, int, HttpResponse<Blob>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
 
+
DeleteLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMedia - Class in org.openapis.openapi.operations
+
 
+
DeleteMedia() - Constructor for class org.openapis.openapi.operations.DeleteMedia
+
 
+
DeleteMedia.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteMedia.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaFromPlaylist - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaFromPlaylist() - Constructor for class org.openapis.openapi.operations.DeleteMediaFromPlaylist
+
 
+
DeleteMediaFromPlaylist.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaFromPlaylist.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaFromPlaylistRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaFromPlaylistRequest(String) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
+
 
+
DeleteMediaFromPlaylistRequest(String, MediaIdsRequest) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
+
 
+
DeleteMediaFromPlaylistRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaFromPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaFromPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaFromPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder
+
 
+
DeleteMediaFromPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder
+
 
+
DeleteMediaFromPlaylistResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaFromPlaylistResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaFromPlaylistResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
 
+
DeleteMediaFromPlaylistResponse(String, int, HttpResponse<InputStream>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
 
+
DeleteMediaFromPlaylistResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
 
+
DeleteMediaFromPlaylistResponse(String, int, HttpResponse<Blob>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
 
+
DeleteMediaFromPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaFromPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaPlaybackId - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaPlaybackId() - Constructor for class org.openapis.openapi.operations.DeleteMediaPlaybackId
+
 
+
DeleteMediaPlaybackId.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaPlaybackId.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaPlaybackIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaPlaybackIdRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
 
+
DeleteMediaPlaybackIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder
+
 
+
DeleteMediaPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
 
+
DeleteMediaPlaybackIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaPlaybackIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
 
+
DeleteMediaPlaybackIdResponse(String, int, HttpResponse<InputStream>, DeleteMediaPlaybackIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
 
+
DeleteMediaPlaybackIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
 
+
DeleteMediaPlaybackIdResponse(String, int, HttpResponse<Blob>, DeleteMediaPlaybackIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
 
+
DeleteMediaPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaPlaybackIdResponseBody - Class in org.openapis.openapi.models.operations
+
+
DeleteMediaPlaybackIdResponseBody
+
+
DeleteMediaPlaybackIdResponseBody() - Constructor for class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
+
 
+
DeleteMediaPlaybackIdResponseBody(Boolean) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
+
 
+
DeleteMediaPlaybackIdResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaRequest(String) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaRequest
+
 
+
DeleteMediaRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaRequestBuilder
+
 
+
DeleteMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaRequestBuilder
+
 
+
DeleteMediaResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaResponse
+
 
+
DeleteMediaResponse(String, int, HttpResponse<InputStream>, DeleteMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaResponse
+
 
+
DeleteMediaResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
 
+
DeleteMediaResponse(String, int, HttpResponse<Blob>, DeleteMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
 
+
DeleteMediaResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaResponseBody - Class in org.openapis.openapi.models.operations
+
+
DeleteMediaResponseBody
+
+
DeleteMediaResponseBody() - Constructor for class org.openapis.openapi.models.operations.DeleteMediaResponseBody
+
 
+
DeleteMediaResponseBody(Boolean) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaResponseBody
+
 
+
DeleteMediaResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaTrack - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaTrack() - Constructor for class org.openapis.openapi.operations.DeleteMediaTrack
+
 
+
DeleteMediaTrack.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaTrack.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteMediaTrackRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaTrackRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
 
+
DeleteMediaTrackRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaTrackRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaTrackRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder
+
 
+
DeleteMediaTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder
+
 
+
DeleteMediaTrackResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaTrackResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaTrackResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
 
+
DeleteMediaTrackResponse(String, int, HttpResponse<InputStream>, DeleteMediaTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
 
+
DeleteMediaTrackResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
 
+
DeleteMediaTrackResponse(String, int, HttpResponse<Blob>, DeleteMediaTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
 
+
DeleteMediaTrackResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteMediaTrackResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteMediaTrackResponseBody - Class in org.openapis.openapi.models.operations
+
+
DeleteMediaTrackResponseBody
+
+
DeleteMediaTrackResponseBody() - Constructor for class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
+
 
+
DeleteMediaTrackResponseBody(Boolean) - Constructor for class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
+
 
+
DeleteMediaTrackResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
deletePlaybackId() - Method in class org.openapis.openapi.AsyncLivePlayback
+
+
Delete a playbackId
+
+
deletePlaybackId() - Method in class org.openapis.openapi.LivePlayback
+
+
Delete a playbackId
+
+
deletePlaybackId(String, String) - Method in class org.openapis.openapi.AsyncLivePlayback
+
+
Delete a playbackId
+
+
deletePlaybackId(String, String) - Method in class org.openapis.openapi.LivePlayback
+
+
Delete a playbackId
+
+
deletePlaybackId(String, String, Options) - Method in class org.openapis.openapi.AsyncLivePlayback
+
+
Delete a playbackId
+
+
deletePlaybackId(String, String, Options) - Method in class org.openapis.openapi.LivePlayback
+
+
Delete a playbackId
+
+
DeletePlaybackIdOfStream - Class in org.openapis.openapi.operations
+
 
+
DeletePlaybackIdOfStream() - Constructor for class org.openapis.openapi.operations.DeletePlaybackIdOfStream
+
 
+
DeletePlaybackIdOfStream.Async - Class in org.openapis.openapi.operations
+
 
+
DeletePlaybackIdOfStream.Sync - Class in org.openapis.openapi.operations
+
 
+
DeletePlaybackIdOfStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeletePlaybackIdOfStreamRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
+
 
+
DeletePlaybackIdOfStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeletePlaybackIdOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeletePlaybackIdOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeletePlaybackIdOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
DeletePlaybackIdOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
DeletePlaybackIdOfStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeletePlaybackIdOfStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeletePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
 
+
DeletePlaybackIdOfStreamResponse(String, int, HttpResponse<InputStream>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
 
+
DeletePlaybackIdOfStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
 
+
DeletePlaybackIdOfStreamResponse(String, int, HttpResponse<Blob>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
 
+
DeletePlaybackIdOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeletePlaybackIdOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSigningKey - Class in org.openapis.openapi.operations
+
 
+
DeleteSigningKey() - Constructor for class org.openapis.openapi.operations.DeleteSigningKey
+
 
+
DeleteSigningKey.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteSigningKey.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteSigningKeyRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSigningKeyRequest(String) - Constructor for class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
+
 
+
DeleteSigningKeyRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSigningKeyRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteSigningKeyRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSigningKeyRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteSigningKeyRequestBuilder
+
 
+
DeleteSigningKeyRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteSigningKeyRequestBuilder
+
 
+
deleteSigningKeyResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
+
successfully fetched all signing keys
+
+
deleteSigningKeyResponse() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
successfully fetched all signing keys
+
+
deleteSigningKeyResponse(DeleteSigningKeyResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder
+
+
successfully fetched all signing keys
+
+
deleteSigningKeyResponse(DeleteSigningKeyResponse) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder
+
+
successfully fetched all signing keys
+
+
DeleteSigningKeyResponse - Class in org.openapis.openapi.models.components
+
 
+
DeleteSigningKeyResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteSigningKeyResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSigningKeyResponse() - Constructor for class org.openapis.openapi.models.components.DeleteSigningKeyResponse
+
 
+
DeleteSigningKeyResponse(Boolean) - Constructor for class org.openapis.openapi.models.components.DeleteSigningKeyResponse
+
 
+
DeleteSigningKeyResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
 
+
DeleteSigningKeyResponse(String, int, HttpResponse<InputStream>, DeleteSigningKeyResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
 
+
DeleteSigningKeyResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
 
+
DeleteSigningKeyResponse(String, int, HttpResponse<Blob>, DeleteSigningKeyResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
 
+
DeleteSigningKeyResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
DeleteSigningKeyResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteSigningKeyResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSimulcastOfStream - Class in org.openapis.openapi.operations
+
 
+
DeleteSimulcastOfStream() - Constructor for class org.openapis.openapi.operations.DeleteSimulcastOfStream
+
 
+
DeleteSimulcastOfStream.Async - Class in org.openapis.openapi.operations
+
 
+
DeleteSimulcastOfStream.Sync - Class in org.openapis.openapi.operations
+
 
+
DeleteSimulcastOfStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSimulcastOfStreamRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
+
 
+
DeleteSimulcastOfStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder
+
 
+
DeleteSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
 
+
DeleteSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
DeleteSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
 
+
DeleteSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, SimulcastdeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
 
+
DeleteSimulcastOfStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
 
+
DeleteSimulcastOfStreamResponse(String, int, HttpResponse<Blob>, SimulcastdeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
 
+
DeleteSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DeleteSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
deleteTrack() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Delete audio / subtitle track
+
+
deleteTrack() - Method in class org.openapis.openapi.ManageVideos
+
+
Delete audio / subtitle track
+
+
deleteTrack(String, String) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Delete audio / subtitle track
+
+
deleteTrack(String, String) - Method in class org.openapis.openapi.ManageVideos
+
+
Delete audio / subtitle track
+
+
deleteTrack(String, String, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Delete audio / subtitle track
+
+
deleteTrack(String, String, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Delete audio / subtitle track
+
+
deny() - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
+
A list of domain names or patterns that are explicitly denied access.
+
+
deny() - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
+
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
+
deny() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
deny() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
+
A list of specific user agents that are blocked.
+
+
deny() - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
+
A list of domain names or patterns that are explicitly denied access
+
+
deny() - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
deny() - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
+
A list of specific user agents that are blocked.
+
+
deny() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
deny() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
+
A list of specific user agents that are blocked.
+
+
deny() - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
+
A list of user agents that are explicitly denied access
+
+
deny() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
+
A list of domain names or patterns that are explicitly denied access.
+
+
deny() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
+
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
+
deny() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
deny() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
deny() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
deny() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
deny() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
+
List of domains explicitly denied from accessing the media.
+
+
deny() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
+
List of domains explicitly denied from accessing the media.
+
+
deny() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
+
List of user-agent substrings explicitly denied.
+
+
deny() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
+
List of user-agent substrings explicitly denied.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains.Builder
+
+
A list of domain names or patterns that are explicitly denied access.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents.Builder
+
+
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains.Builder
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents.Builder
+
+
A list of specific user agents that are blocked.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.DomainRestrictions.Builder
+
+
A list of domain names or patterns that are explicitly denied access
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains.Builder
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents.Builder
+
+
A list of specific user agents that are blocked.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains.Builder
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents.Builder
+
+
A list of specific user agents that are blocked.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions.Builder
+
+
A list of user agents that are explicitly denied access
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains.Builder
+
+
A list of domain names or patterns that are explicitly denied access.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents.Builder
+
+
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains.Builder
+
 
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents.Builder
+
 
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains.Builder
+
 
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents.Builder
+
 
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData.Builder
+
+
List of domains explicitly denied from accessing the media.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody.Builder
+
+
List of domains explicitly denied from accessing the media.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData.Builder
+
+
List of user-agent substrings explicitly denied.
+
+
deny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody.Builder
+
+
List of user-agent substrings explicitly denied.
+
+
DENY - Enum constant in enum class org.openapis.openapi.models.components.DomainsDefaultPolicy
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.components.PolicyAction.PolicyActionEnum
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.components.UserAgentsDefaultPolicy
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy
+
 
+
DENY - Enum constant in enum class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy
+
 
+
DENY - Static variable in class org.openapis.openapi.models.components.PolicyAction
+
 
+
DENY - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
DENY - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
DENY - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
DENY - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
DESC - Enum constant in enum class org.openapis.openapi.models.components.SortOrder
+
 
+
DESC - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder
+
 
+
DESC - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder
+
 
+
DESC - Enum constant in enum class org.openapis.openapi.models.operations.OrderBy
+
 
+
description() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Description for a playlist (Optional).
+
+
description() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Description for a playlist (Optional).
+
+
description() - Method in class org.openapis.openapi.models.components.Error
+
+
A detailed explanation of the error and what caused it.
+
+
description() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
A brief description of the error.
+
+
description() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
Description of the playlist set by the user.
+
+
description() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Description of the playlist set by the user.
+
+
description() - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
+
Updated description to the playlist.
+
+
description(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder
+
+
Description for a playlist (Optional).
+
+
description(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
Description for a playlist (Optional).
+
+
description(String) - Method in class org.openapis.openapi.models.components.Error.Builder
+
+
A detailed explanation of the error and what caused it.
+
+
description(String) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
+
+
A brief description of the error.
+
+
description(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
Description of the playlist set by the user.
+
+
description(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
Description of the playlist set by the user.
+
+
description(String) - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest.Builder
+
+
Updated description to the playlist.
+
+
deserialize(JsonParser, DeserializationContext) - Method in class org.openapis.openapi.utils.BigDecimalString.Deserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class org.openapis.openapi.utils.BigIntegerString.Deserializer
+
 
+
deserialize(JsonParser, DeserializationContext) - Method in class org.openapis.openapi.utils.OneOfDeserializer
+
 
+
Deserializer() - Constructor for class org.openapis.openapi.utils.BigDecimalString.Deserializer
+
 
+
Deserializer() - Constructor for class org.openapis.openapi.utils.BigIntegerString.Deserializer
+
 
+
Deserializers - Class in org.openapis.openapi.utils
+
 
+
Deserializers() - Constructor for class org.openapis.openapi.utils.Deserializers
+
 
+
DEVICE_MANUFACTURER - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
DEVICE_MANUFACTURER - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
DEVICE_MODEL - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
DEVICE_MODEL - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
DEVICE_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
DEVICE_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
DEVICE_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
DEVICE_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
deviceManufacturer() - Method in class org.openapis.openapi.models.components.Views
+
+
Device Manufacturer indicates the brand or manufacturer of the device used by the viewer.
+
+
deviceManufacturer(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Device Manufacturer indicates the brand or manufacturer of the device used by the viewer.
+
+
deviceModel() - Method in class org.openapis.openapi.models.components.Views
+
+
Device Model represents the specific model of the device used by the viewer.
+
+
deviceModel(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Device Model represents the specific model of the device used by the viewer.
+
+
deviceName() - Method in class org.openapis.openapi.models.components.Views
+
+
Device Name refers to the name or label assigned to the device used by the viewer.
+
+
deviceName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Device Name refers to the name or label assigned to the device used by the viewer.
+
+
deviceType() - Method in class org.openapis.openapi.models.components.Views
+
+
Device Type denotes the classification of the device used by the viewer
+
+
deviceType(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Device Type denotes the classification of the device used by the viewer
+
+
dimension() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
+
The dimension id in which the views are watched.
+
+
dimension(Dimension) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
dimension(Dimension) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest.Builder
+
+
The dimension id in which the views are watched.
+
+
dimension(Dimension) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
Dimension - Enum Class in org.openapis.openapi.models.operations
+
+
Dimension
+
+
dimensionName() - Method in class org.openapis.openapi.models.components.Custom1
+
+
Unique identifier for a custom dimension used to categorize or segment analytics data (for example, + custom_1).
+
+
dimensionName(String) - Method in class org.openapis.openapi.models.components.Custom1.Builder
+
+
Unique identifier for a custom dimension used to categorize or segment analytics data (for example, + custom_1).
+
+
dimensions() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Operations involving dimensions
+
+
dimensions() - Method in class org.openapis.openapi.Fastpix
+
+
Operations involving dimensions
+
+
Dimensions - Class in org.openapis.openapi
+
+
Operations involving dimensions
+
+
dimensionsId() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
+
Pass Dimensions Id
+
+
dimensionsId(DimensionsId) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
+
 
+
dimensionsId(DimensionsId) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest.Builder
+
+
Pass Dimensions Id
+
+
dimensionsId(DimensionsId) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
+
 
+
DimensionsId - Enum Class in org.openapis.openapi.models.operations
+
+
DimensionsId
+
+
DirectUpload - Class in org.openapis.openapi.models.components
+
+
DirectUpload
+
+
DirectUpload() - Constructor for class org.openapis.openapi.models.components.DirectUpload
+
 
+
DirectUpload(String, Boolean, DirectUploadStatus, String, Double, String, DirectUploadResponse) - Constructor for class org.openapis.openapi.models.components.DirectUpload
+
 
+
DirectUpload.Builder - Class in org.openapis.openapi.models.components
+
 
+
DirectUploadResponse - Class in org.openapis.openapi.models.components
+
 
+
DirectUploadResponse() - Constructor for class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
DirectUploadResponse(List<PlaybackId>, Map<String, String>, DirectUploadResponseMediaQuality, Boolean, Boolean) - Constructor for class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
DirectUploadResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
DirectUploadResponseMediaQuality - Class in org.openapis.openapi.models.components
+
+
DirectUploadResponseMediaQuality
+
+
DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
DirectUploadStatus - Class in org.openapis.openapi.models.components
+
+
DirectUploadStatus
+
+
DirectUploadStatus.DirectUploadStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
DirectUploadVideoMedia - Class in org.openapis.openapi.operations
+
 
+
DirectUploadVideoMedia() - Constructor for class org.openapis.openapi.operations.DirectUploadVideoMedia
+
 
+
DirectUploadVideoMedia.Async - Class in org.openapis.openapi.operations
+
 
+
DirectUploadVideoMedia.Sync - Class in org.openapis.openapi.operations
+
 
+
DirectUploadVideoMediaAccessPolicy - Enum Class in org.openapis.openapi.models.operations
+
+
DirectUploadVideoMediaAccessPolicy
+
+
DirectUploadVideoMediaAccessRestrictions - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaAccessRestrictions() - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
DirectUploadVideoMediaAccessRestrictions(DirectUploadVideoMediaDomains, DirectUploadVideoMediaUserAgents) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
DirectUploadVideoMediaAccessRestrictions.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaDomains - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaDomains() - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
 
+
DirectUploadVideoMediaDomains(DirectUploadVideoMediaDomainsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
 
+
DirectUploadVideoMediaDomains.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaDomainsDefaultPolicy - Enum Class in org.openapis.openapi.models.operations
+
+
DirectUploadVideoMediaDomainsDefaultPolicy
+
+
DirectUploadVideoMediaModeration - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaModeration() - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
+
 
+
DirectUploadVideoMediaModeration(Type) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
+
 
+
DirectUploadVideoMediaModeration.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaMp4Support - Enum Class in org.openapis.openapi.models.operations
+
+
DirectUploadVideoMediaMp4Support
+
+
DirectUploadVideoMediaRequest - Class in org.openapis.openapi.models.operations
+
+
DirectUploadVideoMediaRequest
+
+
DirectUploadVideoMediaRequest() - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
 
+
DirectUploadVideoMediaRequest(String, PushMediaSettings) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
 
+
DirectUploadVideoMediaRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DirectUploadVideoMediaRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaRequestBuilder
+
 
+
DirectUploadVideoMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequestBuilder
+
 
+
DirectUploadVideoMediaResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DirectUploadVideoMediaResponse - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
 
+
DirectUploadVideoMediaResponse(String, int, HttpResponse<InputStream>, DirectUploadVideoMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
 
+
DirectUploadVideoMediaResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
 
+
DirectUploadVideoMediaResponse(String, int, HttpResponse<Blob>, DirectUploadVideoMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
 
+
DirectUploadVideoMediaResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DirectUploadVideoMediaResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaResponseBody - Class in org.openapis.openapi.models.operations
+
+
DirectUploadVideoMediaResponseBody
+
+
DirectUploadVideoMediaResponseBody(boolean, DirectUpload) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
+
 
+
DirectUploadVideoMediaResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaUserAgents - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaUserAgents() - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
 
+
DirectUploadVideoMediaUserAgents(DirectUploadVideoMediaUserAgentsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
 
+
DirectUploadVideoMediaUserAgents.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DirectUploadVideoMediaUserAgentsDefaultPolicy - Enum Class in org.openapis.openapi.models.operations
+
+
DirectUploadVideoMediaUserAgentsDefaultPolicy
+
+
disable() - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Disable a stream
+
+
disable() - Method in class org.openapis.openapi.LiveStream
+
+
Disable a stream
+
+
disable(String) - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Disable a stream
+
+
disable(String) - Method in class org.openapis.openapi.LiveStream
+
+
Disable a stream
+
+
disable(String, Options) - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Disable a stream
+
+
disable(String, Options) - Method in class org.openapis.openapi.LiveStream
+
+
Disable a stream
+
+
DisableLiveStream - Class in org.openapis.openapi.operations
+
 
+
DisableLiveStream() - Constructor for class org.openapis.openapi.operations.DisableLiveStream
+
 
+
DisableLiveStream.Async - Class in org.openapis.openapi.operations
+
 
+
DisableLiveStream.Sync - Class in org.openapis.openapi.operations
+
 
+
DisableLiveStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
DisableLiveStreamRequest(String) - Constructor for class org.openapis.openapi.models.operations.DisableLiveStreamRequest
+
 
+
DisableLiveStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
DisableLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
DisableLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
DisableLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.DisableLiveStreamRequestBuilder
+
 
+
DisableLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.DisableLiveStreamRequestBuilder
+
 
+
DisableLiveStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
DisableLiveStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
DisableLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
 
+
DisableLiveStreamResponse(String, int, HttpResponse<InputStream>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
 
+
DisableLiveStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
 
+
DisableLiveStreamResponse(String, int, HttpResponse<Blob>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
 
+
DisableLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
DisableLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
discriminatorToString(Object) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
displayName() - Method in class org.openapis.openapi.models.components.Custom1
+
+
A user-friendly display label that represents the corresponding custom dimension in analytics + dashboards and reports; users can assign a specific name based on their tracking needs.
+
+
displayName(String) - Method in class org.openapis.openapi.models.components.Custom1.Builder
+
+
A user-friendly display label that represents the corresponding custom dimension in analytics + dashboards and reports; users can assign a specific name based on their tracking needs.
+
+
DomainRestrictions - Class in org.openapis.openapi.models.components
+
+
DomainRestrictions
+
+
DomainRestrictions() - Constructor for class org.openapis.openapi.models.components.DomainRestrictions
+
 
+
DomainRestrictions(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.DomainRestrictions
+
 
+
DomainRestrictions.Builder - Class in org.openapis.openapi.models.components
+
 
+
domains() - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
domains() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites should be allowed or blocked).
+
+
domains() - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites must be allowed or blocked).
+
+
domains() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites must be allowed or blocked).
+
+
domains() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request
+
+
domains() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
domains() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
domains() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
domains(CreateMediaRequestDomains) - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions.Builder
+
 
+
domains(CreatePlaybackIdDomains) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites should be allowed or blocked).
+
+
domains(DomainRestrictions) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the originating domain of a request
+
+
domains(PlaybackIdDomains) - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites must be allowed or blocked).
+
+
domains(UnusedUploadsPlaybackIdDomains) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites must be allowed or blocked).
+
+
domains(DirectUploadVideoMediaDomains) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
+
 
+
domains(GetPlaybackIdDomains) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions.Builder
+
 
+
domains(ListPlaybackIdsDomains) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions.Builder
+
 
+
DomainsDefaultPolicy - Enum Class in org.openapis.openapi.models.components
+
+
DomainsDefaultPolicy
+
+
doRequest() - Method in class org.openapis.openapi.operations.CreateSigningKey.Async
+
 
+
doRequest() - Method in class org.openapis.openapi.operations.CreateSigningKey.Sync
+
 
+
doRequest() - Method in class org.openapis.openapi.operations.ListDimensions.Async
+
 
+
doRequest() - Method in class org.openapis.openapi.operations.ListDimensions.Sync
+
 
+
doRequest() - Method in interface org.openapis.openapi.operations.Operations.AsyncRequestlessOperation
+
 
+
doRequest() - Method in interface org.openapis.openapi.operations.Operations.RequestlessOperation
+
 
+
doRequest(CreateLiveStreamRequest) - Method in class org.openapis.openapi.operations.CreateNewStream.Async
+
 
+
doRequest(CreateLiveStreamRequest) - Method in class org.openapis.openapi.operations.CreateNewStream.Sync
+
 
+
doRequest(CreateMediaRequest) - Method in class org.openapis.openapi.operations.CreateMedia.Async
+
 
+
doRequest(CreateMediaRequest) - Method in class org.openapis.openapi.operations.CreateMedia.Sync
+
 
+
doRequest(CreatePlaylistRequest) - Method in class org.openapis.openapi.operations.CreateAPlaylist.Async
+
 
+
doRequest(CreatePlaylistRequest) - Method in class org.openapis.openapi.operations.CreateAPlaylist.Sync
+
 
+
doRequest(AddMediaToPlaylistRequest) - Method in class org.openapis.openapi.operations.AddMediaToPlaylist.Async
+
 
+
doRequest(AddMediaToPlaylistRequest) - Method in class org.openapis.openapi.operations.AddMediaToPlaylist.Sync
+
 
+
doRequest(AddMediaTrackRequest) - Method in class org.openapis.openapi.operations.AddMediaTrack.Async
+
 
+
doRequest(AddMediaTrackRequest) - Method in class org.openapis.openapi.operations.AddMediaTrack.Sync
+
 
+
doRequest(CancelUploadRequest) - Method in class org.openapis.openapi.operations.CancelUpload.Async
+
 
+
doRequest(CancelUploadRequest) - Method in class org.openapis.openapi.operations.CancelUpload.Sync
+
 
+
doRequest(ChangeMediaOrderInPlaylistRequest) - Method in class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Async
+
 
+
doRequest(ChangeMediaOrderInPlaylistRequest) - Method in class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Sync
+
 
+
doRequest(CompleteLiveStreamRequest) - Method in class org.openapis.openapi.operations.CompleteLiveStream.Async
+
 
+
doRequest(CompleteLiveStreamRequest) - Method in class org.openapis.openapi.operations.CompleteLiveStream.Sync
+
 
+
doRequest(CreateMediaPlaybackIdRequest) - Method in class org.openapis.openapi.operations.CreateMediaPlaybackId.Async
+
 
+
doRequest(CreateMediaPlaybackIdRequest) - Method in class org.openapis.openapi.operations.CreateMediaPlaybackId.Sync
+
 
+
doRequest(CreatePlaybackIdOfStreamRequest) - Method in class org.openapis.openapi.operations.CreatePlaybackIdOfStream.Async
+
 
+
doRequest(CreatePlaybackIdOfStreamRequest) - Method in class org.openapis.openapi.operations.CreatePlaybackIdOfStream.Sync
+
 
+
doRequest(CreateSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.CreateSimulcastOfStream.Async
+
 
+
doRequest(CreateSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.CreateSimulcastOfStream.Sync
+
 
+
doRequest(DeleteAPlaylistRequest) - Method in class org.openapis.openapi.operations.DeleteAPlaylist.Async
+
 
+
doRequest(DeleteAPlaylistRequest) - Method in class org.openapis.openapi.operations.DeleteAPlaylist.Sync
+
 
+
doRequest(DeleteLiveStreamRequest) - Method in class org.openapis.openapi.operations.DeleteLiveStream.Async
+
 
+
doRequest(DeleteLiveStreamRequest) - Method in class org.openapis.openapi.operations.DeleteLiveStream.Sync
+
 
+
doRequest(DeleteMediaFromPlaylistRequest) - Method in class org.openapis.openapi.operations.DeleteMediaFromPlaylist.Async
+
 
+
doRequest(DeleteMediaFromPlaylistRequest) - Method in class org.openapis.openapi.operations.DeleteMediaFromPlaylist.Sync
+
 
+
doRequest(DeleteMediaPlaybackIdRequest) - Method in class org.openapis.openapi.operations.DeleteMediaPlaybackId.Async
+
 
+
doRequest(DeleteMediaPlaybackIdRequest) - Method in class org.openapis.openapi.operations.DeleteMediaPlaybackId.Sync
+
 
+
doRequest(DeleteMediaRequest) - Method in class org.openapis.openapi.operations.DeleteMedia.Async
+
 
+
doRequest(DeleteMediaRequest) - Method in class org.openapis.openapi.operations.DeleteMedia.Sync
+
 
+
doRequest(DeleteMediaTrackRequest) - Method in class org.openapis.openapi.operations.DeleteMediaTrack.Async
+
 
+
doRequest(DeleteMediaTrackRequest) - Method in class org.openapis.openapi.operations.DeleteMediaTrack.Sync
+
 
+
doRequest(DeletePlaybackIdOfStreamRequest) - Method in class org.openapis.openapi.operations.DeletePlaybackIdOfStream.Async
+
 
+
doRequest(DeletePlaybackIdOfStreamRequest) - Method in class org.openapis.openapi.operations.DeletePlaybackIdOfStream.Sync
+
 
+
doRequest(DeleteSigningKeyRequest) - Method in class org.openapis.openapi.operations.DeleteSigningKey.Async
+
 
+
doRequest(DeleteSigningKeyRequest) - Method in class org.openapis.openapi.operations.DeleteSigningKey.Sync
+
 
+
doRequest(DeleteSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.DeleteSimulcastOfStream.Async
+
 
+
doRequest(DeleteSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.DeleteSimulcastOfStream.Sync
+
 
+
doRequest(DirectUploadVideoMediaRequest) - Method in class org.openapis.openapi.operations.DirectUploadVideoMedia.Async
+
 
+
doRequest(DirectUploadVideoMediaRequest) - Method in class org.openapis.openapi.operations.DirectUploadVideoMedia.Sync
+
 
+
doRequest(DisableLiveStreamRequest) - Method in class org.openapis.openapi.operations.DisableLiveStream.Async
+
 
+
doRequest(DisableLiveStreamRequest) - Method in class org.openapis.openapi.operations.DisableLiveStream.Sync
+
 
+
doRequest(EnableLiveStreamRequest) - Method in class org.openapis.openapi.operations.EnableLiveStream.Async
+
 
+
doRequest(EnableLiveStreamRequest) - Method in class org.openapis.openapi.operations.EnableLiveStream.Sync
+
 
+
doRequest(GenerateSubtitleTrackRequest) - Method in class org.openapis.openapi.operations.GenerateSubtitleTrack.Async
+
 
+
doRequest(GenerateSubtitleTrackRequest) - Method in class org.openapis.openapi.operations.GenerateSubtitleTrack.Sync
+
 
+
doRequest(GetAllPlaylistsRequest) - Method in class org.openapis.openapi.operations.GetAllPlaylists.Async
+
 
+
doRequest(GetAllPlaylistsRequest) - Method in class org.openapis.openapi.operations.GetAllPlaylists.Sync
+
 
+
doRequest(GetAllStreamsRequest) - Method in class org.openapis.openapi.operations.GetAllStreams.Async
+
 
+
doRequest(GetAllStreamsRequest) - Method in class org.openapis.openapi.operations.GetAllStreams.Sync
+
 
+
doRequest(GetDrmConfigurationByIdRequest) - Method in class org.openapis.openapi.operations.GetDrmConfigurationById.Async
+
 
+
doRequest(GetDrmConfigurationByIdRequest) - Method in class org.openapis.openapi.operations.GetDrmConfigurationById.Sync
+
 
+
doRequest(GetDrmConfigurationRequest) - Method in class org.openapis.openapi.operations.GetDrmConfiguration.Async
+
 
+
doRequest(GetDrmConfigurationRequest) - Method in class org.openapis.openapi.operations.GetDrmConfiguration.Sync
+
 
+
doRequest(GetLiveStreamByIdRequest) - Method in class org.openapis.openapi.operations.GetLiveStreamById.Async
+
 
+
doRequest(GetLiveStreamByIdRequest) - Method in class org.openapis.openapi.operations.GetLiveStreamById.Sync
+
 
+
doRequest(GetLiveStreamPlaybackIdRequest) - Method in class org.openapis.openapi.operations.GetLiveStreamPlaybackId.Async
+
 
+
doRequest(GetLiveStreamPlaybackIdRequest) - Method in class org.openapis.openapi.operations.GetLiveStreamPlaybackId.Sync
+
 
+
doRequest(GetLiveStreamViewerCountByIdRequest) - Method in class org.openapis.openapi.operations.GetLiveStreamViewerCountById.Async
+
 
+
doRequest(GetLiveStreamViewerCountByIdRequest) - Method in class org.openapis.openapi.operations.GetLiveStreamViewerCountById.Sync
+
 
+
doRequest(GetMediaClipsRequest) - Method in class org.openapis.openapi.operations.GetMediaClips.Async
+
 
+
doRequest(GetMediaClipsRequest) - Method in class org.openapis.openapi.operations.GetMediaClips.Sync
+
 
+
doRequest(GetMediaRequest) - Method in class org.openapis.openapi.operations.GetMedia.Async
+
 
+
doRequest(GetMediaRequest) - Method in class org.openapis.openapi.operations.GetMedia.Sync
+
 
+
doRequest(GetMediaSummaryRequest) - Method in class org.openapis.openapi.operations.GetMediaSummary.Async
+
 
+
doRequest(GetMediaSummaryRequest) - Method in class org.openapis.openapi.operations.GetMediaSummary.Sync
+
 
+
doRequest(GetPlaybackIdRequest) - Method in class org.openapis.openapi.operations.GetPlaybackId.Async
+
 
+
doRequest(GetPlaybackIdRequest) - Method in class org.openapis.openapi.operations.GetPlaybackId.Sync
+
 
+
doRequest(GetPlaylistByIdRequest) - Method in class org.openapis.openapi.operations.GetPlaylistById.Async
+
 
+
doRequest(GetPlaylistByIdRequest) - Method in class org.openapis.openapi.operations.GetPlaylistById.Sync
+
 
+
doRequest(GetSigningKeyByIdRequest) - Method in class org.openapis.openapi.operations.GetSigningKeyById.Async
+
 
+
doRequest(GetSigningKeyByIdRequest) - Method in class org.openapis.openapi.operations.GetSigningKeyById.Sync
+
 
+
doRequest(GetSpecificSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Async
+
 
+
doRequest(GetSpecificSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Sync
+
 
+
doRequest(GetTimeseriesDataRequest) - Method in class org.openapis.openapi.operations.GetTimeseriesData.Async
+
 
+
doRequest(GetTimeseriesDataRequest) - Method in class org.openapis.openapi.operations.GetTimeseriesData.Sync
+
 
+
doRequest(GetVideoViewDetailsRequest) - Method in class org.openapis.openapi.operations.GetVideoViewDetails.Async
+
 
+
doRequest(GetVideoViewDetailsRequest) - Method in class org.openapis.openapi.operations.GetVideoViewDetails.Sync
+
 
+
doRequest(ListBreakdownValuesRequest) - Method in class org.openapis.openapi.operations.ListBreakdownValues.Async
+
 
+
doRequest(ListBreakdownValuesRequest) - Method in class org.openapis.openapi.operations.ListBreakdownValues.Sync
+
 
+
doRequest(ListByTopContentRequest) - Method in class org.openapis.openapi.operations.ListByTopContent.Async
+
 
+
doRequest(ListByTopContentRequest) - Method in class org.openapis.openapi.operations.ListByTopContent.Sync
+
 
+
doRequest(ListComparisonValuesRequest) - Method in class org.openapis.openapi.operations.ListComparisonValues.Async
+
 
+
doRequest(ListComparisonValuesRequest) - Method in class org.openapis.openapi.operations.ListComparisonValues.Sync
+
 
+
doRequest(ListErrorsRequest) - Method in class org.openapis.openapi.operations.ListErrors.Async
+
 
+
doRequest(ListErrorsRequest) - Method in class org.openapis.openapi.operations.ListErrors.Sync
+
 
+
doRequest(ListFilterValuesForDimensionRequest) - Method in class org.openapis.openapi.operations.ListFilterValuesForDimension.Async
+
 
+
doRequest(ListFilterValuesForDimensionRequest) - Method in class org.openapis.openapi.operations.ListFilterValuesForDimension.Sync
+
 
+
doRequest(ListLiveClipsRequest) - Method in class org.openapis.openapi.operations.ListLiveClips.Async
+
 
+
doRequest(ListLiveClipsRequest) - Method in class org.openapis.openapi.operations.ListLiveClips.Sync
+
 
+
doRequest(ListMediaRequest) - Method in class org.openapis.openapi.operations.ListMedia.Async
+
 
+
doRequest(ListMediaRequest) - Method in class org.openapis.openapi.operations.ListMedia.Sync
+
 
+
doRequest(ListOverallValuesRequest) - Method in class org.openapis.openapi.operations.ListOverallValues.Async
+
 
+
doRequest(ListOverallValuesRequest) - Method in class org.openapis.openapi.operations.ListOverallValues.Sync
+
 
+
doRequest(ListPlaybackIdsRequest) - Method in class org.openapis.openapi.operations.ListPlaybackIds.Async
+
 
+
doRequest(ListPlaybackIdsRequest) - Method in class org.openapis.openapi.operations.ListPlaybackIds.Sync
+
 
+
doRequest(ListSigningKeysRequest) - Method in class org.openapis.openapi.operations.ListSigningKeys.Async
+
 
+
doRequest(ListSigningKeysRequest) - Method in class org.openapis.openapi.operations.ListSigningKeys.Sync
+
 
+
doRequest(ListUploadsRequest) - Method in class org.openapis.openapi.operations.ListUploads.Async
+
 
+
doRequest(ListUploadsRequest) - Method in class org.openapis.openapi.operations.ListUploads.Sync
+
 
+
doRequest(ListVideoViewsRequest) - Method in class org.openapis.openapi.operations.ListVideoViews.Async
+
 
+
doRequest(ListVideoViewsRequest) - Method in class org.openapis.openapi.operations.ListVideoViews.Sync
+
 
+
doRequest(RetrieveMediaInputInfoRequest) - Method in class org.openapis.openapi.operations.RetrieveMediaInputInfo.Async
+
 
+
doRequest(RetrieveMediaInputInfoRequest) - Method in class org.openapis.openapi.operations.RetrieveMediaInputInfo.Sync
+
 
+
doRequest(UpdateAPlaylistRequest) - Method in class org.openapis.openapi.operations.UpdateAPlaylist.Async
+
 
+
doRequest(UpdateAPlaylistRequest) - Method in class org.openapis.openapi.operations.UpdateAPlaylist.Sync
+
 
+
doRequest(UpdatedMediaRequest) - Method in class org.openapis.openapi.operations.UpdatedMedia.Async
+
 
+
doRequest(UpdatedMediaRequest) - Method in class org.openapis.openapi.operations.UpdatedMedia.Sync
+
 
+
doRequest(UpdatedMp4SupportRequest) - Method in class org.openapis.openapi.operations.UpdatedMp4Support.Async
+
 
+
doRequest(UpdatedMp4SupportRequest) - Method in class org.openapis.openapi.operations.UpdatedMp4Support.Sync
+
 
+
doRequest(UpdateDomainRestrictionsRequest) - Method in class org.openapis.openapi.operations.UpdateDomainRestrictions.Async
+
 
+
doRequest(UpdateDomainRestrictionsRequest) - Method in class org.openapis.openapi.operations.UpdateDomainRestrictions.Sync
+
 
+
doRequest(UpdatedSourceAccessRequest) - Method in class org.openapis.openapi.operations.UpdatedSourceAccess.Async
+
 
+
doRequest(UpdatedSourceAccessRequest) - Method in class org.openapis.openapi.operations.UpdatedSourceAccess.Sync
+
 
+
doRequest(UpdateLiveStreamRequest) - Method in class org.openapis.openapi.operations.UpdateLiveStream.Async
+
 
+
doRequest(UpdateLiveStreamRequest) - Method in class org.openapis.openapi.operations.UpdateLiveStream.Sync
+
 
+
doRequest(UpdateMediaChaptersRequest) - Method in class org.openapis.openapi.operations.UpdateMediaChapters.Async
+
 
+
doRequest(UpdateMediaChaptersRequest) - Method in class org.openapis.openapi.operations.UpdateMediaChapters.Sync
+
 
+
doRequest(UpdateMediaModerationRequest) - Method in class org.openapis.openapi.operations.UpdateMediaModeration.Async
+
 
+
doRequest(UpdateMediaModerationRequest) - Method in class org.openapis.openapi.operations.UpdateMediaModeration.Sync
+
 
+
doRequest(UpdateMediaNamedEntitiesRequest) - Method in class org.openapis.openapi.operations.UpdateMediaNamedEntities.Async
+
 
+
doRequest(UpdateMediaNamedEntitiesRequest) - Method in class org.openapis.openapi.operations.UpdateMediaNamedEntities.Sync
+
 
+
doRequest(UpdateMediaSummaryRequest) - Method in class org.openapis.openapi.operations.UpdateMediaSummary.Async
+
 
+
doRequest(UpdateMediaSummaryRequest) - Method in class org.openapis.openapi.operations.UpdateMediaSummary.Sync
+
 
+
doRequest(UpdateMediaTrackRequest) - Method in class org.openapis.openapi.operations.UpdateMediaTrack.Async
+
 
+
doRequest(UpdateMediaTrackRequest) - Method in class org.openapis.openapi.operations.UpdateMediaTrack.Sync
+
 
+
doRequest(UpdateSpecificSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Async
+
 
+
doRequest(UpdateSpecificSimulcastOfStreamRequest) - Method in class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Sync
+
 
+
doRequest(UpdateUserAgentRestrictionsRequest) - Method in class org.openapis.openapi.operations.UpdateUserAgentRestrictions.Async
+
 
+
doRequest(UpdateUserAgentRestrictionsRequest) - Method in class org.openapis.openapi.operations.UpdateUserAgentRestrictions.Sync
+
 
+
doRequest(ReqT) - Method in interface org.openapis.openapi.operations.Operations.AsyncRequestOperation
+
 
+
doRequest(ReqT) - Method in interface org.openapis.openapi.operations.Operations.RequestOperation
+
 
+
DOUBLE_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
DOWNLOADED - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
DOWNLOADED - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
DOWNLOADING - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
DOWNLOADING - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
DRM - Enum constant in enum class org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum
+
 
+
DRM - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
 
+
DRM - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
 
+
DRM - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum
+
 
+
DRM - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum
+
 
+
DRM - Static variable in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
DRM - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
DRM - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
DRM_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
DRM_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
drmConfigurationId() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
UUID of the DRM configuration to be used
+
+
drmConfigurationId() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
+
DRM configuration ID (required if accessPolicy is "drm")
+
+
drmConfigurationId() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
+
+
The unique identifier of the DRM configuration.
+
+
drmConfigurationId() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
UUID of the DRM configuration to be used.
+
+
drmConfigurationId(String) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
UUID of the DRM configuration to be used
+
+
drmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdRequestBuilder
+
 
+
drmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
+
DRM configuration ID (required if accessPolicy is "drm")
+
+
drmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest.Builder
+
+
The unique identifier of the DRM configuration.
+
+
drmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequestBuilder
+
 
+
drmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
UUID of the DRM configuration to be used.
+
+
drmConfigurations() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
drmConfigurations() - Method in class org.openapis.openapi.Fastpix
+
 
+
DrmConfigurations - Class in org.openapis.openapi
+
 
+
DrmIdResponse - Class in org.openapis.openapi.models.components
+
 
+
DrmIdResponse() - Constructor for class org.openapis.openapi.models.components.DrmIdResponse
+
 
+
DrmIdResponse(String) - Constructor for class org.openapis.openapi.models.components.DrmIdResponse
+
 
+
DrmIdResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
drmType() - Method in class org.openapis.openapi.models.components.Views
+
+
DRM Type indicates the type of Digital Rights Management (DRM) utilized during video playback
+
+
drmType(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
DRM Type indicates the type of Digital Rights Management (DRM) utilized during video playback
+
+
droppedFrameCount() - Method in class org.openapis.openapi.models.components.Views
+
+
Dropped Frame Count represents the number of frames dropped by the video player during playback.
+
+
droppedFrameCount(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Dropped Frame Count represents the number of frames dropped by the video player during playback.
+
+
duration() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration() - Method in class org.openapis.openapi.models.components.Media
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
Duration of the media in HH:MM:SS format.
+
+
duration() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
Duration of the media in hh:mm:ss format.
+
+
duration() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
+
+
Duration of the media in HH:MM:SS format.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
+
+
Duration of the media in hh:mm:ss format.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
duration(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
+

E

+
+
EL_GR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EL_GR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EL_GR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EMPTY - Static variable in class org.openapis.openapi.utils.Headers
+
 
+
emptyMapIfNull(Map<K, V>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
EN - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
EN - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
EN_AU - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_AU - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_AU - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_CA - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_CA - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_CA - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_GB - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_GB - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_GB - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_IE - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_IE - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_IE - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_IN - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_IN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_IN - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_NZ - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_NZ - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_NZ - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_US - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_US - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_US - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
EN_ZA - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
EN_ZA - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
EN_ZA - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
enable() - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Enable a stream
+
+
enable() - Method in class org.openapis.openapi.LiveStream
+
+
Enable a stream
+
+
enable() - Method in class org.openapis.openapi.utils.RetryConfig.Builder
+
+
Enables the selected strategy.
+
+
enable(boolean) - Method in class org.openapis.openapi.utils.RetryConfig.Builder
+
+
Enables or disables the selected strategy.
+
+
enable(String) - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Enable a stream
+
+
enable(String) - Method in class org.openapis.openapi.LiveStream
+
+
Enable a stream
+
+
enable(String, Options) - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Enable a stream
+
+
enable(String, Options) - Method in class org.openapis.openapi.LiveStream
+
+
Enable a stream
+
+
enableDebugLogging(boolean) - Method in class org.openapis.openapi.utils.FastpixHTTPClient
+
 
+
enableDebugLogging(boolean) - Method in interface org.openapis.openapi.utils.HTTPClient
+
+
Controls the debug flag that can be used by clients to perform conditional + debugging actions like logging HTTP requests and responses.
+
+
enableDvrMode() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
enableDvrMode() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
enableDvrMode() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Enables DVR (Digital Video Recorder) functionality, allowing viewers to pause, rewind, and resume + live playback.
+
+
enableDvrMode() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
enableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
enableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
enableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.InputMediaSettings.Builder
+
+
Enables DVR (Digital Video Recorder) functionality, allowing viewers to pause, rewind, and resume + live playback.
+
+
enableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
enableHTTPDebugLogging(boolean) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Enables debug logging for HTTP requests and responses, including JSON body content.
+
+
EnableLiveStream - Class in org.openapis.openapi.operations
+
 
+
EnableLiveStream() - Constructor for class org.openapis.openapi.operations.EnableLiveStream
+
 
+
EnableLiveStream.Async - Class in org.openapis.openapi.operations
+
 
+
EnableLiveStream.Sync - Class in org.openapis.openapi.operations
+
 
+
EnableLiveStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
EnableLiveStreamRequest(String) - Constructor for class org.openapis.openapi.models.operations.EnableLiveStreamRequest
+
 
+
EnableLiveStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
EnableLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
EnableLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
EnableLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.EnableLiveStreamRequestBuilder
+
 
+
EnableLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.EnableLiveStreamRequestBuilder
+
 
+
EnableLiveStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
EnableLiveStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
EnableLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
 
+
EnableLiveStreamResponse(String, int, HttpResponse<InputStream>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
 
+
EnableLiveStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
 
+
EnableLiveStreamResponse(String, int, HttpResponse<Blob>, LiveStreamDeleteResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
 
+
EnableLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
EnableLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
enableRecording() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
+
enableRecording() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
When set to true, FastPix records and stores the livestream for on-demand viewing.
+
+
enableRecording() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
+
enableRecording(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
+
enableRecording(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
When set to true, FastPix records and stores the livestream for on-demand viewing.
+
+
enableRecording(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
+
encode(String) - Method in class org.openapis.openapi.utils.Utf8UrlEncoder
+
 
+
endDate() - Method in class org.openapis.openapi.models.components.DateRange
+
 
+
endDate(String) - Method in class org.openapis.openapi.models.components.DateRange.Builder
+
 
+
endTime() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
End time (in seconds) of the imposed audio in the video.
+
+
endTime() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
End time indicates where encoding must end within the video file.
+
+
endTime() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
End time indicates where encoding must end within the video file, in seconds.
+
+
endTime(Double) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
End time indicates where encoding must end within the video file, in seconds.
+
+
endTime(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack.Builder
+
+
End time (in seconds) of the imposed audio in the video.
+
+
endTime(Long) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
End time indicates where encoding must end within the video file.
+
+
enhancedDeepEquals(Object, Object) - Static method in class org.openapis.openapi.utils.Utils
+
+
Returns true if and only if the two objects are deeply equal, uses + mathematical equivalence for Number subclasses (2 == 2.0) instead of + Number.equals.
+
+
enhancedHash(Object...) - Static method in class org.openapis.openapi.utils.Utils
+
+
Returns a combined hash code (applying Utils.enhancedHashCode(java.lang.Object)) for the + given objects (usually the fields of an object whose hashCode we want to + be calculated).
+
+
enhancedHashCode(Object) - Static method in class org.openapis.openapi.utils.Utils
+
+
Returns a hash code that complies with the equals/hashCode contract when + equals is implemented by Utils.enhancedDeepEquals(Object, Object).
+
+
ENUM - Enum constant in enum class org.openapis.openapi.utils.Types
+
 
+
environmentVariable(String, String) - Static method in class org.openapis.openapi.utils.Utils
+
+
Internal use.
+
+
equals(Object) - Method in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AiResponseRecord
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AiSummaryRecord
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AudioInput
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AudioTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.AudioTrackType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Custom1
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Custom2
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DataPagination
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DateRange
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DefaultError
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DirectUpload
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DirectUploadStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.DrmIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Error
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Event
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.EventTime
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.GetStreamsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ImposeTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Input
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveStreamPagination
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Media
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaIdsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MediaTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Metadata
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Moderation
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ModerationResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Pagination
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PatchResponseDTO
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Placement
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackId
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaybackSettings
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlayerHeight
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlayerViewCount
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistItem
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PolicyAction
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PropertyId
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PullVideoInput
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Resolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Security
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SigningKeysPagination
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SubtitleInput
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Subtitles
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Summary
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.SummaryResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.TracksSubtitles
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.VideoInput
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.VideoInputSegment1
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.VideoInputSegment2
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.VideoTrack
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ViewerTime
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.Views
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ViewsCountResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ViewsCountResponseData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.ViewsList
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.components.WatermarkInput
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CancelUploadRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.Configuration
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.File
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.Input
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListErrorsData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.Subtitles
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.Summary
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.Track
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
 
+
equals(Object) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
equals(Object) - Method in class org.openapis.openapi.utils.BigDecimalString
+
 
+
equals(Object) - Method in class org.openapis.openapi.utils.BigIntegerString
+
 
+
equals(Object) - Method in class org.openapis.openapi.utils.QueryParameter
+
 
+
equals(Object) - Method in class org.openapis.openapi.utils.UnknownType
+
 
+
error() - Method in class org.openapis.openapi.models.components.DefaultError
+
+
Contains details about the error if the request failed.
+
+
error(String) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
error(String, Throwable) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
error(Error) - Method in class org.openapis.openapi.models.components.DefaultError.Builder
+
+
Contains details about the error if the request failed.
+
+
Error - Class in org.openapis.openapi.models.components
+
+
Error
+
+
Error() - Constructor for class org.openapis.openapi.models.components.Error
+
 
+
Error(Long, String, String) - Constructor for class org.openapis.openapi.models.components.Error
+
 
+
ERROR_CODE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
ERROR_CODE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
Error.Builder - Class in org.openapis.openapi.models.components
+
 
+
errorCode() - Method in class org.openapis.openapi.models.components.Views
+
+
Error Code is an identifier representing a specific type of error that occurred during video + playback, potentially leading to playback failure.
+
+
errorCode() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The code which represents specific issues or failures that occur during playback.
+
+
errorCode() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the error code to filter the list of views.
+
+
errorCode(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Error Code is an identifier representing a specific type of error that occurred during video + playback, potentially leading to playback failure.
+
+
errorCode(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The code which represents specific issues or failures that occur during playback.
+
+
errorCode(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
Pass the error code to filter the list of views.
+
+
errorContext() - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the component or stage where the playback error originated, such as streaming, cdn, + decoder, or player.
+
+
errorContext(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Specifies the component or stage where the playback error originated, such as streaming, cdn, + decoder, or player.
+
+
ErrorDetails - Class in org.openapis.openapi.models.components
+
 
+
ErrorDetails() - Constructor for class org.openapis.openapi.models.components.ErrorDetails
+
 
+
ErrorDetails(JsonNullable<ErrorDetailsPercentage>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.ErrorDetails
+
 
+
ErrorDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
ErrorDetailsPercentage - Class in org.openapis.openapi.models.components
+
+
ErrorDetailsPercentage
+
+
ErrorDetailsPercentage._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
errorId() - Method in class org.openapis.openapi.models.components.Views
+
+
The unique identifier which identifies each type of error that occurs.
+
+
errorId() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The unique identifier for the error that occurred during playback.
+
+
errorId(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
The unique identifier which identifies each type of error that occurs.
+
+
errorId(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The unique identifier for the error that occurred during playback.
+
+
errorMessage() - Method in class org.openapis.openapi.models.components.Views
+
+
Error Message is a descriptive message generated by the video player when an error occurs during + playback, associated with an error code.
+
+
errorMessage() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The notifications or messages that inform users or developers about issues or failures that have + occurred during the playback representing error codes.
+
+
errorMessage(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Error Message is a descriptive message generated by the video player when an error occurs during + playback, associated with an error code.
+
+
errorMessage(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The notifications or messages that inform users or developers about issues or failures that have + occurred during the playback representing error codes.
+
+
errors() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Operations involving errors
+
+
errors() - Method in class org.openapis.openapi.Fastpix
+
+
Operations involving errors
+
+
errors() - Method in class org.openapis.openapi.models.operations.ListErrorsData
+
+
The endpoint retrieves a comprehensive list of errors that have occurred by providing detailed + information about each error instance.
+
+
errors(List<ErrorDetails>) - Method in class org.openapis.openapi.models.operations.ListErrorsData.Builder
+
+
The endpoint retrieves a comprehensive list of errors that have occurred by providing detailed + information about each error instance.
+
+
Errors - Class in org.openapis.openapi
+
+
Operations involving errors
+
+
ES - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
ES - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
ES_AR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ES_AR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ES_AR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ES_CL - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ES_CL - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ES_CL - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ES_CO - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ES_CO - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ES_CO - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ES_MX - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ES_MX - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ES_MX - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ES_US - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ES_US - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ES_US - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ESES - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ESES - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ESES - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
event() - Method in class org.openapis.openapi.utils.EventStreamMessage
+
 
+
Event - Class in org.openapis.openapi.models.components
+
 
+
Event() - Constructor for class org.openapis.openapi.models.components.Event
+
 
+
Event(JsonNullable<Long>, JsonNullable<String>, Map<String, Object>, JsonNullable<ViewerTime>, JsonNullable<EventTime>) - Constructor for class org.openapis.openapi.models.components.Event
+
 
+
Event.Builder - Class in org.openapis.openapi.models.components
+
 
+
Event Consumption - Search tag in class org.openapis.openapi.utils.EventStream
+
Section
+
eventDetails() - Method in class org.openapis.openapi.models.components.Event
+
 
+
eventDetails(Map<String, Object>) - Method in class org.openapis.openapi.models.components.Event.Builder
+
 
+
eventName() - Method in class org.openapis.openapi.models.components.Event
+
+
Name of the event.
+
+
eventName(String) - Method in class org.openapis.openapi.models.components.Event.Builder
+
+
Name of the event.
+
+
events() - Method in class org.openapis.openapi.models.components.Views
+
+
Events specifies the order of events journey of the video playback
+
+
events(List<Event>) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Events specifies the order of events journey of the video playback
+
+
EventStream<T> - Class in org.openapis.openapi.utils
+
+
Provides a convenient way to consume Server-Sent Events (SSE) from a stream.
+
+
EventStream<ResponseT,ItemT> - Class in org.openapis.openapi.utils.reactive
+
+
A reactive event stream publisher that can handle different protocols (SSE, JSONL) + and emits typed events with proper backpressure handling.
+
+
EventStream(InputStream, TypeReference<T>, ObjectMapper, Optional<String>) - Constructor for class org.openapis.openapi.utils.EventStream
+
 
+
EventStream.Protocol<ParsedT,ItemT> - Interface in org.openapis.openapi.utils.reactive
+
+
Protocol interface that defines how to parse and process different event stream formats
+
+
EventStreamMessage - Class in org.openapis.openapi.utils
+
 
+
EventStreamMessage(Optional<String>, Optional<String>, Optional<Integer>, String) - Constructor for class org.openapis.openapi.utils.EventStreamMessage
+
 
+
eventTime() - Method in class org.openapis.openapi.models.components.Event
+
+
The unix epoch timestamp when the event was captured.
+
+
eventTime(EventTime) - Method in class org.openapis.openapi.models.components.Event.Builder
+
+
The unix epoch timestamp when the event was captured.
+
+
EventTime - Class in org.openapis.openapi.models.components
+
+
EventTime
+
+
EventTime._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
exception() - Method in exception class org.openapis.openapi.utils.NonRetryableException
+
 
+
Exceptions - Class in org.openapis.openapi.utils
+
 
+
Exceptions() - Constructor for class org.openapis.openapi.utils.Exceptions
+
 
+
Exceptions.CheckedConsumer<T> - Interface in org.openapis.openapi.utils
+
 
+
Exceptions.CheckedFunction<T,R> - Interface in org.openapis.openapi.utils
+
 
+
Exceptions.CheckedRunnable - Interface in org.openapis.openapi.utils
+
 
+
Exceptions.CheckedSupplier<T> - Interface in org.openapis.openapi.utils
+
 
+
EXIT_BEFORE_VIDEO_START - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
EXIT_BEFORE_VIDEO_START - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
EXIT_BEFORE_VIDEO_START - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
EXIT_BEFORE_VIDEO_START - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
EXIT_BEFORE_VIDEO_START - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
exitBeforeVideoStart() - Method in class org.openapis.openapi.models.components.Views
+
+
Exit Before Video Start indicates whether a viewer abandoned the video before it started playing, + typically due to long loading times.
+
+
exitBeforeVideoStart(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Exit Before Video Start indicates whether a viewer abandoned the video before it started playing, + typically due to long loading times.
+
+
EXPERIMENT_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
EXPERIMENT_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
experimentName() - Method in class org.openapis.openapi.models.components.Views
+
+
Experiment Name is used in A/B testing scenarios to categorize video views into different + experiments.
+
+
experimentName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Experiment Name is used in A/B testing scenarios to categorize video views into different + experiments.
+
+
expiresAt() - Method in class org.openapis.openapi.utils.SessionManager.Session
+
 
+
exponent() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
+
Deprecated. + +
+
+
exponent(double) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Deprecated. + +
+
+
expungeSegments() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
The list of start and end times (in seconds) of the segments to be removed from the actual video.
+
+
expungeSegments() - Method in class org.openapis.openapi.models.components.VideoInput
+
+
The list of the startTime-endTime of the segments to be removed from the actual video.
+
+
expungeSegments(List<String>) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
The list of start and end times (in seconds) of the segments to be removed from the actual video.
+
+
expungeSegments(List<String>) - Method in class org.openapis.openapi.models.components.VideoInput.Builder
+
+
The list of the startTime-endTime of the segments to be removed from the actual video.
+
+
extractByteArrayFromBody(HttpResponse<InputStream>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
extractDiscriminator(String) - Method in class org.openapis.openapi.utils.UnknownType
+
+
Extract the discriminator value from the JSON node.
+
+
+

F

+
+
fadeInLevel() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
Level of fade-in effect (in seconds) at the start of the imposed audio.
+
+
fadeInLevel(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack.Builder
+
+
Level of fade-in effect (in seconds) at the start of the imposed audio.
+
+
fadeOutLevel() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
Level of fade-out effect (in seconds) at the end of the imposed audio.
+
+
fadeOutLevel(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack.Builder
+
+
Level of fade-out effect (in seconds) at the end of the imposed audio.
+
+
FailEarlyException(Exception) - Constructor for exception class org.openapis.openapi.utils.Hooks.FailEarlyException
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
FAILED - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
FAILED - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
Fastpix - Class in org.openapis.openapi
+
+
FASTPIX API'S: FastPix provides a comprehensive set of APIs that enable developers to manage both + **on-demand media (video/audio)** and **live streaming experiences**, with built-in security + features through **cryptographic signing keys**.
+
+
Fastpix(SDKConfiguration) - Constructor for class org.openapis.openapi.Fastpix
+
 
+
Fastpix.Builder - Class in org.openapis.openapi
+
+
The Builder class allows the configuration of a new instance of the SDK.
+
+
FastpixException - Exception Class in org.openapis.openapi.models.errors
+
 
+
FastpixException(String, int, byte[], HttpResponse<?>, Throwable) - Constructor for exception class org.openapis.openapi.models.errors.FastpixException
+
 
+
FastpixHTTPClient - Class in org.openapis.openapi.utils
+
 
+
FastpixHTTPClient() - Constructor for class org.openapis.openapi.utils.FastpixHTTPClient
+
 
+
FastpixLogger - Class in org.openapis.openapi.utils
+
 
+
FastpixMetadata - Annotation Interface in org.openapis.openapi.utils
+
 
+
field() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
+
the value of dimension or filter value on which the aggregation is to be applied.
+
+
field(String) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder
+
+
the value of dimension or filter value on which the aggregation is to be applied.
+
+
FIFI - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
FIFI - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
FIFI - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
file() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
+
Contains metadata and structural details about the media file.
+
+
file(File) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData.Builder
+
+
Contains metadata and structural details about the media file.
+
+
File - Class in org.openapis.openapi.models.operations
+
+
File
+
+
File() - Constructor for class org.openapis.openapi.models.operations.File
+
 
+
File(String, List<Track>) - Constructor for class org.openapis.openapi.models.operations.File
+
 
+
File.Builder - Class in org.openapis.openapi.models.operations
+
 
+
filterby() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
filterby(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
findComplexObjectWithNonEmptyAnnotatedField(Object, String...) - Static method in class org.openapis.openapi.utils.Security
+
 
+
findFieldsWhereMetadataContainsRegexes(Object, String...) - Static method in class org.openapis.openapi.utils.Security
+
 
+
findStringValueWhereMetadataContainsRegexes(Object, String...) - Static method in class org.openapis.openapi.utils.Security
+
 
+
findStringValueWhereMetadataNameIs(Object, String) - Static method in class org.openapis.openapi.utils.Security
+
 
+
findValueWhereMetadataContainsRegexes(Object, String...) - Static method in class org.openapis.openapi.utils.Security
+
 
+
finish() - Method in class org.openapis.openapi.utils.StreamingParser
+
+
Extract any remaining partial content when stream ends.
+
+
first(String) - Method in class org.openapis.openapi.utils.Headers
+
+
Returns the first value for a header name.
+
+
flatten(Flow.Publisher<List<T>>) - Static method in class org.openapis.openapi.utils.reactive.ReactiveUtils
+
+
Flattens a stream of List<T> into a stream of individual T items.
+
+
flatten(Flow.Publisher<T>, Function<T, Iterable<R>>) - Static method in class org.openapis.openapi.utils.reactive.ReactiveUtils
+
+
Flattens a stream of collections into a stream of individual items.
+
+
FLOAT_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
forEach(BiConsumer<? super String, ? super List<String>>) - Method in class org.openapis.openapi.utils.Headers
+
 
+
forJsonL(CompletableFuture<ResponseT>, TypeReference<ItemT>, ObjectMapper) - Static method in class org.openapis.openapi.utils.reactive.EventStream
+
+
Create an EventStream for JSONL (JSON Lines) format
+
+
forJsonLines() - Static method in class org.openapis.openapi.utils.StreamingParser
+
+
Create a streaming parser for JSON Lines format
+
+
forJsonLines(Reader) - Static method in class org.openapis.openapi.utils.BlockingParser
+
+
Create a blocking parser for JSON Lines format
+
+
forSSE() - Static method in class org.openapis.openapi.utils.StreamingParser
+
+
Create a streaming parser for SSE format
+
+
forSSE(Reader) - Static method in class org.openapis.openapi.utils.BlockingParser
+
+
Create a blocking parser for SSE format
+
+
forSSE(CompletableFuture<ResponseT>, TypeReference<ItemT>, ObjectMapper, String) - Static method in class org.openapis.openapi.utils.reactive.EventStream
+
+
Create an EventStream for SSE (Server-Sent Events) format
+
+
FOUR_HUNDRED_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.Resolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
FOUR_HUNDRED_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
FP_LIVE_STREAM_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
FP_LIVE_STREAM_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
FP_PLAYBACK_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
FP_PLAYBACK_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
FP_SDK - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
FP_SDK - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
FP_SDK_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
FP_SDK_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
fpApiVersion() - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the version of the FastPix API used during data collection or playback reporting.
+
+
fpApiVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Specifies the version of the FastPix API used during data collection or playback reporting.
+
+
fpEmbed() - Method in class org.openapis.openapi.models.components.Views
+
+
Identifies the type or source of the FastPix player embed used for playback — for example, whether + the video was played through a direct player integration, an iframe, or a third-party embedded + context.
+
+
fpEmbed(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Identifies the type or source of the FastPix player embed used for playback — for example, whether + the video was played through a direct player integration, an iframe, or a third-party embedded + context.
+
+
fpEmbedVersion() - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the version of the FastPix embed script or SDK used to initialize the player.
+
+
fpEmbedVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Specifies the version of the FastPix embed script or SDK used to initialize the player.
+
+
fpLiveStreamId() - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix Live Stream ID is the unique identifier associated with a live stream video media within the + FastPix Video Platform.
+
+
fpLiveStreamId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
FastPix Live Stream ID is the unique identifier associated with a live stream video media within the + FastPix Video Platform.
+
+
fpPlaybackId() - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix Playback ID refers to the unique identifier associated with the playback instance of a + video, particularly used in FastPix Video Platform.
+
+
fpPlaybackId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
FastPix Playback ID refers to the unique identifier associated with the playback instance of a + video, particularly used in FastPix Video Platform.
+
+
fpSDK() - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix SDK Name identifies the name of the FastPix Player SDK utilized within the player workspace.
+
+
fpSDK(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
FastPix SDK Name identifies the name of the FastPix Player SDK utilized within the player workspace.
+
+
fpSDKVersion() - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix SDK Version specifies the version of the FastPix Player SDK integrated into the player.
+
+
fpSDKVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
FastPix SDK Version specifies the version of the FastPix Player SDK integrated into the player.
+
+
fpViewerId() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents a unique, anonymized identifier assigned to each viewer by the FastPix SDK.
+
+
fpViewerId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents a unique, anonymized identifier assigned to each viewer by the FastPix SDK.
+
+
FR - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
FR - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
FR_BE - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
FR_BE - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
FR_BE - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
FR_CA - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
FR_CA - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
FR_CA - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
FR_CH - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
FR_CH - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
FR_CH - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
frameRate() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
frameRate() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
frameRate() - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
frameRate(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
frameRate(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
frameRate(String) - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
FRFR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
FRFR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
FRFR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
from(byte[]) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from a byte array.
+
+
from(InputStream) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from an InputStream.
+
+
from(String) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from a String using UTF-8 encoding.
+
+
from(String, HttpResponse<InputStream>) - Static method in exception class org.openapis.openapi.models.errors.APIException
+
 
+
from(String, HttpResponse<InputStream>, Throwable) - Static method in exception class org.openapis.openapi.models.errors.APIException
+
 
+
from(ByteBuffer) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from a single ByteBuffer.
+
+
from(Path) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from a file path.
+
+
from(Flow.Publisher<List<ByteBuffer>>) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from a Flow.Publisher<List<ByteBuffer>>.
+
+
from(List<ByteBuffer>) - Static method in class org.openapis.openapi.utils.Blob
+
+
Creates a Blob from a list of ByteBuffers.
+
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.AddTrackRequestType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.AudioInputType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.BasicAccessPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestManualType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestSmartType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.DomainsDefaultPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.MediaType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.SortOrder
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.UserAgentsDefaultPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.WatermarkInputType
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.XAlign
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.components.YAlign
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.GroupBy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.MediaQuality
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.OrderBy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.Type
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy
+
 
+
fromValue(String) - Static method in enum class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy
+
 
+
+

G

+
+
GEN_VERSION - Static variable in class org.openapis.openapi.SDKConfiguration
+
 
+
generate() - Method in class org.openapis.openapi.models.components.Summary
+
+
Enable or disable the summary feature for the media.
+
+
generate() - Method in class org.openapis.openapi.models.operations.Summary
+
+
Enable or disable the summary feature for the media.
+
+
generate() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
+
Enable or disable the summary feature for the media.
+
+
generate(boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody.Builder
+
+
Enable or disable the summary feature for the media.
+
+
generate(Boolean) - Method in class org.openapis.openapi.models.components.Summary.Builder
+
+
Enable or disable the summary feature for the media.
+
+
generate(Boolean) - Method in class org.openapis.openapi.models.operations.Summary.Builder
+
+
Enable or disable the summary feature for the media.
+
+
generatedSubtitles() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles() - Method in class org.openapis.openapi.models.components.Media
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
List of generated subtitle tracks associated with the media.
+
+
generatedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
List of generated subtitle tracks associated with the media.
+
+
generateNamedEntities() - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Generate named entities
+
+
generateNamedEntities() - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Generate named entities
+
+
generateNamedEntities(String, UpdateMediaNamedEntitiesRequestBody) - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Generate named entities
+
+
generateNamedEntities(String, UpdateMediaNamedEntitiesRequestBody) - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Generate named entities
+
+
generateNamedEntities(String, UpdateMediaNamedEntitiesRequestBody, Options) - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Generate named entities
+
+
generateNamedEntities(String, UpdateMediaNamedEntitiesRequestBody, Options) - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Generate named entities
+
+
generateSubtitles() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Generate track subtitle
+
+
generateSubtitles() - Method in class org.openapis.openapi.ManageVideos
+
+
Generate track subtitle
+
+
generateSubtitles(String, String, TrackSubtitlesGenerateRequest) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Generate track subtitle
+
+
generateSubtitles(String, String, TrackSubtitlesGenerateRequest) - Method in class org.openapis.openapi.ManageVideos
+
+
Generate track subtitle
+
+
generateSubtitles(String, String, TrackSubtitlesGenerateRequest, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Generate track subtitle
+
+
generateSubtitles(String, String, TrackSubtitlesGenerateRequest, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Generate track subtitle
+
+
GenerateSubtitleTrack - Class in org.openapis.openapi.operations
+
 
+
GenerateSubtitleTrack() - Constructor for class org.openapis.openapi.operations.GenerateSubtitleTrack
+
 
+
GenerateSubtitleTrack.Async - Class in org.openapis.openapi.operations
+
 
+
GenerateSubtitleTrack.Sync - Class in org.openapis.openapi.operations
+
 
+
GenerateSubtitleTrackRequest - Class in org.openapis.openapi.models.operations
+
 
+
GenerateSubtitleTrackRequest(String, String, TrackSubtitlesGenerateRequest) - Constructor for class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
 
+
GenerateSubtitleTrackRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GenerateSubtitleTrackRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GenerateSubtitleTrackRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GenerateSubtitleTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
+
 
+
GenerateSubtitleTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
+
 
+
GenerateSubtitleTrackResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GenerateSubtitleTrackResponse - Class in org.openapis.openapi.models.operations
+
 
+
GenerateSubtitleTrackResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
 
+
GenerateSubtitleTrackResponse(String, int, HttpResponse<InputStream>, GenerateSubtitleTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
 
+
GenerateSubtitleTrackResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
 
+
GenerateSubtitleTrackResponse(String, int, HttpResponse<Blob>, GenerateSubtitleTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
 
+
GenerateSubtitleTrackResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GenerateSubtitleTrackResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GenerateSubtitleTrackResponseBody - Class in org.openapis.openapi.models.operations
+
+
GenerateSubtitleTrackResponseBody
+
+
GenerateSubtitleTrackResponseBody() - Constructor for class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
 
+
GenerateSubtitleTrackResponseBody(Boolean, GenerateTrackResponse) - Constructor for class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
 
+
GenerateSubtitleTrackResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GenerateTrackResponse - Class in org.openapis.openapi.models.components
+
+
GenerateTrackResponse
+
+
GenerateTrackResponse() - Constructor for class org.openapis.openapi.models.components.GenerateTrackResponse
+
 
+
GenerateTrackResponse(String, GenerateTrackResponseType, GenerateTrackResponseLanguageCode, String, Map<String, String>) - Constructor for class org.openapis.openapi.models.components.GenerateTrackResponse
+
 
+
GenerateTrackResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
GenerateTrackResponseLanguageCode - Class in org.openapis.openapi.models.components
+
+
GenerateTrackResponseLanguageCode
+
+
GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GenerateTrackResponseType - Class in org.openapis.openapi.models.components
+
+
GenerateTrackResponseType
+
+
GenerateTrackResponseType.GenerateTrackResponseTypeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
generateURL(Class<T>, String, String, Optional<? extends T>, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
generateURL(Class<T>, String, String, JsonNullable<? extends T>, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
generateURL(Class<T>, String, String, T, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
generateURL(String, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
GenericTypeIdResolver<T> - Class in org.openapis.openapi.utils
+
+
Generic type resolver that supports both manual type registration and automatic + fallback to unknown types for unrecognized discriminator values.
+
+
GenericTypeIdResolver(Class<? extends T>) - Constructor for class org.openapis.openapi.utils.GenericTypeIdResolver
+
 
+
get() - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Get stream by ID
+
+
get() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get a media by ID
+
+
get() - Method in class org.openapis.openapi.AsyncPlayback
+
+
Get a playback ID
+
+
get() - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Get a playlist by ID
+
+
get() - Method in class org.openapis.openapi.ManageLiveStream
+
+
Get stream by ID
+
+
get() - Method in class org.openapis.openapi.ManageVideos
+
+
Get a media by ID
+
+
get() - Method in class org.openapis.openapi.Playback
+
+
Get a playback ID
+
+
get() - Method in class org.openapis.openapi.Playlists
+
+
Get a playlist by ID
+
+
get() - Method in interface org.openapis.openapi.utils.Exceptions.CheckedSupplier
+
 
+
get(String) - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Get stream by ID
+
+
get(String) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get a media by ID
+
+
get(String) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Get a playlist by ID
+
+
get(String) - Method in class org.openapis.openapi.ManageLiveStream
+
+
Get stream by ID
+
+
get(String) - Method in class org.openapis.openapi.ManageVideos
+
+
Get a media by ID
+
+
get(String) - Method in class org.openapis.openapi.Playlists
+
+
Get a playlist by ID
+
+
get(String) - Method in class org.openapis.openapi.utils.Headers
+
+
Returns all values for a header name.
+
+
get(String, String) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Get a playback ID
+
+
get(String, String) - Method in class org.openapis.openapi.Playback
+
+
Get a playback ID
+
+
get(String, String, Options) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Get a playback ID
+
+
get(String, String, Options) - Method in class org.openapis.openapi.Playback
+
+
Get a playback ID
+
+
get(String, Options) - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Get stream by ID
+
+
get(String, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get a media by ID
+
+
get(String, Options) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Get a playlist by ID
+
+
get(String, Options) - Method in class org.openapis.openapi.ManageLiveStream
+
+
Get stream by ID
+
+
get(String, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Get a media by ID
+
+
get(String, Options) - Method in class org.openapis.openapi.Playlists
+
+
Get a playlist by ID
+
+
GetAllMediaResponse - Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponse() - Constructor for class org.openapis.openapi.models.components.GetAllMediaResponse
+
 
+
GetAllMediaResponse(JsonNullable<String>, String, String, String, String, JsonNullable<Map<String, String>>, GetAllMediaResponseMediaQuality, String, JsonNullable<String>, GetAllMediaResponseMaxResolution, GetAllMediaResponseSourceResolution, GetAllMediaResponseStatus, GetAllMediaResponseMp4Support, JsonNullable<Boolean>, List<PlaybackId>, List<GetAllMediaResponseTrack>, JsonNullable<List<TracksSubtitles>>, AiSummaryRecord, AiResponseRecord, AiResponseRecord, AiResponseRecord, JsonNullable<Boolean>, JsonNullable<Boolean>, String, String, JsonNullable<String>, OffsetDateTime, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.GetAllMediaResponse
+
 
+
GetAllMediaResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseMaxResolution - Class in org.openapis.openapi.models.components
+
+
GetAllMediaResponseMaxResolution
+
+
GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseMediaQuality - Class in org.openapis.openapi.models.components
+
+
GetAllMediaResponseMediaQuality
+
+
GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseMp4Support - Class in org.openapis.openapi.models.components
+
+
GetAllMediaResponseMp4Support
+
+
GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseSourceResolution - Class in org.openapis.openapi.models.components
+
+
GetAllMediaResponseSourceResolution
+
+
GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseStatus - Class in org.openapis.openapi.models.components
+
+
GetAllMediaResponseStatus
+
+
GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseTrack - Class in org.openapis.openapi.models.components
+
 
+
GetAllMediaResponseTrack._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
GetAllPlaylists - Class in org.openapis.openapi.operations
+
 
+
GetAllPlaylists() - Constructor for class org.openapis.openapi.operations.GetAllPlaylists
+
 
+
GetAllPlaylists.Async - Class in org.openapis.openapi.operations
+
 
+
GetAllPlaylists.Sync - Class in org.openapis.openapi.operations
+
 
+
GetAllPlaylistsRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetAllPlaylistsRequest() - Constructor for class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
 
+
GetAllPlaylistsRequest(Long, Long) - Constructor for class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
 
+
GetAllPlaylistsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetAllPlaylistsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetAllPlaylistsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetAllPlaylistsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder
+
 
+
GetAllPlaylistsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder
+
 
+
getAllPlaylistsResponse() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
+
Successfully retrieved all playlists
+
+
getAllPlaylistsResponse() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
Successfully retrieved all playlists
+
+
getAllPlaylistsResponse(GetAllPlaylistsResponse) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder
+
+
Successfully retrieved all playlists
+
+
getAllPlaylistsResponse(GetAllPlaylistsResponse) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder
+
+
Successfully retrieved all playlists
+
+
GetAllPlaylistsResponse - Class in org.openapis.openapi.models.components
+
 
+
GetAllPlaylistsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetAllPlaylistsResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetAllPlaylistsResponse(boolean, List<PlaylistItem>) - Constructor for class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
 
+
GetAllPlaylistsResponse(boolean, List<PlaylistItem>, Pagination) - Constructor for class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
 
+
GetAllPlaylistsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
 
+
GetAllPlaylistsResponse(String, int, HttpResponse<InputStream>, GetAllPlaylistsResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
 
+
GetAllPlaylistsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
 
+
GetAllPlaylistsResponse(String, int, HttpResponse<Blob>, GetAllPlaylistsResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
 
+
GetAllPlaylistsResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
GetAllPlaylistsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetAllPlaylistsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getAllSigningKeysResponse() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
successfully fetched all signing keys
+
+
getAllSigningKeysResponse() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
successfully fetched all signing keys
+
+
getAllSigningKeysResponse(GetAllSigningKeysResponse) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder
+
+
successfully fetched all signing keys
+
+
getAllSigningKeysResponse(GetAllSigningKeysResponse) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder
+
+
successfully fetched all signing keys
+
+
GetAllSigningKeysResponse - Class in org.openapis.openapi.models.components
+
 
+
GetAllSigningKeysResponse() - Constructor for class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
 
+
GetAllSigningKeysResponse(Boolean, List<GetAllSigningKeysResponseDto>, SigningKeysPagination) - Constructor for class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
 
+
GetAllSigningKeysResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
GetAllSigningKeysResponseDto - Class in org.openapis.openapi.models.components
+
+
GetAllSigningKeysResponseDto
+
+
GetAllSigningKeysResponseDto() - Constructor for class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
 
+
GetAllSigningKeysResponseDto(String, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
 
+
GetAllSigningKeysResponseDto.Builder - Class in org.openapis.openapi.models.components
+
 
+
GetAllStreams - Class in org.openapis.openapi.operations
+
 
+
GetAllStreams() - Constructor for class org.openapis.openapi.operations.GetAllStreams
+
 
+
GetAllStreams.Async - Class in org.openapis.openapi.operations
+
 
+
GetAllStreams.Sync - Class in org.openapis.openapi.operations
+
 
+
GetAllStreamsRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetAllStreamsRequest() - Constructor for class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
 
+
GetAllStreamsRequest(Long, Long, OrderBy) - Constructor for class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
 
+
GetAllStreamsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetAllStreamsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetAllStreamsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetAllStreamsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
+
 
+
GetAllStreamsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
+
 
+
GetAllStreamsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetAllStreamsResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetAllStreamsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
 
+
GetAllStreamsResponse(String, int, HttpResponse<InputStream>, GetStreamsResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
 
+
GetAllStreamsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
 
+
GetAllStreamsResponse(String, int, HttpResponse<Blob>, GetStreamsResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
 
+
GetAllStreamsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetAllStreamsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getById() - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Get DRM configuration by ID
+
+
getById() - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Get signing key by ID
+
+
getById() - Method in class org.openapis.openapi.DrmConfigurations
+
+
Get DRM configuration by ID
+
+
getById() - Method in class org.openapis.openapi.SigningKeys
+
+
Get signing key by ID
+
+
getById(String) - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Get DRM configuration by ID
+
+
getById(String) - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Get signing key by ID
+
+
getById(String) - Method in class org.openapis.openapi.DrmConfigurations
+
+
Get DRM configuration by ID
+
+
getById(String) - Method in class org.openapis.openapi.SigningKeys
+
+
Get signing key by ID
+
+
getById(String, Options) - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Get DRM configuration by ID
+
+
getById(String, Options) - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Get signing key by ID
+
+
getById(String, Options) - Method in class org.openapis.openapi.DrmConfigurations
+
+
Get DRM configuration by ID
+
+
getById(String, Options) - Method in class org.openapis.openapi.SigningKeys
+
+
Get signing key by ID
+
+
GetCreateLiveStreamResponseDTO - Class in org.openapis.openapi.models.components
+
+
GetCreateLiveStreamResponseDTO
+
+
GetCreateLiveStreamResponseDTO() - Constructor for class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
 
+
GetCreateLiveStreamResponseDTO(String, String, String, Boolean, String, String, Long, OffsetDateTime, Long, Boolean, Boolean, String, Map<String, String>, Boolean, Boolean, List<PlaybackIdResponse>, List<LiveSimulcast>, List<String>, SrtPlaybackResponse) - Constructor for class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
 
+
GetCreateLiveStreamResponseDTO.Builder - Class in org.openapis.openapi.models.components
+
 
+
getDescForKnownTypeIds() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestTypeIdResolver
+
 
+
getDescForKnownTypeIds() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataTypeIdResolver
+
 
+
getDescForKnownTypeIds() - Method in class org.openapis.openapi.models.components.PlaylistCreatedSchemaTypeIdResolver
+
 
+
getDetails() - Method in class org.openapis.openapi.AsyncViews
+
+
Get details of video view
+
+
getDetails() - Method in class org.openapis.openapi.Views
+
+
Get details of video view
+
+
getDetails(String) - Method in class org.openapis.openapi.AsyncViews
+
+
Get details of video view
+
+
getDetails(String) - Method in class org.openapis.openapi.Views
+
+
Get details of video view
+
+
getDetails(String, Options) - Method in class org.openapis.openapi.AsyncViews
+
+
Get details of video view
+
+
getDetails(String, Options) - Method in class org.openapis.openapi.Views
+
+
Get details of video view
+
+
GetDrmConfiguration - Class in org.openapis.openapi.operations
+
 
+
GetDrmConfiguration() - Constructor for class org.openapis.openapi.operations.GetDrmConfiguration
+
 
+
GetDrmConfiguration.Async - Class in org.openapis.openapi.operations
+
 
+
GetDrmConfiguration.Sync - Class in org.openapis.openapi.operations
+
 
+
GetDrmConfigurationById - Class in org.openapis.openapi.operations
+
 
+
GetDrmConfigurationById() - Constructor for class org.openapis.openapi.operations.GetDrmConfigurationById
+
 
+
GetDrmConfigurationById.Async - Class in org.openapis.openapi.operations
+
 
+
GetDrmConfigurationById.Sync - Class in org.openapis.openapi.operations
+
 
+
GetDrmConfigurationByIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationByIdRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
+
 
+
GetDrmConfigurationByIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationByIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetDrmConfigurationByIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdRequestBuilder
+
 
+
GetDrmConfigurationByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequestBuilder
+
 
+
GetDrmConfigurationByIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetDrmConfigurationByIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationByIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
 
+
GetDrmConfigurationByIdResponse(String, int, HttpResponse<InputStream>, GetDrmConfigurationByIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
 
+
GetDrmConfigurationByIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
 
+
GetDrmConfigurationByIdResponse(String, int, HttpResponse<Blob>, GetDrmConfigurationByIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
 
+
GetDrmConfigurationByIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetDrmConfigurationByIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationByIdResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetDrmConfigurationByIdResponseBody
+
+
GetDrmConfigurationByIdResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
 
+
GetDrmConfigurationByIdResponseBody(Boolean, DrmIdResponse) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
 
+
GetDrmConfigurationByIdResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationRequest() - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
 
+
GetDrmConfigurationRequest(Long, Long) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
 
+
GetDrmConfigurationRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetDrmConfigurationRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder
+
 
+
GetDrmConfigurationRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder
+
 
+
GetDrmConfigurationResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetDrmConfigurationResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
 
+
GetDrmConfigurationResponse(String, int, HttpResponse<InputStream>, GetDrmConfigurationResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
 
+
GetDrmConfigurationResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
 
+
GetDrmConfigurationResponse(String, int, HttpResponse<Blob>, GetDrmConfigurationResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
 
+
GetDrmConfigurationResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetDrmConfigurationResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetDrmConfigurationResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetDrmConfigurationResponseBody
+
+
GetDrmConfigurationResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
 
+
GetDrmConfigurationResponseBody(Boolean, List<DrmIdResponse>, Pagination) - Constructor for class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
 
+
GetDrmConfigurationResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getHeader(String) - Method in class org.openapis.openapi.utils.Globals
+
 
+
getHeadersFromMetadata(Object, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
getInputInfo() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get info of media inputs
+
+
getInputInfo() - Method in class org.openapis.openapi.ManageVideos
+
+
Get info of media inputs
+
+
getInputInfo(String) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get info of media inputs
+
+
getInputInfo(String) - Method in class org.openapis.openapi.ManageVideos
+
+
Get info of media inputs
+
+
getInputInfo(String, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get info of media inputs
+
+
getInputInfo(String, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Get info of media inputs
+
+
GetLiveStreamById - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamById() - Constructor for class org.openapis.openapi.operations.GetLiveStreamById
+
 
+
GetLiveStreamById.Async - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamById.Sync - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamByIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamByIdRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
+
 
+
GetLiveStreamByIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamByIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamByIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamByIdRequestBuilder
+
 
+
GetLiveStreamByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamByIdRequestBuilder
+
 
+
GetLiveStreamByIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamByIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamByIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
 
+
GetLiveStreamByIdResponse(String, int, HttpResponse<InputStream>, LivestreamgetResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
 
+
GetLiveStreamByIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
 
+
GetLiveStreamByIdResponse(String, int, HttpResponse<Blob>, LivestreamgetResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
 
+
GetLiveStreamByIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamByIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamPlaybackId - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamPlaybackId() - Constructor for class org.openapis.openapi.operations.GetLiveStreamPlaybackId
+
 
+
GetLiveStreamPlaybackId.Async - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamPlaybackId.Sync - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamPlaybackIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamPlaybackIdRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
+
 
+
GetLiveStreamPlaybackIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
GetLiveStreamPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
GetLiveStreamPlaybackIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamPlaybackIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
 
+
GetLiveStreamPlaybackIdResponse(String, int, HttpResponse<InputStream>, PlaybackIdSuccessResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
 
+
GetLiveStreamPlaybackIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
 
+
GetLiveStreamPlaybackIdResponse(String, int, HttpResponse<Blob>, PlaybackIdSuccessResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
 
+
GetLiveStreamPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamViewerCountById - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamViewerCountById() - Constructor for class org.openapis.openapi.operations.GetLiveStreamViewerCountById
+
 
+
GetLiveStreamViewerCountById.Async - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamViewerCountById.Sync - Class in org.openapis.openapi.operations
+
 
+
GetLiveStreamViewerCountByIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamViewerCountByIdRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
+
 
+
GetLiveStreamViewerCountByIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamViewerCountByIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamViewerCountByIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamViewerCountByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
GetLiveStreamViewerCountByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
GetLiveStreamViewerCountByIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamViewerCountByIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetLiveStreamViewerCountByIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
 
+
GetLiveStreamViewerCountByIdResponse(String, int, HttpResponse<InputStream>, ViewsCountResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
 
+
GetLiveStreamViewerCountByIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
 
+
GetLiveStreamViewerCountByIdResponse(String, int, HttpResponse<Blob>, ViewsCountResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
 
+
GetLiveStreamViewerCountByIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetLiveStreamViewerCountByIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getLogger(Class<?>) - Static method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
getMapper() - Static method in class org.openapis.openapi.utils.JSON
+
 
+
getMechanism() - Method in class org.openapis.openapi.utils.GenericTypeIdResolver
+
 
+
GetMedia - Class in org.openapis.openapi.operations
+
 
+
GetMedia() - Constructor for class org.openapis.openapi.operations.GetMedia
+
 
+
GetMedia.Async - Class in org.openapis.openapi.operations
+
 
+
GetMedia.Sync - Class in org.openapis.openapi.operations
+
 
+
getMediaClips() - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all clips of a media
+
+
getMediaClips() - Method in class org.openapis.openapi.Videos
+
+
Get all clips of a media
+
+
getMediaClips(String) - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all clips of a media
+
+
getMediaClips(String) - Method in class org.openapis.openapi.Videos
+
+
Get all clips of a media
+
+
getMediaClips(String, Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all clips of a media
+
+
getMediaClips(String, Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.Videos
+
+
Get all clips of a media
+
+
GetMediaClips - Class in org.openapis.openapi.operations
+
 
+
GetMediaClips() - Constructor for class org.openapis.openapi.operations.GetMediaClips
+
 
+
GetMediaClips.Async - Class in org.openapis.openapi.operations
+
 
+
GetMediaClips.Sync - Class in org.openapis.openapi.operations
+
 
+
GetMediaClipsRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaClipsRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
 
+
GetMediaClipsRequest(String, Long, Long, SortOrder) - Constructor for class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
 
+
GetMediaClipsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaClipsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaClipsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaClipsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
GetMediaClipsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
GetMediaClipsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaClipsResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaClipsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
 
+
GetMediaClipsResponse(String, int, HttpResponse<InputStream>, MediaClipResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
 
+
GetMediaClipsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
 
+
GetMediaClipsResponse(String, int, HttpResponse<Blob>, MediaClipResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
 
+
GetMediaClipsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaClipsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetMediaRequest
+
 
+
GetMediaRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaRequestBuilder
+
 
+
GetMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetMediaRequestBuilder
+
 
+
GetMediaResponse - Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaResponse() - Constructor for class org.openapis.openapi.models.components.GetMediaResponse
+
 
+
GetMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetMediaResponse
+
 
+
GetMediaResponse(String, int, HttpResponse<InputStream>, GetMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetMediaResponse
+
 
+
GetMediaResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaResponse
+
 
+
GetMediaResponse(String, int, HttpResponse<Blob>, GetMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaResponse
+
 
+
GetMediaResponse(JsonNullable<String>, String, String, String, String, JsonNullable<Map<String, String>>, GetMediaResponseMediaQuality, String, JsonNullable<String>, GetMediaResponseMaxResolution, GetMediaResponseSourceResolution, GetMediaResponseStatus, GetMediaResponseMp4Support, JsonNullable<Boolean>, List<PlaybackId>, List<GetMediaResponseTrack>, JsonNullable<List<TracksSubtitles>>, AiSummaryRecord, AiResponseRecord, AiResponseRecord, AiResponseRecord, JsonNullable<Boolean>, JsonNullable<Boolean>, String, String, JsonNullable<String>, OffsetDateTime, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.GetMediaResponse
+
 
+
GetMediaResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetMediaResponseBody
+
+
GetMediaResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetMediaResponseBody
+
 
+
GetMediaResponseBody(Boolean, GetMediaResponse) - Constructor for class org.openapis.openapi.models.operations.GetMediaResponseBody
+
 
+
GetMediaResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaResponseMaxResolution - Class in org.openapis.openapi.models.components
+
+
GetMediaResponseMaxResolution
+
+
GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponseMediaQuality - Class in org.openapis.openapi.models.components
+
+
GetMediaResponseMediaQuality
+
+
GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponseMp4Support - Class in org.openapis.openapi.models.components
+
+
GetMediaResponseMp4Support
+
+
GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponseSourceResolution - Class in org.openapis.openapi.models.components
+
+
GetMediaResponseSourceResolution
+
+
GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponseStatus - Class in org.openapis.openapi.models.components
+
+
GetMediaResponseStatus
+
+
GetMediaResponseStatus.GetMediaResponseStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponseTrack - Class in org.openapis.openapi.models.components
+
 
+
GetMediaResponseTrack._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
GetMediaSummary - Class in org.openapis.openapi.operations
+
 
+
GetMediaSummary() - Constructor for class org.openapis.openapi.operations.GetMediaSummary
+
 
+
GetMediaSummary.Async - Class in org.openapis.openapi.operations
+
 
+
GetMediaSummary.Sync - Class in org.openapis.openapi.operations
+
 
+
GetMediaSummaryRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaSummaryRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetMediaSummaryRequest
+
 
+
GetMediaSummaryRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaSummaryRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaSummaryRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaSummaryRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaSummaryRequestBuilder
+
 
+
GetMediaSummaryRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetMediaSummaryRequestBuilder
+
 
+
GetMediaSummaryResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaSummaryResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaSummaryResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
 
+
GetMediaSummaryResponse(String, int, HttpResponse<InputStream>, GetMediaSummaryResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
 
+
GetMediaSummaryResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
 
+
GetMediaSummaryResponse(String, int, HttpResponse<Blob>, GetMediaSummaryResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
 
+
GetMediaSummaryResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetMediaSummaryResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetMediaSummaryResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetMediaSummaryResponseBody
+
+
GetMediaSummaryResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
 
+
GetMediaSummaryResponseBody(Boolean, String) - Constructor for class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
 
+
GetMediaSummaryResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getParam(String, String) - Method in class org.openapis.openapi.utils.Globals
+
 
+
getPathParam(String) - Method in class org.openapis.openapi.utils.Globals
+
 
+
GetPlaybackId - Class in org.openapis.openapi.operations
+
 
+
GetPlaybackId() - Constructor for class org.openapis.openapi.operations.GetPlaybackId
+
 
+
GetPlaybackId.Async - Class in org.openapis.openapi.operations
+
 
+
GetPlaybackId.Sync - Class in org.openapis.openapi.operations
+
 
+
GetPlaybackIdAccessPolicy - Class in org.openapis.openapi.models.operations
+
+
GetPlaybackIdAccessPolicy
+
+
GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum - Enum Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdAccessRestrictions - Class in org.openapis.openapi.models.operations
+
+
GetPlaybackIdAccessRestrictions
+
+
GetPlaybackIdAccessRestrictions() - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
GetPlaybackIdAccessRestrictions(GetPlaybackIdDomains, GetPlaybackIdUserAgents) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
GetPlaybackIdAccessRestrictions.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdData - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdData() - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdData
+
 
+
GetPlaybackIdData(String, GetPlaybackIdAccessPolicy, GetPlaybackIdAccessRestrictions) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdData
+
 
+
GetPlaybackIdData.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getPlaybackIdDetails() - Method in class org.openapis.openapi.AsyncLivePlaybacks
+
+
Get playbackId details
+
+
getPlaybackIdDetails() - Method in class org.openapis.openapi.LivePlaybacks
+
+
Get playbackId details
+
+
getPlaybackIdDetails(String, String) - Method in class org.openapis.openapi.AsyncLivePlaybacks
+
+
Get playbackId details
+
+
getPlaybackIdDetails(String, String) - Method in class org.openapis.openapi.LivePlaybacks
+
+
Get playbackId details
+
+
getPlaybackIdDetails(String, String, Options) - Method in class org.openapis.openapi.AsyncLivePlaybacks
+
+
Get playbackId details
+
+
getPlaybackIdDetails(String, String, Options) - Method in class org.openapis.openapi.LivePlaybacks
+
+
Get playbackId details
+
+
GetPlaybackIdDomains - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdDomains() - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
GetPlaybackIdDomains(GetPlaybackIdDomainsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
GetPlaybackIdDomains.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdDomainsDefaultPolicy - Class in org.openapis.openapi.models.operations
+
+
Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors.
+
+
GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum - Enum Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
GetPlaybackIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetPlaybackIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder
+
 
+
GetPlaybackIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder
+
 
+
GetPlaybackIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetPlaybackIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
 
+
GetPlaybackIdResponse(String, int, HttpResponse<InputStream>, GetPlaybackIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
 
+
GetPlaybackIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
 
+
GetPlaybackIdResponse(String, int, HttpResponse<Blob>, GetPlaybackIdResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
 
+
GetPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetPlaybackIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetPlaybackIdResponseBody
+
+
GetPlaybackIdResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
 
+
GetPlaybackIdResponseBody(Boolean, GetPlaybackIdData) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
 
+
GetPlaybackIdResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdUserAgents - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdUserAgents() - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
GetPlaybackIdUserAgents(GetPlaybackIdUserAgentsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
GetPlaybackIdUserAgents.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaybackIdUserAgentsDefaultPolicy - Class in org.openapis.openapi.models.operations
+
+
Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors.
+
+
GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum - Enum Class in org.openapis.openapi.models.operations
+
 
+
GetPlaylistById - Class in org.openapis.openapi.operations
+
 
+
GetPlaylistById() - Constructor for class org.openapis.openapi.operations.GetPlaylistById
+
 
+
GetPlaylistById.Async - Class in org.openapis.openapi.operations
+
 
+
GetPlaylistById.Sync - Class in org.openapis.openapi.operations
+
 
+
GetPlaylistByIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaylistByIdRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
+
 
+
GetPlaylistByIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaylistByIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetPlaylistByIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaylistByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetPlaylistByIdRequestBuilder
+
 
+
GetPlaylistByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetPlaylistByIdRequestBuilder
+
 
+
GetPlaylistByIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetPlaylistByIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetPlaylistByIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
 
+
GetPlaylistByIdResponse(String, int, HttpResponse<InputStream>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
 
+
GetPlaylistByIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
 
+
GetPlaylistByIdResponse(String, int, HttpResponse<Blob>, PlaylistByIdResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
 
+
GetPlaylistByIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetPlaylistByIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getPublicPemUsingSigningKeyIdResponseDTO() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
successfully fetched signing key
+
+
getPublicPemUsingSigningKeyIdResponseDTO() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
successfully fetched signing key
+
+
getPublicPemUsingSigningKeyIdResponseDTO(GetPublicPemUsingSigningKeyIdResponseDTO) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder
+
+
successfully fetched signing key
+
+
getPublicPemUsingSigningKeyIdResponseDTO(GetPublicPemUsingSigningKeyIdResponseDTO) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder
+
+
successfully fetched signing key
+
+
GetPublicPemUsingSigningKeyIdResponseDTO - Class in org.openapis.openapi.models.components
+
+
GetPublicPemUsingSigningKeyIdResponseDTO
+
+
GetPublicPemUsingSigningKeyIdResponseDTO() - Constructor for class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
 
+
GetPublicPemUsingSigningKeyIdResponseDTO(Boolean, GetPublicPemUsingSigningKeyIdResponseDTOData) - Constructor for class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
 
+
GetPublicPemUsingSigningKeyIdResponseDTO.Builder - Class in org.openapis.openapi.models.components
+
 
+
GetPublicPemUsingSigningKeyIdResponseDTOData - Class in org.openapis.openapi.models.components
+
+
GetPublicPemUsingSigningKeyIdResponseDTOData
+
+
GetPublicPemUsingSigningKeyIdResponseDTOData() - Constructor for class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
GetPublicPemUsingSigningKeyIdResponseDTOData(String, String, String) - Constructor for class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
GetPublicPemUsingSigningKeyIdResponseDTOData.Builder - Class in org.openapis.openapi.models.components
+
 
+
getQueryParam(String) - Method in class org.openapis.openapi.utils.Globals
+
 
+
getQueryParams(Class<T>, Optional<? extends T>, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
getQueryParams(Class<T>, JsonNullable<? extends T>, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
getQueryParams(Class<T>, T, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
getRedactedHeaders() - Static method in class org.openapis.openapi.utils.FastpixHTTPClient
+
+
Gets the set of redacted headers.
+
+
getSecurity() - Method in class org.openapis.openapi.SecuritySource.DefaultSecuritySource
+
 
+
getSecurity() - Method in interface org.openapis.openapi.SecuritySource
+
 
+
getSession(T, List<String>, Function<List<String>, SessionManager.Session<T>>) - Method in class org.openapis.openapi.utils.SessionManager
+
 
+
GetSigningKeyById - Class in org.openapis.openapi.operations
+
 
+
GetSigningKeyById() - Constructor for class org.openapis.openapi.operations.GetSigningKeyById
+
 
+
GetSigningKeyById.Async - Class in org.openapis.openapi.operations
+
 
+
GetSigningKeyById.Sync - Class in org.openapis.openapi.operations
+
 
+
GetSigningKeyByIdRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetSigningKeyByIdRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
+
 
+
GetSigningKeyByIdRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetSigningKeyByIdRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetSigningKeyByIdRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetSigningKeyByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetSigningKeyByIdRequestBuilder
+
 
+
GetSigningKeyByIdRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetSigningKeyByIdRequestBuilder
+
 
+
GetSigningKeyByIdResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetSigningKeyByIdResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetSigningKeyByIdResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
 
+
GetSigningKeyByIdResponse(String, int, HttpResponse<InputStream>, GetPublicPemUsingSigningKeyIdResponseDTO, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
 
+
GetSigningKeyByIdResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
 
+
GetSigningKeyByIdResponse(String, int, HttpResponse<Blob>, GetPublicPemUsingSigningKeyIdResponseDTO, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
 
+
GetSigningKeyByIdResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetSigningKeyByIdResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getSpecific() - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Get a specific simulcast
+
+
getSpecific() - Method in class org.openapis.openapi.SimulcastStreams
+
+
Get a specific simulcast
+
+
getSpecific(String, String) - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Get a specific simulcast
+
+
getSpecific(String, String) - Method in class org.openapis.openapi.SimulcastStreams
+
+
Get a specific simulcast
+
+
getSpecific(String, String, Options) - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Get a specific simulcast
+
+
getSpecific(String, String, Options) - Method in class org.openapis.openapi.SimulcastStreams
+
+
Get a specific simulcast
+
+
GetSpecificSimulcastOfStream - Class in org.openapis.openapi.operations
+
 
+
GetSpecificSimulcastOfStream() - Constructor for class org.openapis.openapi.operations.GetSpecificSimulcastOfStream
+
 
+
GetSpecificSimulcastOfStream.Async - Class in org.openapis.openapi.operations
+
 
+
GetSpecificSimulcastOfStream.Sync - Class in org.openapis.openapi.operations
+
 
+
GetSpecificSimulcastOfStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetSpecificSimulcastOfStreamRequest(String, String) - Constructor for class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
+
 
+
GetSpecificSimulcastOfStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetSpecificSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetSpecificSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetSpecificSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
GetSpecificSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
GetSpecificSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetSpecificSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
 
+
GetSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, SimulcastResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
 
+
GetSpecificSimulcastOfStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
 
+
GetSpecificSimulcastOfStreamResponse(String, int, HttpResponse<Blob>, SimulcastResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
 
+
GetSpecificSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetSpecificSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getStreamsResponse() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
+
All streams retrieved sucessfully
+
+
getStreamsResponse() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
All streams retrieved sucessfully
+
+
getStreamsResponse(GetStreamsResponse) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder
+
+
All streams retrieved sucessfully
+
+
getStreamsResponse(GetStreamsResponse) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder
+
+
All streams retrieved sucessfully
+
+
GetStreamsResponse - Class in org.openapis.openapi.models.components
+
+
GetStreamsResponse
+
+
GetStreamsResponse() - Constructor for class org.openapis.openapi.models.components.GetStreamsResponse
+
 
+
GetStreamsResponse(Boolean, List<GetCreateLiveStreamResponseDTO>, LiveStreamPagination) - Constructor for class org.openapis.openapi.models.components.GetStreamsResponse
+
 
+
GetStreamsResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
getSummary() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get the summary of a video
+
+
getSummary() - Method in class org.openapis.openapi.ManageVideos
+
+
Get the summary of a video
+
+
getSummary(String) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get the summary of a video
+
+
getSummary(String) - Method in class org.openapis.openapi.ManageVideos
+
+
Get the summary of a video
+
+
getSummary(String, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get the summary of a video
+
+
getSummary(String, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Get the summary of a video
+
+
getTimeseries() - Method in class org.openapis.openapi.AsyncMetrics
+
+
Get timeseries data
+
+
getTimeseries() - Method in class org.openapis.openapi.Metrics
+
+
Get timeseries data
+
+
getTimeseries(GetTimeseriesDataRequest) - Method in class org.openapis.openapi.AsyncMetrics
+
+
Get timeseries data
+
+
getTimeseries(GetTimeseriesDataRequest) - Method in class org.openapis.openapi.Metrics
+
+
Get timeseries data
+
+
getTimeseries(GetTimeseriesDataRequest, Options) - Method in class org.openapis.openapi.AsyncMetrics
+
+
Get timeseries data
+
+
getTimeseries(GetTimeseriesDataRequest, Options) - Method in class org.openapis.openapi.Metrics
+
+
Get timeseries data
+
+
GetTimeseriesData - Class in org.openapis.openapi.operations
+
 
+
GetTimeseriesData() - Constructor for class org.openapis.openapi.operations.GetTimeseriesData
+
 
+
GetTimeseriesData.Async - Class in org.openapis.openapi.operations
+
 
+
GetTimeseriesData.Sync - Class in org.openapis.openapi.operations
+
 
+
GetTimeseriesDataMetricId - Enum Class in org.openapis.openapi.models.operations
+
+
GetTimeseriesDataMetricId
+
+
GetTimeseriesDataRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetTimeseriesDataRequest(GetTimeseriesDataMetricId) - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
 
+
GetTimeseriesDataRequest(GetTimeseriesDataMetricId, GroupBy, GetTimeseriesDataSortOrder, String, GetTimeseriesDataTimespan, String) - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
 
+
GetTimeseriesDataRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetTimeseriesDataRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetTimeseriesDataRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetTimeseriesDataRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetTimeseriesDataRequestBuilder
+
 
+
GetTimeseriesDataRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataRequestBuilder
+
 
+
GetTimeseriesDataResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetTimeseriesDataResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetTimeseriesDataResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
 
+
GetTimeseriesDataResponse(String, int, HttpResponse<InputStream>, GetTimeseriesDataResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
 
+
GetTimeseriesDataResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
 
+
GetTimeseriesDataResponse(String, int, HttpResponse<Blob>, GetTimeseriesDataResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
 
+
GetTimeseriesDataResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetTimeseriesDataResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetTimeseriesDataResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetTimeseriesDataResponseBody
+
+
GetTimeseriesDataResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
 
+
GetTimeseriesDataResponseBody(Boolean, MetricsTimeseriesmetadataDetails, List<MetricsTimeseriesDataDetails>, List<Long>) - Constructor for class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
 
+
GetTimeseriesDataResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetTimeseriesDataSortOrder - Enum Class in org.openapis.openapi.models.operations
+
+
GetTimeseriesDataSortOrder
+
+
GetTimeseriesDataTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
GetTimeseriesDataTimespan
+
+
getType(Class<?>) - Static method in enum class org.openapis.openapi.utils.Types
+
 
+
getUnwrappedEnumValue(Class<?>, Object) - Static method in class org.openapis.openapi.utils.Reflections
+
+
Extracts the underlying value from an enum wrapper instance if the class follows the enum wrapper pattern.
+
+
GetVideoViewDetails - Class in org.openapis.openapi.operations
+
 
+
GetVideoViewDetails() - Constructor for class org.openapis.openapi.operations.GetVideoViewDetails
+
 
+
GetVideoViewDetails.Async - Class in org.openapis.openapi.operations
+
 
+
GetVideoViewDetails.Sync - Class in org.openapis.openapi.operations
+
 
+
GetVideoViewDetailsRequest - Class in org.openapis.openapi.models.operations
+
 
+
GetVideoViewDetailsRequest(String) - Constructor for class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
+
 
+
GetVideoViewDetailsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetVideoViewDetailsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetVideoViewDetailsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
GetVideoViewDetailsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.GetVideoViewDetailsRequestBuilder
+
 
+
GetVideoViewDetailsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.GetVideoViewDetailsRequestBuilder
+
 
+
GetVideoViewDetailsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
GetVideoViewDetailsResponse - Class in org.openapis.openapi.models.operations
+
 
+
GetVideoViewDetailsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
 
+
GetVideoViewDetailsResponse(String, int, HttpResponse<InputStream>, GetVideoViewDetailsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
 
+
GetVideoViewDetailsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
 
+
GetVideoViewDetailsResponse(String, int, HttpResponse<Blob>, GetVideoViewDetailsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
 
+
GetVideoViewDetailsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
GetVideoViewDetailsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
GetVideoViewDetailsResponseBody - Class in org.openapis.openapi.models.operations
+
+
GetVideoViewDetailsResponseBody
+
+
GetVideoViewDetailsResponseBody() - Constructor for class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
 
+
GetVideoViewDetailsResponseBody(Boolean, Views) - Constructor for class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
 
+
GetVideoViewDetailsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
getViewerCount() - Method in class org.openapis.openapi.AsyncManageLiveStreams
+
+
Get stream views by ID
+
+
getViewerCount() - Method in class org.openapis.openapi.ManageLiveStreams
+
+
Get stream views by ID
+
+
getViewerCount(String) - Method in class org.openapis.openapi.AsyncManageLiveStreams
+
+
Get stream views by ID
+
+
getViewerCount(String) - Method in class org.openapis.openapi.ManageLiveStreams
+
+
Get stream views by ID
+
+
getViewerCount(String, Options) - Method in class org.openapis.openapi.AsyncManageLiveStreams
+
+
Get stream views by ID
+
+
getViewerCount(String, Options) - Method in class org.openapis.openapi.ManageLiveStreams
+
+
Get stream views by ID
+
+
Globals - Class in org.openapis.openapi.utils
+
 
+
Globals() - Constructor for class org.openapis.openapi.utils.Globals
+
 
+
globalValue() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
A global metric value that reflects the overall performance of the specified metric across the + entire dataset for the given timespan.
+
+
globalValue(Double) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
+
+
A global metric value that reflects the overall performance of the specified metric across the + entire dataset for the given timespan.
+
+
granularity() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
+
the unit for aggregating the timeseries data.
+
+
granularity(String) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails.Builder
+
+
the unit for aggregating the timeseries data.
+
+
groupBy() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
Pass this value to group the metrics list by.
+
+
groupBy() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass this value to group the metrics list by.
+
+
groupBy(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
Pass this value to group the metrics list by.
+
+
groupBy(GroupBy) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
+
+
Pass this value to group the metrics list by.
+
+
GroupBy - Enum Class in org.openapis.openapi.models.operations
+
+
GroupBy
+
+
+

H

+
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.AddMediaToPlaylist.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.AddMediaTrack.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CancelUpload.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CompleteLiveStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreateAPlaylist.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreateMedia.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreateMediaPlaybackId.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreateNewStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreatePlaybackIdOfStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreateSigningKey.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.CreateSimulcastOfStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteAPlaylist.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteLiveStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteMedia.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteMediaFromPlaylist.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteMediaPlaybackId.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteMediaTrack.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeletePlaybackIdOfStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteSigningKey.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DeleteSimulcastOfStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DirectUploadVideoMedia.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.DisableLiveStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.EnableLiveStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GenerateSubtitleTrack.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetAllPlaylists.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetAllStreams.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetDrmConfiguration.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetDrmConfigurationById.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetLiveStreamById.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetLiveStreamPlaybackId.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetLiveStreamViewerCountById.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetMedia.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetMediaClips.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetMediaSummary.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetPlaybackId.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetPlaylistById.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetSigningKeyById.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetTimeseriesData.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.GetVideoViewDetails.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListBreakdownValues.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListByTopContent.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListComparisonValues.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListDimensions.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListErrors.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListFilterValuesForDimension.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListLiveClips.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListMedia.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListOverallValues.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListPlaybackIds.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListSigningKeys.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListUploads.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.ListVideoViews.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in interface org.openapis.openapi.operations.Operations.Operation
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.RetrieveMediaInputInfo.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateAPlaylist.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdatedMedia.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdatedMp4Support.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateDomainRestrictions.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdatedSourceAccess.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateLiveStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateMediaChapters.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateMediaModeration.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateMediaNamedEntities.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateMediaSummary.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateMediaTrack.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Sync
+
 
+
handleResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.operations.UpdateUserAgentRestrictions.Sync
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.AddMediaToPlaylist.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.AddMediaTrack.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CancelUpload.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CompleteLiveStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreateAPlaylist.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreateMedia.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreateMediaPlaybackId.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreateNewStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreatePlaybackIdOfStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreateSigningKey.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.CreateSimulcastOfStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteAPlaylist.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteLiveStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteMedia.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteMediaFromPlaylist.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteMediaPlaybackId.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteMediaTrack.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeletePlaybackIdOfStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteSigningKey.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DeleteSimulcastOfStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DirectUploadVideoMedia.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.DisableLiveStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.EnableLiveStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GenerateSubtitleTrack.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetAllPlaylists.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetAllStreams.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetDrmConfiguration.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetDrmConfigurationById.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetLiveStreamById.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetLiveStreamPlaybackId.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetLiveStreamViewerCountById.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetMedia.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetMediaClips.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetMediaSummary.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetPlaybackId.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetPlaylistById.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetSigningKeyById.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetTimeseriesData.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.GetVideoViewDetails.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListBreakdownValues.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListByTopContent.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListComparisonValues.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListDimensions.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListErrors.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListFilterValuesForDimension.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListLiveClips.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListMedia.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListOverallValues.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListPlaybackIds.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListSigningKeys.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListUploads.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.ListVideoViews.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in interface org.openapis.openapi.operations.Operations.AsyncOperation
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.RetrieveMediaInputInfo.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateAPlaylist.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdatedMedia.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdatedMp4Support.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateDomainRestrictions.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdatedSourceAccess.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateLiveStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateMediaChapters.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateMediaModeration.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateMediaNamedEntities.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateMediaSummary.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateMediaTrack.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Async
+
 
+
handleResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.operations.UpdateUserAgentRestrictions.Async
+
 
+
HAS_CLIENT_CREDENTIALS_BASIC - Static variable in class org.openapis.openapi.utils.Constants
+
 
+
hasBufferedData() - Method in class org.openapis.openapi.utils.StreamingParser
+
+
Check if parser has any buffered data
+
+
hashCode() - Method in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AiResponseRecord
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AiSummaryRecord
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AudioInput
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AudioTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.AudioTrackType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Custom1
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Custom2
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DataPagination
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DateRange
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DefaultError
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DirectUpload
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DirectUploadStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.DrmIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Error
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Event
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.EventTime
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.GetStreamsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Input
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveStreamPagination
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Media
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaIdsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MediaTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Metadata
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Moderation
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ModerationResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Pagination
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PatchResponseDTO
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Placement
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackId
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaybackSettings
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlayerHeight
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlayerViewCount
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PolicyAction
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PropertyId
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Resolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Security
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SigningKeysPagination
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SubtitleInput
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Subtitles
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Summary
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.SummaryResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.TracksSubtitles
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.VideoInput
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.VideoInputSegment1
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.VideoInputSegment2
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.VideoTrack
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ViewerTime
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.Views
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ViewsCountResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ViewsCountResponseData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.ViewsList
+
 
+
hashCode() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CancelUploadRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.Configuration
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.File
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.Input
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListErrorsData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.Subtitles
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.Summary
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.Track
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
 
+
hashCode() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
hashCode() - Method in class org.openapis.openapi.utils.BigDecimalString
+
 
+
hashCode() - Method in class org.openapis.openapi.utils.BigIntegerString
+
 
+
hashCode() - Method in class org.openapis.openapi.utils.QueryParameter
+
 
+
hashCode() - Method in class org.openapis.openapi.utils.UnknownType
+
 
+
hasNext() - Method in class org.openapis.openapi.utils.BlockingParser
+
+
Check if there are more results available (either buffered or from reader)
+
+
hasRequiredScopes(List<String>, List<String>) - Static method in class org.openapis.openapi.utils.SessionManager
+
 
+
HasSecurity - Interface in org.openapis.openapi.utils
+
+
Implemented by classes that have security annotations on fields.
+
+
hasTokenExpired(Optional<OffsetDateTime>, OffsetDateTime) - Static method in class org.openapis.openapi.utils.SessionManager
+
+
Checks if the token has expired.
+
+
HE_IL - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
HE_IL - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
HE_IL - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CancelUploadRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CancelUploadRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreateMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreateNewStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListDimensionsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
header(String, String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
headerParamsAsStream() - Method in class org.openapis.openapi.utils.Globals
+
 
+
headers() - Method in exception class org.openapis.openapi.models.errors.FastpixException
+
+
Returns the headers from the raw HTTP response as a map.
+
+
headers() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
headers() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
Headers - Class in org.openapis.openapi.utils
+
+
Encapsulates HTTP headers.
+
+
Headers() - Constructor for class org.openapis.openapi.utils.Headers
+
 
+
Headers(Map<String, List<String>>) - Constructor for class org.openapis.openapi.utils.Headers
+
 
+
height() - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Track height denotes the range of height applicable to a specific track.
+
+
height() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
Track height denotes the range of height applicable to a specific track.
+
+
height() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
+
Height of the watermark in percentage or pixels.
+
+
height(Double) - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
+
+
Track height denotes the range of height applicable to a specific track.
+
+
height(Double) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll.Builder
+
+
Track height denotes the range of height applicable to a specific track.
+
+
height(String) - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
+
+
Height of the watermark in percentage or pixels.
+
+
Helpers - Class in org.openapis.openapi.utils
+
+
Public helper methods for use by customers and end-users.
+
+
Helpers() - Constructor for class org.openapis.openapi.utils.Helpers
+
 
+
HI_IN - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
HI_IN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
HI_IN - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
Hook - Class in org.openapis.openapi.utils
+
+
Holder class for hook-associated types.
+
+
Hook.AfterError - Interface in org.openapis.openapi.utils
+
+
Specifies what happens if a request action throws an Exception.
+
+
Hook.AfterErrorContext - Interface in org.openapis.openapi.utils
+
+
Context for an AfterError hook call.
+
+
Hook.AfterErrorContextImpl - Class in org.openapis.openapi.utils
+
 
+
Hook.AfterSuccess - Interface in org.openapis.openapi.utils
+
+
Specifies how a response is transformed before response processing.
+
+
Hook.AfterSuccessContext - Interface in org.openapis.openapi.utils
+
+
Context for an AfterSuccess hook call.
+
+
Hook.AfterSuccessContextImpl - Class in org.openapis.openapi.utils
+
 
+
Hook.BeforeRequest - Interface in org.openapis.openapi.utils
+
+
Specifies how a request is transformed before sending.
+
+
Hook.BeforeRequestContext - Interface in org.openapis.openapi.utils
+
+
Context for a BeforeRequest hook call.
+
+
Hook.BeforeRequestContextImpl - Class in org.openapis.openapi.utils
+
 
+
Hook.HookContext - Interface in org.openapis.openapi.utils
+
+
Context for a hook call.
+
+
Hook.IdempotencyHook - Class in org.openapis.openapi.utils
+
 
+
Hook.SdkInit - Interface in org.openapis.openapi.utils
+
+
Transforms the HTTPClient before use.
+
+
HookAdapters - Class in org.openapis.openapi.utils
+
+
Utility class for adapting synchronous hooks to asynchronous hooks.
+
+
hooks() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
Hooks - Class in org.openapis.openapi.utils
+
+
Registers hooks for use at runtime by an end-user or for use by a customer + that may edit the SDKHooks.java file.
+
+
Hooks() - Constructor for class org.openapis.openapi.utils.Hooks
+
+
Constructor.
+
+
Hooks.FailEarlyException - Exception Class in org.openapis.openapi.utils
+
 
+
HOUR - Enum constant in enum class org.openapis.openapi.models.operations.GroupBy
+
 
+
HRHR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
HRHR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
HRHR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
HTTPClient - Interface in org.openapis.openapi.utils
+
 
+
HTTPRequest - Class in org.openapis.openapi.utils
+
 
+
HTTPRequest(String, String) - Constructor for class org.openapis.openapi.utils.HTTPRequest
+
 
+
HttpResponseCached(HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
HUHU - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
HUHU - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
HUHU - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
+

I

+
+
id() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The unique identifier of the track.
+
+
id() - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
FastPix generates a unique identifier for each track.
+
+
id() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
+
id() - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
+
A unique identifier is generated by FastPix for the playbacks.
+
+
id() - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
+
A unique identifier is generated by FastPix for the signing keys.
+
+
id() - Method in class org.openapis.openapi.models.components.DrmIdResponse
+
+
The unique identifier of the DRM configuration.
+
+
id() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
Unique identifier for the error instance.
+
+
id() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
A unique identifier for the generated track.
+
+
id() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The unique identifier assigned to the media when created.
+
+
id() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
+
A unique identifier is generated by FastPix for the signing keys.
+
+
id() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The unique identifier assigned to the media when created.
+
+
id() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The unique identifier assigned to the media when created.
+
+
id() - Method in class org.openapis.openapi.models.components.Media
+
+
The unique identifier assigned to the media when created.
+
+
id() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
The unique identifier assigned to the media by FastPix.
+
+
id() - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
+
The unique identifier for playback.
+
+
id() - Method in class org.openapis.openapi.models.components.PlaybackId
+
+
A unique identifier is generated by FastPix for the playbacks.
+
+
id() - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
+
+
Unique identifier for the playbackId
+
+
id() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
+
Unique identifier for the playbackId
+
+
id() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
The unique id of the playlist
+
+
id() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
The unique id of the playlist
+
+
id() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
unique id of the particular media.
+
+
id() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
The unique id of the playlist
+
+
id() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The unique identifier assigned to the media when created.
+
+
id() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
FastPix generates a unique identifier for each track.
+
+
id() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The unique identifier assigned to the media when created.
+
+
id() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The unique identifier of the track.
+
+
id() - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
FastPix generates a unique identifier for each track.
+
+
id() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
FastPix generates a unique identifier for each track.
+
+
id() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
+
Unique identifier of the playback ID.
+
+
id() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
+
Unique identifier of the playback ID.
+
+
id() - Method in class org.openapis.openapi.utils.EventStreamMessage
+
 
+
id(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse.Builder
+
+
The unique identifier of the track.
+
+
id(String) - Method in class org.openapis.openapi.models.components.AudioTrack.Builder
+
+
FastPix generates a unique identifier for each track.
+
+
id(String) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
+
id(String) - Method in class org.openapis.openapi.models.components.CreatePlaybackId.Builder
+
+
A unique identifier is generated by FastPix for the playbacks.
+
+
id(String) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO.Builder
+
+
A unique identifier is generated by FastPix for the signing keys.
+
+
id(String) - Method in class org.openapis.openapi.models.components.DrmIdResponse.Builder
+
+
The unique identifier of the DRM configuration.
+
+
id(String) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
+
+
Unique identifier for the error instance.
+
+
id(String) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse.Builder
+
+
A unique identifier for the generated track.
+
+
id(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The unique identifier assigned to the media when created.
+
+
id(String) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto.Builder
+
+
A unique identifier is generated by FastPix for the signing keys.
+
+
id(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The unique identifier assigned to the media when created.
+
+
id(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The unique identifier assigned to the media when created.
+
+
id(String) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The unique identifier assigned to the media when created.
+
+
id(String) - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
+
+
The unique identifier assigned to the media by FastPix.
+
+
id(String) - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId.Builder
+
+
The unique identifier for playback.
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaybackId.Builder
+
+
A unique identifier is generated by FastPix for the playbacks.
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaybackIdResponse.Builder
+
+
Unique identifier for the playbackId
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData.Builder
+
+
Unique identifier for the playbackId
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
The unique id of the playlist
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
The unique id of the playlist
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
+
+
unique id of the particular media.
+
+
id(String) - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
+
+
The unique id of the playlist
+
+
id(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The unique identifier assigned to the media when created.
+
+
id(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack.Builder
+
+
FastPix generates a unique identifier for each track.
+
+
id(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The unique identifier assigned to the media when created.
+
+
id(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse.Builder
+
+
The unique identifier of the track.
+
+
id(String) - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
+
+
FastPix generates a unique identifier for each track.
+
+
id(String) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll.Builder
+
+
FastPix generates a unique identifier for each track.
+
+
id(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData.Builder
+
+
Unique identifier of the playback ID.
+
+
id(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData.Builder
+
+
Unique identifier of the playback ID.
+
+
IdempotencyHook() - Constructor for class org.openapis.openapi.utils.AsyncHook.IdempotencyHook
+
 
+
IdempotencyHook() - Constructor for class org.openapis.openapi.utils.Hook.IdempotencyHook
+
 
+
idFromValue(Object) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestTypeIdResolver
+
 
+
idFromValue(Object) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataTypeIdResolver
+
 
+
idFromValue(Object) - Method in class org.openapis.openapi.models.components.PlaylistCreatedSchemaTypeIdResolver
+
 
+
idFromValueAndType(Object, Class<?>) - Method in class org.openapis.openapi.utils.GenericTypeIdResolver
+
 
+
IDID - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
IDID - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
IDID - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ImposeTrack - Class in org.openapis.openapi.models.components
+
 
+
ImposeTrack() - Constructor for class org.openapis.openapi.models.components.ImposeTrack
+
 
+
ImposeTrack(String, Long, Long, Long, Long) - Constructor for class org.openapis.openapi.models.components.ImposeTrack
+
 
+
ImposeTrack.Builder - Class in org.openapis.openapi.models.components
+
 
+
imposeTracks() - Method in class org.openapis.openapi.models.components.AudioInput
+
+
List of additional audio tracks to overlay on the video.
+
+
imposeTracks(List<ImposeTrack>) - Method in class org.openapis.openapi.models.components.AudioInput.Builder
+
+
List of additional audio tracks to overlay on the video.
+
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
IN_QUEUE - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
IN_QUEUE - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
info(String) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
initialInterval(long, TimeUnit) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Sets the initial interval
+
+
initialIntervalMs() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
initialize() - Method in class org.openapis.openapi.SDKConfiguration
+
+
Initializes state (for example hooks).
+
+
initialize(AsyncHooks) - Static method in class org.openapis.openapi.hooks.SDKHooks
+
 
+
initialize(Hooks) - Static method in class org.openapis.openapi.hooks.SDKHooks
+
 
+
Input - Class in org.openapis.openapi.models.components
+
 
+
Input - Class in org.openapis.openapi.models.operations
+
 
+
Input._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
Input._Deserializer - Class in org.openapis.openapi.models.operations
+
 
+
inputMediaSettings() - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
+
Contains configuration details for input media settings.
+
+
inputMediaSettings(InputMediaSettings) - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest.Builder
+
+
Contains configuration details for input media settings.
+
+
InputMediaSettings - Class in org.openapis.openapi.models.components
+
+
InputMediaSettings
+
+
InputMediaSettings() - Constructor for class org.openapis.openapi.models.components.InputMediaSettings
+
 
+
InputMediaSettings(CreateLiveStreamRequestMaxResolution, Long, BasicAccessPolicy, Map<String, String>, Boolean) - Constructor for class org.openapis.openapi.models.components.InputMediaSettings
+
 
+
InputMediaSettings.Builder - Class in org.openapis.openapi.models.components
+
 
+
inputs() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Add one input object at a time.
+
+
inputs() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
A list of media input sources to be processed.
+
+
inputs() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Add one input object at a time.
+
+
inputs(List<CreateMediaResponseInput>) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
A list of media input sources to be processed.
+
+
inputs(List<Input>) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
Add one input object at a time.
+
+
inputs(List<Input>) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Add one input object at a time.
+
+
inputVideos() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
inputVideos() - Method in class org.openapis.openapi.Fastpix
+
 
+
InputVideos - Class in org.openapis.openapi
+
 
+
insertAt() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
+
+
The timestamp(in seconds) at which the segment must be inserted.
+
+
insertAt() - Method in class org.openapis.openapi.models.components.VideoInputSegment1
+
+
The timestamp at which the segment should be inserted.
+
+
insertAt(long) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1.Builder
+
+
The timestamp(in seconds) at which the segment must be inserted.
+
+
insertAt(long) - Method in class org.openapis.openapi.models.components.VideoInputSegment1.Builder
+
+
The timestamp at which the segment should be inserted.
+
+
insertAtEnd() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
+
+
Flag indicating the segment should be inserted at the end.
+
+
insertAtEnd() - Method in class org.openapis.openapi.models.components.VideoInputSegment2
+
+
Flag indicating the segment should be inserted at the end.
+
+
insertAtEnd(boolean) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2.Builder
+
+
Flag indicating the segment should be inserted at the end.
+
+
insertAtEnd(boolean) - Method in class org.openapis.openapi.models.components.VideoInputSegment2.Builder
+
+
Flag indicating the segment should be inserted at the end.
+
+
insertTimestamp() - Method in class org.openapis.openapi.models.components.Views
+
+
Insert Timestamp refers to the time instance when the view is started.
+
+
insertTimestamp(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Insert Timestamp refers to the time instance when the view is started.
+
+
INTEGER_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
intervalTime() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
+
The timestamp for the data point indicating when the metric value was recorded.
+
+
intervalTime(OffsetDateTime) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails.Builder
+
+
The timestamp for the data point indicating when the metric value was recorded.
+
+
introUrl() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
The URL of the **intro video** to be added at the beginning of the media file.
+
+
introUrl() - Method in class org.openapis.openapi.models.components.VideoInput
+
+
The url of the intro video which is to be added at the start of the video.
+
+
introUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
The URL of the **intro video** to be added at the beginning of the media file.
+
+
introUrl(String) - Method in class org.openapis.openapi.models.components.VideoInput.Builder
+
+
The url of the intro video which is to be added at the start of the video.
+
+
inVideoAiFeatures() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
inVideoAiFeatures() - Method in class org.openapis.openapi.Fastpix
+
 
+
InVideoAiFeatures - Class in org.openapis.openapi
+
 
+
ipAddress() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the IP address of the user or device that initiated the playback session.
+
+
ipAddress(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the IP address of the user or device that initiated the playback session.
+
+
isAudioOnly() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly() - Method in class org.openapis.openapi.models.components.Media
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Indicates whether the media contains only audio (no video track).
+
+
isAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Indicates whether the media contains only audio (no video track).
+
+
isChaptersEnabled() - Method in class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
isChaptersEnabled(Boolean) - Method in class org.openapis.openapi.models.components.ChaptersResponse.Builder
+
 
+
isDebugEnabled() - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
isDebugLoggingEnabled() - Method in class org.openapis.openapi.utils.FastpixHTTPClient
+
 
+
isDebugLoggingEnabled() - Method in interface org.openapis.openapi.utils.HTTPClient
+
+
Returns whether debug logging is enabled.
+
+
isEmpty() - Method in class org.openapis.openapi.utils.EventStreamMessage
+
 
+
isEnabled() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
When the value is true, the simulcast must be enabled for the given stream
+
+
isEnabled() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
When the value is true, the simulcast must be enabled for the given stream
+
+
isEnabled() - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
+
When set to false, the simulcast is disabled for the specified stream.
+
+
isEnabled() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
When set to false, the simulcast is disabled for the specified stream.
+
+
isEnabled(Boolean) - Method in class org.openapis.openapi.models.components.LiveSimulcast.Builder
+
+
When the value is true, the simulcast must be enabled for the given stream
+
+
isEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastResponseData.Builder
+
+
When the value is true, the simulcast must be enabled for the given stream
+
+
isEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest.Builder
+
+
When set to false, the simulcast is disabled for the specified stream.
+
+
isEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder
+
+
When set to false, the simulcast is disabled for the specified stream.
+
+
isEnumWrapper(Class<?>) - Static method in class org.openapis.openapi.utils.Reflections
+
+
Checks if the given class is an enum wrapper.
+
+
isEnumWrapper(Object) - Static method in class org.openapis.openapi.utils.Reflections
+
+
Checks if the given object is an instance of an enum wrapper class.
+
+
isKnown() - Method in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.AudioTrackType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.DirectUploadStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.MediaStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.PolicyAction
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.Resolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
isKnown() - Method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
isKnown() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
isKnown() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
isKnown() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
isKnown() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
isKnown() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
isKnown() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
isModerationEnabled() - Method in class org.openapis.openapi.models.components.ModerationResponse
+
 
+
isModerationEnabled(Boolean) - Method in class org.openapis.openapi.models.components.ModerationResponse.Builder
+
 
+
isNamedEntitiesEnabled() - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
isNamedEntitiesEnabled(Boolean) - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse.Builder
+
 
+
isPresentAndNotNull(Optional<?>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
isPresentAndNotNull(JsonNullable<?>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
isSummaryEnabled() - Method in class org.openapis.openapi.models.components.SummaryResponse
+
 
+
isSummaryEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SummaryResponse.Builder
+
 
+
isTraceEnabled() - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
IT - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
IT - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
IT_CH - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
IT_CH - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
IT_CH - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
items() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
Nested comparison items
+
+
items(List<MetricsComparisonDetails>) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
+
+
Nested comparison items
+
+
iterator() - Method in class org.openapis.openapi.utils.EventStream
+
+
Returns an Iterator of EventStream events, enabling iteration via for-each loops.
+
+
ITIT - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ITIT - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ITIT - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
+

J

+
+
JA_JP - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
JA_JP - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
JA_JP - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
jitterFactor() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
jitterFactor(double) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Sets the jitter factor used to randomize the backoff interval.
+
+
json(EventStreamMessage, ObjectMapper, boolean) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
JSON - Class in org.openapis.openapi.utils
+
 
+
JSON() - Constructor for class org.openapis.openapi.utils.JSON
+
 
+
JUMP_LATENCY - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
JUMP_LATENCY - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
JUMP_LATENCY - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
jumpLatency() - Method in class org.openapis.openapi.models.components.Views
+
+
Jump Latency refers to the delay or latency experienced when there is a jump or seek action + performed by the viewer while watching a video.
+
+
jumpLatency(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Jump Latency refers to the delay or latency experienced when there is a jump or seek action + performed by the viewer while watching a video.
+
+
+

K

+
+
KO_KR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
KO_KR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
KO_KR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
+

L

+
+
languageCode() - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
+
The BCP 47 language code representing the track’s language.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The BCP 47 language code representing the track's language.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
The BCP 47 language code representing the language of the generated track.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.SubtitleInput
+
+
Language code for content localization
+
+
languageCode() - Method in class org.openapis.openapi.models.components.Subtitles
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
+
Language code for content localization
+
+
languageCode() - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
+
The BCP 47 language code representing the track’s language.
+
+
languageCode() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The BCP 47 language code representing the track's language.
+
+
languageCode() - Method in class org.openapis.openapi.models.operations.Subtitles
+
+
Language codes (BCP 47 compliant) used for text files.
+
+
languageCode(String) - Method in class org.openapis.openapi.models.components.AddTrackRequest.Builder
+
+
The BCP 47 language code representing the track’s language.
+
+
languageCode(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse.Builder
+
+
The BCP 47 language code representing the track's language.
+
+
languageCode(String) - Method in class org.openapis.openapi.models.components.AudioTrack.Builder
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
languageCode(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack.Builder
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
languageCode(String) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest.Builder
+
+
The BCP 47 language code representing the track’s language.
+
+
languageCode(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse.Builder
+
+
The BCP 47 language code representing the track's language.
+
+
languageCode(CreateMediaRequestLanguageCode) - Method in class org.openapis.openapi.models.components.Subtitles.Builder
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
languageCode(GenerateTrackResponseLanguageCode) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse.Builder
+
+
The BCP 47 language code representing the language of the generated track.
+
+
languageCode(LanguageCode) - Method in class org.openapis.openapi.models.components.SubtitleInput.Builder
+
+
Language code for content localization
+
+
languageCode(LanguageCode) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest.Builder
+
+
Language code for content localization
+
+
languageCode(LanguageCode) - Method in class org.openapis.openapi.models.operations.Subtitles.Builder
+
+
Language codes (BCP 47 compliant) used for text files.
+
+
LanguageCode - Enum Class in org.openapis.openapi.models.components
+
+
LanguageCode
+
+
LanguageCode - Enum Class in org.openapis.openapi.models.operations
+
+
LanguageCode
+
+
languageName() - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName() - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
The full name of the language for the generated track.
+
+
languageName() - Method in class org.openapis.openapi.models.components.SubtitleInput
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName() - Method in class org.openapis.openapi.models.components.Subtitles
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName() - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
+
The full name of the language used to generate the subtitles.
+
+
languageName() - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName() - Method in class org.openapis.openapi.models.operations.Subtitles
+
+
Name of the language for the subtitles.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.AddTrackRequest.Builder
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse.Builder
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.AudioTrack.Builder
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse.Builder
+
+
The full name of the language for the generated track.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.SubtitleInput.Builder
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.Subtitles.Builder
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack.Builder
+
+
Name of the language in which the subtitles will be generated.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest.Builder
+
+
The full name of the language used to generate the subtitles.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest.Builder
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse.Builder
+
+
The full name of the language corresponding to the `languageCode`.
+
+
languageName(String) - Method in class org.openapis.openapi.models.operations.Subtitles.Builder
+
+
Name of the language for the subtitles.
+
+
lastSeen() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
The timestamp of when the error was last observed.
+
+
lastSeen() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
The timestamp of when the error was last observed.
+
+
lastSeen(String) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
+
+
The timestamp of when the error was last observed.
+
+
lastSeen(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
+
+
The timestamp of when the error was last observed.
+
+
latitude() - Method in class org.openapis.openapi.models.components.Views
+
+
Latitude refers to the geographical coordinate representing the north-south position of the viewers + location, truncated to one decimal place.
+
+
latitude(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Latitude refers to the geographical coordinate representing the north-south position of the viewers + location, truncated to one decimal place.
+
+
LazySingletonValue<T> - Class in org.openapis.openapi.utils
+
 
+
LazySingletonValue(String, String, TypeReference<T>) - Constructor for class org.openapis.openapi.utils.LazySingletonValue
+
 
+
LEFT - Enum constant in enum class org.openapis.openapi.models.components.XAlign
+
 
+
limit() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Optional parameter to limit no.
+
+
limit() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Optional parameter to limit no.
+
+
limit() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
+
The number of playlists to return (default is 10, max is 50).
+
+
limit() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
+
The number of media clips to retrieve per request.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass the limit to display only the rows specified by the value.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
+
Pass the limit to display only the rows specified by the value.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
+
Pass the limit to display only the rows specified by the value for top errors.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the limit to display only the rows specified by the value.
+
+
limit(Long) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder
+
+
Optional parameter to limit no.
+
+
limit(Long) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
Optional parameter to limit no.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest.Builder
+
+
The number of playlists to return (default is 10, max is 50).
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest.Builder
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest.Builder
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest.Builder
+
+
The number of media clips to retrieve per request.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
Pass the limit to display only the rows specified by the value.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest.Builder
+
+
Pass the limit to display only the rows specified by the value.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest.Builder
+
+
Pass the limit to display only the rows specified by the value for top errors.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest.Builder
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListMediaRequest.Builder
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListMediaRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest.Builder
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest.Builder
+
+
Limit specifies the maximum number of items to display per page.
+
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
+
 
+
limit(Long) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
Pass the limit to display only the rows specified by the value.
+
+
list() - Method in class org.openapis.openapi.AsyncDimensions
+
+
List the dimensions
+
+
list() - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Get list of DRM configuration IDs
+
+
list() - Method in class org.openapis.openapi.AsyncErrors
+
+
List errors
+
+
list() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get list of all media
+
+
list() - Method in class org.openapis.openapi.AsyncPlayback
+
+
Get all playback IDs details for a media
+
+
list() - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Get all playlists
+
+
list() - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Get list of signing key
+
+
list() - Method in class org.openapis.openapi.AsyncStreams
+
+
Get all live streams
+
+
list() - Method in class org.openapis.openapi.AsyncViews
+
+
List video views
+
+
list() - Method in class org.openapis.openapi.Dimensions
+
+
List the dimensions
+
+
list() - Method in class org.openapis.openapi.DrmConfigurations
+
+
Get list of DRM configuration IDs
+
+
list() - Method in class org.openapis.openapi.Errors
+
+
List errors
+
+
list() - Method in class org.openapis.openapi.ManageVideos
+
+
Get list of all media
+
+
list() - Method in class org.openapis.openapi.Playback
+
+
Get all playback IDs details for a media
+
+
list() - Method in class org.openapis.openapi.Playlists
+
+
Get all playlists
+
+
list() - Method in class org.openapis.openapi.SigningKeys
+
+
Get list of signing key
+
+
list() - Method in class org.openapis.openapi.Streams
+
+
Get all live streams
+
+
list() - Method in class org.openapis.openapi.Views
+
+
List video views
+
+
list(Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get list of all media
+
+
list(Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Get list of all media
+
+
list(Long, Long, OrderBy, Options) - Method in class org.openapis.openapi.AsyncStreams
+
+
Get all live streams
+
+
list(Long, Long, OrderBy, Options) - Method in class org.openapis.openapi.Streams
+
+
Get all live streams
+
+
list(Long, Long, Options) - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Get list of DRM configuration IDs
+
+
list(Long, Long, Options) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Get all playlists
+
+
list(Long, Long, Options) - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Get list of signing key
+
+
list(Long, Long, Options) - Method in class org.openapis.openapi.DrmConfigurations
+
+
Get list of DRM configuration IDs
+
+
list(Long, Long, Options) - Method in class org.openapis.openapi.Playlists
+
+
Get all playlists
+
+
list(Long, Long, Options) - Method in class org.openapis.openapi.SigningKeys
+
+
Get list of signing key
+
+
list(String) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Get all playback IDs details for a media
+
+
list(String) - Method in class org.openapis.openapi.Playback
+
+
Get all playback IDs details for a media
+
+
list(String, Options) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Get all playback IDs details for a media
+
+
list(String, Options) - Method in class org.openapis.openapi.Playback
+
+
Get all playback IDs details for a media
+
+
list(ListErrorsTimespan, String, Long, Options) - Method in class org.openapis.openapi.AsyncErrors
+
+
List errors
+
+
list(ListErrorsTimespan, String, Long, Options) - Method in class org.openapis.openapi.Errors
+
+
List errors
+
+
list(ListVideoViewsRequest) - Method in class org.openapis.openapi.AsyncViews
+
+
List video views
+
+
list(ListVideoViewsRequest) - Method in class org.openapis.openapi.Views
+
+
List video views
+
+
list(ListVideoViewsRequest, Options) - Method in class org.openapis.openapi.AsyncViews
+
+
List video views
+
+
list(ListVideoViewsRequest, Options) - Method in class org.openapis.openapi.Views
+
+
List video views
+
+
list(Options) - Method in class org.openapis.openapi.AsyncDimensions
+
+
List the dimensions
+
+
list(Options) - Method in class org.openapis.openapi.Dimensions
+
+
List the dimensions
+
+
listBreakdown() - Method in class org.openapis.openapi.AsyncMetrics
+
+
List breakdown values
+
+
listBreakdown() - Method in class org.openapis.openapi.Metrics
+
+
List breakdown values
+
+
listBreakdown(ListBreakdownValuesRequest) - Method in class org.openapis.openapi.AsyncMetrics
+
+
List breakdown values
+
+
listBreakdown(ListBreakdownValuesRequest) - Method in class org.openapis.openapi.Metrics
+
+
List breakdown values
+
+
listBreakdown(ListBreakdownValuesRequest, Options) - Method in class org.openapis.openapi.AsyncMetrics
+
+
List breakdown values
+
+
listBreakdown(ListBreakdownValuesRequest, Options) - Method in class org.openapis.openapi.Metrics
+
+
List breakdown values
+
+
ListBreakdownValues - Class in org.openapis.openapi.operations
+
 
+
ListBreakdownValues() - Constructor for class org.openapis.openapi.operations.ListBreakdownValues
+
 
+
ListBreakdownValues.Async - Class in org.openapis.openapi.operations
+
 
+
ListBreakdownValues.Sync - Class in org.openapis.openapi.operations
+
 
+
ListBreakdownValuesMetricId - Enum Class in org.openapis.openapi.models.operations
+
+
ListBreakdownValuesMetricId
+
+
ListBreakdownValuesRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListBreakdownValuesRequest(ListBreakdownValuesMetricId) - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
 
+
ListBreakdownValuesRequest(ListBreakdownValuesMetricId, ListBreakdownValuesTimespan, String, Long, Long, String, String, ListBreakdownValuesSortOrder, String) - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
 
+
ListBreakdownValuesRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListBreakdownValuesRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListBreakdownValuesRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListBreakdownValuesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListBreakdownValuesRequestBuilder
+
 
+
ListBreakdownValuesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesRequestBuilder
+
 
+
ListBreakdownValuesResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListBreakdownValuesResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListBreakdownValuesResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
 
+
ListBreakdownValuesResponse(String, int, HttpResponse<InputStream>, ListBreakdownValuesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
 
+
ListBreakdownValuesResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
 
+
ListBreakdownValuesResponse(String, int, HttpResponse<Blob>, ListBreakdownValuesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
 
+
ListBreakdownValuesResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListBreakdownValuesResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListBreakdownValuesResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListBreakdownValuesResponseBody
+
+
ListBreakdownValuesResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
 
+
ListBreakdownValuesResponseBody(Boolean, MetricsmetadataDetails, List<MetricsBreakdownDetails>, DataPagination, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
 
+
ListBreakdownValuesResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListBreakdownValuesSortOrder - Enum Class in org.openapis.openapi.models.operations
+
+
ListBreakdownValuesSortOrder
+
+
ListBreakdownValuesTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListBreakdownValuesTimespan
+
+
listByTopContent() - Method in class org.openapis.openapi.AsyncViews
+
+
List by top content
+
+
listByTopContent() - Method in class org.openapis.openapi.Views
+
+
List by top content
+
+
listByTopContent(ListByTopContentTimespan, String, Long, Options) - Method in class org.openapis.openapi.AsyncViews
+
+
List by top content
+
+
listByTopContent(ListByTopContentTimespan, String, Long, Options) - Method in class org.openapis.openapi.Views
+
+
List by top content
+
+
ListByTopContent - Class in org.openapis.openapi.operations
+
 
+
ListByTopContent() - Constructor for class org.openapis.openapi.operations.ListByTopContent
+
 
+
ListByTopContent.Async - Class in org.openapis.openapi.operations
+
 
+
ListByTopContent.Sync - Class in org.openapis.openapi.operations
+
 
+
listByTopContentDirect() - Method in class org.openapis.openapi.AsyncViews
+
+
List by top content
+
+
listByTopContentDirect() - Method in class org.openapis.openapi.Views
+
+
List by top content
+
+
ListByTopContentRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListByTopContentRequest() - Constructor for class org.openapis.openapi.models.operations.ListByTopContentRequest
+
 
+
ListByTopContentRequest(ListByTopContentTimespan, String, Long) - Constructor for class org.openapis.openapi.models.operations.ListByTopContentRequest
+
 
+
ListByTopContentRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListByTopContentRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListByTopContentRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListByTopContentRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
+
 
+
ListByTopContentRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
+
 
+
ListByTopContentResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListByTopContentResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListByTopContentResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListByTopContentResponse
+
 
+
ListByTopContentResponse(String, int, HttpResponse<InputStream>, ListByTopContentResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListByTopContentResponse
+
 
+
ListByTopContentResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
 
+
ListByTopContentResponse(String, int, HttpResponse<Blob>, ListByTopContentResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
 
+
ListByTopContentResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListByTopContentResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListByTopContentResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListByTopContentResponseBody
+
+
ListByTopContentResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
 
+
ListByTopContentResponseBody(Boolean, List<ViewsByTopContentDetails>, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
 
+
ListByTopContentResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListByTopContentTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListByTopContentTimespan
+
+
listComparison() - Method in class org.openapis.openapi.AsyncMetrics
+
+
List comparison values
+
+
listComparison() - Method in class org.openapis.openapi.Metrics
+
+
List comparison values
+
+
listComparison(ListComparisonValuesTimespan, String, Dimension, String, Options) - Method in class org.openapis.openapi.AsyncMetrics
+
+
List comparison values
+
+
listComparison(ListComparisonValuesTimespan, String, Dimension, String, Options) - Method in class org.openapis.openapi.Metrics
+
+
List comparison values
+
+
listComparisonDirect() - Method in class org.openapis.openapi.AsyncMetrics
+
+
List comparison values
+
+
listComparisonDirect() - Method in class org.openapis.openapi.Metrics
+
+
List comparison values
+
+
ListComparisonValues - Class in org.openapis.openapi.operations
+
 
+
ListComparisonValues() - Constructor for class org.openapis.openapi.operations.ListComparisonValues
+
 
+
ListComparisonValues.Async - Class in org.openapis.openapi.operations
+
 
+
ListComparisonValues.Sync - Class in org.openapis.openapi.operations
+
 
+
ListComparisonValuesRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListComparisonValuesRequest() - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
 
+
ListComparisonValuesRequest(ListComparisonValuesTimespan, String, Dimension, String) - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
 
+
ListComparisonValuesRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListComparisonValuesRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListComparisonValuesRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListComparisonValuesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
ListComparisonValuesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
ListComparisonValuesResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListComparisonValuesResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListComparisonValuesResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
 
+
ListComparisonValuesResponse(String, int, HttpResponse<InputStream>, ListComparisonValuesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
 
+
ListComparisonValuesResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
 
+
ListComparisonValuesResponse(String, int, HttpResponse<Blob>, ListComparisonValuesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
 
+
ListComparisonValuesResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListComparisonValuesResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListComparisonValuesResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListComparisonValuesResponseBody
+
+
ListComparisonValuesResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
 
+
ListComparisonValuesResponseBody(Boolean, List<MetricsComparisonDetails>, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
 
+
ListComparisonValuesResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListComparisonValuesTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListComparisonValuesTimespan
+
+
ListDimensions - Class in org.openapis.openapi.operations
+
 
+
ListDimensions() - Constructor for class org.openapis.openapi.operations.ListDimensions
+
 
+
ListDimensions.Async - Class in org.openapis.openapi.operations
+
 
+
ListDimensions.Sync - Class in org.openapis.openapi.operations
+
 
+
ListDimensionsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListDimensionsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListDimensionsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListDimensionsRequestBuilder
+
 
+
ListDimensionsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListDimensionsRequestBuilder
+
 
+
ListDimensionsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListDimensionsResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListDimensionsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListDimensionsResponse
+
 
+
ListDimensionsResponse(String, int, HttpResponse<InputStream>, ListDimensionsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListDimensionsResponse
+
 
+
ListDimensionsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
 
+
ListDimensionsResponse(String, int, HttpResponse<Blob>, ListDimensionsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
 
+
ListDimensionsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListDimensionsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListDimensionsResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListDimensionsResponseBody
+
+
ListDimensionsResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
 
+
ListDimensionsResponseBody(Boolean, List<String>) - Constructor for class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
 
+
ListDimensionsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
listDirect() - Method in class org.openapis.openapi.AsyncDimensions
+
+
List the dimensions
+
+
listDirect() - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Get list of DRM configuration IDs
+
+
listDirect() - Method in class org.openapis.openapi.AsyncErrors
+
+
List errors
+
+
listDirect() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Get list of all media
+
+
listDirect() - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Get all playlists
+
+
listDirect() - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Get list of signing key
+
+
listDirect() - Method in class org.openapis.openapi.AsyncStreams
+
+
Get all live streams
+
+
listDirect() - Method in class org.openapis.openapi.Dimensions
+
+
List the dimensions
+
+
listDirect() - Method in class org.openapis.openapi.DrmConfigurations
+
+
Get list of DRM configuration IDs
+
+
listDirect() - Method in class org.openapis.openapi.Errors
+
+
List errors
+
+
listDirect() - Method in class org.openapis.openapi.ManageVideos
+
+
Get list of all media
+
+
listDirect() - Method in class org.openapis.openapi.Playlists
+
+
Get all playlists
+
+
listDirect() - Method in class org.openapis.openapi.SigningKeys
+
+
Get list of signing key
+
+
listDirect() - Method in class org.openapis.openapi.Streams
+
+
Get all live streams
+
+
ListErrors - Class in org.openapis.openapi.operations
+
 
+
ListErrors() - Constructor for class org.openapis.openapi.operations.ListErrors
+
 
+
ListErrors.Async - Class in org.openapis.openapi.operations
+
 
+
ListErrors.Sync - Class in org.openapis.openapi.operations
+
 
+
ListErrorsData - Class in org.openapis.openapi.models.operations
+
+
ListErrorsData
+
+
ListErrorsData() - Constructor for class org.openapis.openapi.models.operations.ListErrorsData
+
 
+
ListErrorsData(List<ErrorDetails>, List<TopErrorDetails>) - Constructor for class org.openapis.openapi.models.operations.ListErrorsData
+
 
+
ListErrorsData.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsRequest() - Constructor for class org.openapis.openapi.models.operations.ListErrorsRequest
+
 
+
ListErrorsRequest(ListErrorsTimespan, String, Long) - Constructor for class org.openapis.openapi.models.operations.ListErrorsRequest
+
 
+
ListErrorsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListErrorsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
+
 
+
ListErrorsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
+
 
+
ListErrorsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListErrorsResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListErrorsResponse
+
 
+
ListErrorsResponse(String, int, HttpResponse<InputStream>, ListErrorsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListErrorsResponse
+
 
+
ListErrorsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
 
+
ListErrorsResponse(String, int, HttpResponse<Blob>, ListErrorsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
 
+
ListErrorsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListErrorsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListErrorsResponseBody
+
+
ListErrorsResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
 
+
ListErrorsResponseBody(Boolean, ListErrorsData, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
 
+
ListErrorsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListErrorsTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListErrorsTimespan
+
+
listFilterValues() - Method in class org.openapis.openapi.AsyncDimensions
+
+
List the filter values for a dimension
+
+
listFilterValues() - Method in class org.openapis.openapi.Dimensions
+
+
List the filter values for a dimension
+
+
listFilterValues(DimensionsId) - Method in class org.openapis.openapi.AsyncDimensions
+
+
List the filter values for a dimension
+
+
listFilterValues(DimensionsId) - Method in class org.openapis.openapi.Dimensions
+
+
List the filter values for a dimension
+
+
listFilterValues(DimensionsId, ListFilterValuesForDimensionTimespan, String, Options) - Method in class org.openapis.openapi.AsyncDimensions
+
+
List the filter values for a dimension
+
+
listFilterValues(DimensionsId, ListFilterValuesForDimensionTimespan, String, Options) - Method in class org.openapis.openapi.Dimensions
+
+
List the filter values for a dimension
+
+
ListFilterValuesForDimension - Class in org.openapis.openapi.operations
+
 
+
ListFilterValuesForDimension() - Constructor for class org.openapis.openapi.operations.ListFilterValuesForDimension
+
 
+
ListFilterValuesForDimension.Async - Class in org.openapis.openapi.operations
+
 
+
ListFilterValuesForDimension.Sync - Class in org.openapis.openapi.operations
+
 
+
ListFilterValuesForDimensionRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListFilterValuesForDimensionRequest(DimensionsId) - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
 
+
ListFilterValuesForDimensionRequest(DimensionsId, ListFilterValuesForDimensionTimespan, String) - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
 
+
ListFilterValuesForDimensionRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListFilterValuesForDimensionRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListFilterValuesForDimensionRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListFilterValuesForDimensionRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
+
 
+
ListFilterValuesForDimensionRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
+
 
+
ListFilterValuesForDimensionResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListFilterValuesForDimensionResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListFilterValuesForDimensionResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
 
+
ListFilterValuesForDimensionResponse(String, int, HttpResponse<InputStream>, ListFilterValuesForDimensionResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
 
+
ListFilterValuesForDimensionResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
 
+
ListFilterValuesForDimensionResponse(String, int, HttpResponse<Blob>, ListFilterValuesForDimensionResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
 
+
ListFilterValuesForDimensionResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListFilterValuesForDimensionResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListFilterValuesForDimensionResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListFilterValuesForDimensionResponseBody
+
+
ListFilterValuesForDimensionResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
 
+
ListFilterValuesForDimensionResponseBody(Boolean, List<BrowserNameDimensiondetails>, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
 
+
ListFilterValuesForDimensionResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListFilterValuesForDimensionTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListFilterValuesForDimensionTimespan
+
+
listLiveClips() - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all clips of a live stream
+
+
listLiveClips() - Method in class org.openapis.openapi.Videos
+
+
Get all clips of a live stream
+
+
listLiveClips(String) - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all clips of a live stream
+
+
listLiveClips(String) - Method in class org.openapis.openapi.Videos
+
+
Get all clips of a live stream
+
+
listLiveClips(String, Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all clips of a live stream
+
+
listLiveClips(String, Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.Videos
+
+
Get all clips of a live stream
+
+
ListLiveClips - Class in org.openapis.openapi.operations
+
 
+
ListLiveClips() - Constructor for class org.openapis.openapi.operations.ListLiveClips
+
 
+
ListLiveClips.Async - Class in org.openapis.openapi.operations
+
 
+
ListLiveClips.Sync - Class in org.openapis.openapi.operations
+
 
+
ListLiveClipsRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListLiveClipsRequest(String) - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
 
+
ListLiveClipsRequest(String, Long, Long, SortOrder) - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
 
+
ListLiveClipsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListLiveClipsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListLiveClipsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListLiveClipsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
ListLiveClipsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
ListLiveClipsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListLiveClipsResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListLiveClipsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
 
+
ListLiveClipsResponse(String, int, HttpResponse<InputStream>, ListLiveClipsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
 
+
ListLiveClipsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
 
+
ListLiveClipsResponse(String, int, HttpResponse<Blob>, ListLiveClipsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
 
+
ListLiveClipsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListLiveClipsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListLiveClipsResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListLiveClipsResponseBody
+
+
ListLiveClipsResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
 
+
ListLiveClipsResponseBody(Boolean, List<LiveMediaClips>, Pagination) - Constructor for class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
 
+
ListLiveClipsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListMedia - Class in org.openapis.openapi.operations
+
 
+
ListMedia() - Constructor for class org.openapis.openapi.operations.ListMedia
+
 
+
ListMedia.Async - Class in org.openapis.openapi.operations
+
 
+
ListMedia.Sync - Class in org.openapis.openapi.operations
+
 
+
ListMediaRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListMediaRequest() - Constructor for class org.openapis.openapi.models.operations.ListMediaRequest
+
 
+
ListMediaRequest(Long, Long, SortOrder) - Constructor for class org.openapis.openapi.models.operations.ListMediaRequest
+
 
+
ListMediaRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListMediaRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListMediaRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
+
 
+
ListMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListMediaRequestBuilder
+
 
+
ListMediaResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListMediaResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListMediaResponse
+
 
+
ListMediaResponse(String, int, HttpResponse<InputStream>, ListMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListMediaResponse
+
 
+
ListMediaResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListMediaResponse
+
 
+
ListMediaResponse(String, int, HttpResponse<Blob>, ListMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListMediaResponse
+
 
+
ListMediaResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListMediaResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListMediaResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListMediaResponseBody
+
+
ListMediaResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListMediaResponseBody
+
 
+
ListMediaResponseBody(Boolean, List<GetAllMediaResponse>, Pagination) - Constructor for class org.openapis.openapi.models.operations.ListMediaResponseBody
+
 
+
ListMediaResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
listOverallValues() - Method in class org.openapis.openapi.AsyncMetrics
+
+
List overall values
+
+
listOverallValues() - Method in class org.openapis.openapi.Metrics
+
+
List overall values
+
+
listOverallValues(ListOverallValuesMetricId) - Method in class org.openapis.openapi.AsyncMetrics
+
+
List overall values
+
+
listOverallValues(ListOverallValuesMetricId) - Method in class org.openapis.openapi.Metrics
+
+
List overall values
+
+
listOverallValues(ListOverallValuesMetricId, String, ListOverallValuesTimespan, String, Options) - Method in class org.openapis.openapi.AsyncMetrics
+
+
List overall values
+
+
listOverallValues(ListOverallValuesMetricId, String, ListOverallValuesTimespan, String, Options) - Method in class org.openapis.openapi.Metrics
+
+
List overall values
+
+
ListOverallValues - Class in org.openapis.openapi.operations
+
 
+
ListOverallValues() - Constructor for class org.openapis.openapi.operations.ListOverallValues
+
 
+
ListOverallValues.Async - Class in org.openapis.openapi.operations
+
 
+
ListOverallValues.Sync - Class in org.openapis.openapi.operations
+
 
+
ListOverallValuesMetricId - Enum Class in org.openapis.openapi.models.operations
+
+
ListOverallValuesMetricId
+
+
ListOverallValuesRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListOverallValuesRequest(ListOverallValuesMetricId) - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
 
+
ListOverallValuesRequest(ListOverallValuesMetricId, String, ListOverallValuesTimespan, String) - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
 
+
ListOverallValuesRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListOverallValuesRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListOverallValuesRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListOverallValuesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
ListOverallValuesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
ListOverallValuesResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListOverallValuesResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListOverallValuesResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
 
+
ListOverallValuesResponse(String, int, HttpResponse<InputStream>, ListOverallValuesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
 
+
ListOverallValuesResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
 
+
ListOverallValuesResponse(String, int, HttpResponse<Blob>, ListOverallValuesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
 
+
ListOverallValuesResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListOverallValuesResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListOverallValuesResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListOverallValuesResponseBody
+
+
ListOverallValuesResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
 
+
ListOverallValuesResponseBody(Boolean, MetricsOverallmetadataDetails, MetricsOverallDataDetails, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
 
+
ListOverallValuesResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListOverallValuesTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListOverallValuesTimespan
+
+
ListPlaybackIds - Class in org.openapis.openapi.operations
+
 
+
ListPlaybackIds() - Constructor for class org.openapis.openapi.operations.ListPlaybackIds
+
 
+
ListPlaybackIds.Async - Class in org.openapis.openapi.operations
+
 
+
ListPlaybackIds.Sync - Class in org.openapis.openapi.operations
+
 
+
ListPlaybackIdsAccessPolicy - Class in org.openapis.openapi.models.operations
+
+
ListPlaybackIdsAccessPolicy
+
+
ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum - Enum Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsAccessRestrictions - Class in org.openapis.openapi.models.operations
+
+
ListPlaybackIdsAccessRestrictions
+
+
ListPlaybackIdsAccessRestrictions() - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
ListPlaybackIdsAccessRestrictions(ListPlaybackIdsDomains, ListPlaybackIdsUserAgents) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
ListPlaybackIdsAccessRestrictions.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsData - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsData() - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
 
+
ListPlaybackIdsData(String, ListPlaybackIdsAccessPolicy, ListPlaybackIdsAccessRestrictions) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
 
+
ListPlaybackIdsData.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsDomains - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsDomains() - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
ListPlaybackIdsDomains(ListPlaybackIdsDomainsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
ListPlaybackIdsDomains.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsDomainsDefaultPolicy - Class in org.openapis.openapi.models.operations
+
+
Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors.
+
+
ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum - Enum Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsRequest(String) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
+
 
+
ListPlaybackIdsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListPlaybackIdsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListPlaybackIdsRequestBuilder
+
 
+
ListPlaybackIdsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsRequestBuilder
+
 
+
ListPlaybackIdsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListPlaybackIdsResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
 
+
ListPlaybackIdsResponse(String, int, HttpResponse<InputStream>, ListPlaybackIdsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
 
+
ListPlaybackIdsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
 
+
ListPlaybackIdsResponse(String, int, HttpResponse<Blob>, ListPlaybackIdsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
 
+
ListPlaybackIdsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListPlaybackIdsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListPlaybackIdsResponseBody
+
+
ListPlaybackIdsResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
ListPlaybackIdsResponseBody(Boolean, List<ListPlaybackIdsData>) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
ListPlaybackIdsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsUserAgents - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsUserAgents() - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
ListPlaybackIdsUserAgents(ListPlaybackIdsUserAgentsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
ListPlaybackIdsUserAgents.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListPlaybackIdsUserAgentsDefaultPolicy - Class in org.openapis.openapi.models.operations
+
+
Wrapper for an "open" enum that can handle unknown values from API responses + without runtime errors.
+
+
ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum - Enum Class in org.openapis.openapi.models.operations
+
 
+
ListSigningKeys - Class in org.openapis.openapi.operations
+
 
+
ListSigningKeys() - Constructor for class org.openapis.openapi.operations.ListSigningKeys
+
 
+
ListSigningKeys.Async - Class in org.openapis.openapi.operations
+
 
+
ListSigningKeys.Sync - Class in org.openapis.openapi.operations
+
 
+
ListSigningKeysRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListSigningKeysRequest() - Constructor for class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
 
+
ListSigningKeysRequest(Long, Long) - Constructor for class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
 
+
ListSigningKeysRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListSigningKeysRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListSigningKeysRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListSigningKeysRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder
+
 
+
ListSigningKeysRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder
+
 
+
ListSigningKeysResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListSigningKeysResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListSigningKeysResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
 
+
ListSigningKeysResponse(String, int, HttpResponse<InputStream>, GetAllSigningKeysResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
 
+
ListSigningKeysResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
 
+
ListSigningKeysResponse(String, int, HttpResponse<Blob>, GetAllSigningKeysResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
 
+
ListSigningKeysResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListSigningKeysResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
listUploads() - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all unused upload URLs
+
+
listUploads() - Method in class org.openapis.openapi.Videos
+
+
Get all unused upload URLs
+
+
listUploads(Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all unused upload URLs
+
+
listUploads(Long, Long, SortOrder, Options) - Method in class org.openapis.openapi.Videos
+
+
Get all unused upload URLs
+
+
ListUploads - Class in org.openapis.openapi.operations
+
 
+
ListUploads() - Constructor for class org.openapis.openapi.operations.ListUploads
+
 
+
ListUploads.Async - Class in org.openapis.openapi.operations
+
 
+
ListUploads.Sync - Class in org.openapis.openapi.operations
+
 
+
listUploadsDirect() - Method in class org.openapis.openapi.AsyncVideos
+
+
Get all unused upload URLs
+
+
listUploadsDirect() - Method in class org.openapis.openapi.Videos
+
+
Get all unused upload URLs
+
+
ListUploadsRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListUploadsRequest() - Constructor for class org.openapis.openapi.models.operations.ListUploadsRequest
+
 
+
ListUploadsRequest(Long, Long, SortOrder) - Constructor for class org.openapis.openapi.models.operations.ListUploadsRequest
+
 
+
ListUploadsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListUploadsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListUploadsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListUploadsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
+
 
+
ListUploadsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
+
 
+
ListUploadsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListUploadsResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListUploadsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListUploadsResponse
+
 
+
ListUploadsResponse(String, int, HttpResponse<InputStream>, ListUploadsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListUploadsResponse
+
 
+
ListUploadsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
 
+
ListUploadsResponse(String, int, HttpResponse<Blob>, ListUploadsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
 
+
ListUploadsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListUploadsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListUploadsResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListUploadsResponseBody
+
+
ListUploadsResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
 
+
ListUploadsResponseBody(Boolean, List<UnusedDirectUpload>, Pagination) - Constructor for class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
 
+
ListUploadsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViews - Class in org.openapis.openapi.operations
+
 
+
ListVideoViews() - Constructor for class org.openapis.openapi.operations.ListVideoViews
+
 
+
ListVideoViews.Async - Class in org.openapis.openapi.operations
+
 
+
ListVideoViews.Sync - Class in org.openapis.openapi.operations
+
 
+
ListVideoViewsRequest - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViewsRequest() - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
 
+
ListVideoViewsRequest(ListVideoViewsTimespan, String, Long, Long, String, JsonNullable<String>, String, String) - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
 
+
ListVideoViewsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViewsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListVideoViewsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViewsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.ListVideoViewsRequestBuilder
+
 
+
ListVideoViewsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsRequestBuilder
+
 
+
ListVideoViewsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
ListVideoViewsResponse - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViewsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
 
+
ListVideoViewsResponse(String, int, HttpResponse<InputStream>, ListVideoViewsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
 
+
ListVideoViewsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
 
+
ListVideoViewsResponse(String, int, HttpResponse<Blob>, ListVideoViewsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
 
+
ListVideoViewsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
ListVideoViewsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViewsResponseBody - Class in org.openapis.openapi.models.operations
+
+
ListVideoViewsResponseBody
+
+
ListVideoViewsResponseBody() - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
 
+
ListVideoViewsResponseBody(Boolean, List<ViewsList>, DataPagination, List<Long>) - Constructor for class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
 
+
ListVideoViewsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
ListVideoViewsTimespan - Enum Class in org.openapis.openapi.models.operations
+
+
ListVideoViewsTimespan
+
+
LIVE_STREAM_LATENCY - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
LIVE_STREAM_LATENCY - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
LIVE_STREAM_LATENCY - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
LiveMediaClips - Class in org.openapis.openapi.models.components
+
 
+
LiveMediaClips() - Constructor for class org.openapis.openapi.models.components.LiveMediaClips
+
 
+
LiveMediaClips(JsonNullable<String>, String, String, String, String, JsonNullable<String>, LiveMediaClipsMaxResolution, LiveMediaClipsSourceResolution, LiveMediaClipsStatus, Boolean, List<PlaybackId>, List<LiveMediaClipsTrack>, JsonNullable<Boolean>, JsonNullable<Boolean>, String, JsonNullable<String>, OffsetDateTime, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.LiveMediaClips
+
 
+
LiveMediaClips.Builder - Class in org.openapis.openapi.models.components
+
 
+
LiveMediaClipsMaxResolution - Class in org.openapis.openapi.models.components
+
+
LiveMediaClipsMaxResolution
+
+
LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
LiveMediaClipsSourceResolution - Class in org.openapis.openapi.models.components
+
+
LiveMediaClipsSourceResolution
+
+
LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
LiveMediaClipsStatus - Class in org.openapis.openapi.models.components
+
+
LiveMediaClipsStatus
+
+
LiveMediaClipsStatus.LiveMediaClipsStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
LiveMediaClipsTrack - Class in org.openapis.openapi.models.components
+
 
+
LiveMediaClipsTrack._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
livePlayback() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
livePlayback() - Method in class org.openapis.openapi.Fastpix
+
 
+
LivePlayback - Class in org.openapis.openapi
+
 
+
livePlaybacks() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
livePlaybacks() - Method in class org.openapis.openapi.Fastpix
+
 
+
LivePlaybacks - Class in org.openapis.openapi
+
 
+
LiveSimulcast - Class in org.openapis.openapi.models.components
+
 
+
LiveSimulcast() - Constructor for class org.openapis.openapi.models.components.LiveSimulcast
+
 
+
LiveSimulcast(String, String, String, Boolean, Map<String, String>) - Constructor for class org.openapis.openapi.models.components.LiveSimulcast
+
 
+
LiveSimulcast.Builder - Class in org.openapis.openapi.models.components
+
 
+
liveStream() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
liveStream() - Method in class org.openapis.openapi.Fastpix
+
 
+
LiveStream - Class in org.openapis.openapi
+
 
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
+
Stream deleted successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
+
Stream's playbackId deleted successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
Stream deleted successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
Stream's playbackId deleted successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder
+
+
Stream deleted successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder
+
+
Stream's playbackId deleted successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder
+
+
Stream deleted successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
+
Stream's playbackId deleted successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
liveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
LiveStreamDeleteResponse - Class in org.openapis.openapi.models.components
+
 
+
LiveStreamDeleteResponse() - Constructor for class org.openapis.openapi.models.components.LiveStreamDeleteResponse
+
 
+
LiveStreamDeleteResponse(Boolean) - Constructor for class org.openapis.openapi.models.components.LiveStreamDeleteResponse
+
 
+
LiveStreamDeleteResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
livestreamgetResponse() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
+
Stream details retrieved successfully
+
+
livestreamgetResponse() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
Stream details retrieved successfully
+
+
livestreamgetResponse(LivestreamgetResponse) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder
+
+
Stream details retrieved successfully
+
+
livestreamgetResponse(LivestreamgetResponse) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder
+
+
Stream details retrieved successfully
+
+
LivestreamgetResponse - Class in org.openapis.openapi.models.components
+
+
LivestreamgetResponse
+
+
LivestreamgetResponse() - Constructor for class org.openapis.openapi.models.components.LivestreamgetResponse
+
 
+
LivestreamgetResponse(Boolean, GetCreateLiveStreamResponseDTO) - Constructor for class org.openapis.openapi.models.components.LivestreamgetResponse
+
 
+
LivestreamgetResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
livestreamId() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
The stream Id is unique identifier assigned to the live stream.
+
+
livestreamId(String) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
livestreamId(String) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest.Builder
+
+
The stream Id is unique identifier assigned to the live stream.
+
+
livestreamId(String) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
liveStreamLatency() - Method in class org.openapis.openapi.models.components.Views
+
+
Live Stream Latency measures the average time taken from the point of ingest to the point of display + for live stream video views.
+
+
liveStreamLatency(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Live Stream Latency measures the average time taken from the point of ingest to the point of display + for live stream video views.
+
+
LiveStreamPagination - Class in org.openapis.openapi.models.components
+
+
LiveStreamPagination
+
+
LiveStreamPagination() - Constructor for class org.openapis.openapi.models.components.LiveStreamPagination
+
 
+
LiveStreamPagination(Long, Long, Long) - Constructor for class org.openapis.openapi.models.components.LiveStreamPagination
+
 
+
LiveStreamPagination.Builder - Class in org.openapis.openapi.models.components
+
 
+
liveStreamResponseDTO() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
+
Stream created successfully
+
+
liveStreamResponseDTO() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
Stream created successfully
+
+
liveStreamResponseDTO(LiveStreamResponseDTO) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder
+
+
Stream created successfully
+
+
liveStreamResponseDTO(LiveStreamResponseDTO) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder
+
+
Stream created successfully
+
+
LiveStreamResponseDTO - Class in org.openapis.openapi.models.components
+
+
LiveStreamResponseDTO
+
+
LiveStreamResponseDTO() - Constructor for class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
 
+
LiveStreamResponseDTO(Boolean, CreateLiveStreamResponseDTO) - Constructor for class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
 
+
LiveStreamResponseDTO.Builder - Class in org.openapis.openapi.models.components
+
 
+
LOCAL_DATE_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
LONG_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
longitude() - Method in class org.openapis.openapi.models.components.Views
+
+
Longitude denotes the geographical coordinate representing the east-west position of the viewers + location, truncated to one decimal place.
+
+
longitude(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Longitude denotes the geographical coordinate representing the east-west position of the viewers + location, truncated to one decimal place.
+
+
lowLatency() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
lowLatency() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
lowLatency() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
lowLatency(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
lowLatency(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
lowLatency(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
+

M

+
+
manageLiveStream() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
manageLiveStream() - Method in class org.openapis.openapi.Fastpix
+
 
+
ManageLiveStream - Class in org.openapis.openapi
+
 
+
manageLiveStreams() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
manageLiveStreams() - Method in class org.openapis.openapi.Fastpix
+
 
+
ManageLiveStreams - Class in org.openapis.openapi
+
 
+
manageVideos() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
manageVideos() - Method in class org.openapis.openapi.Fastpix
+
 
+
ManageVideos - Class in org.openapis.openapi
+
 
+
MANUAL - Enum constant in enum class org.openapis.openapi.models.components.CreatePlaylistRequestManualType
+
 
+
MANUAL - Enum constant in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum
+
 
+
MANUAL - Enum constant in enum class org.openapis.openapi.models.components.PlaylistItemType.PlaylistItemTypeEnum
+
 
+
MANUAL - Static variable in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
MANUAL - Static variable in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
map() - Method in class org.openapis.openapi.utils.Headers
+
+
Returns a copy of the headers as a map.
+
+
map(Flow.Publisher<T>, Function<T, R>) - Static method in class org.openapis.openapi.utils.reactive.ReactiveUtils
+
+
Maps elements from a Flow.Publisher using a synchronous transformation function.
+
+
MAP - Enum constant in enum class org.openapis.openapi.utils.Types
+
 
+
mapAsync(Flow.Publisher<T>, Function<T, CompletableFuture<R>>) - Static method in class org.openapis.openapi.utils.reactive.ReactiveUtils
+
+
Maps elements from a Flow.Publisher using an asynchronous transformation function.
+
+
mapper() - Static method in class org.openapis.openapi.utils.Utils
+
 
+
matchesPattern(byte[], int, int, byte...) - Static method in class org.openapis.openapi.utils.StreamingParser
+
+
Check if a byte pattern matches at a specific position
+
+
matchPossible(JavaType, String) - Static method in class org.openapis.openapi.utils.OneOfDeserializer
+
 
+
MAX_DOWNSCALING - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
MAX_DOWNSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
MAX_DOWNSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
MAX_UPSCALING - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
MAX_UPSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
MAX_UPSCALING - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
maxDownscaling() - Method in class org.openapis.openapi.models.components.Views
+
+
Maximum Downscale Percentage represents the highest percentage of downscaling applied to the video + during the view.
+
+
maxDownscaling(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Maximum Downscale Percentage represents the highest percentage of downscaling applied to the video + during the view.
+
+
maxDuration() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
maxDuration() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
maxDuration() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
maxDuration(Long) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
maxDuration(Long) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
maxDuration(Long) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
maxElapsedTime(long, TimeUnit) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Sets the maximum elapsed time
+
+
maxElapsedTimeMs() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
maxInterval(long, TimeUnit) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Sets the maximum interval
+
+
maxIntervalMs() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
maxRequestLatency() - Method in class org.openapis.openapi.models.components.Views
+
+
Max Request Latency refers to the maximum rate of data transfer (throughput) during requests made by + the playback.
+
+
maxRequestLatency(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Max Request Latency refers to the maximum rate of data transfer (throughput) during requests made by + the playback.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
The maximum resolution tier defines the highest quality at which your media is available.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The maximum resolution tier defines the highest quality at which your media is available.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Defines the maximum resolution for encoding, storage, and playback of the live stream.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.Media
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The maximum resolution allowed for the upload.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Determines the highest quality resolution available.
+
+
maxResolution(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
maxResolution(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
maxResolution(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
The maximum resolution allowed for the upload.
+
+
maxResolution(String) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
maxResolution(CreateLiveStreamRequestMaxResolution) - Method in class org.openapis.openapi.models.components.InputMediaSettings.Builder
+
+
Defines the maximum resolution for encoding, storage, and playback of the live stream.
+
+
maxResolution(CreateMediaRequestMaxResolution) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
The maximum resolution tier defines the highest quality at which your media is available.
+
+
maxResolution(CreateMediaResponseMaxResolution) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
The maximum resolution tier defines the highest quality at which your media is available.
+
+
maxResolution(GetAllMediaResponseMaxResolution) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution(GetMediaResponseMaxResolution) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution(LiveMediaClipsMaxResolution) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution(MediaMaxResolution) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution(SourceAccessMediaMaxResolution) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution(UpdateMediaMaxResolution) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The maximum resolution specified by the user for the media.
+
+
maxResolution(MaxResolution) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Determines the highest quality resolution available.
+
+
MaxResolution - Enum Class in org.openapis.openapi.models.operations
+
+
MaxResolution
+
+
maxUpscaling() - Method in class org.openapis.openapi.models.components.Views
+
+
Maximum Upscale Percentage represents the highest percentage of upscaling applied to the video + during the view.
+
+
maxUpscaling(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Maximum Upscale Percentage represents the highest percentage of upscaling applied to the video + during the view.
+
+
measurement() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
value can be avg, sum, count or 95th
+
+
measurement() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
The measurement for the given metrics.
+
+
measurement() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
The measurement for the given metrics.
+
+
measurement() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
The measurement for the given metrics.
+
+
measurement(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
+
+
value can be avg, sum, count or 95th
+
+
measurement(String) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
measurement(String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
+
+
The measurement for the given metrics.
+
+
measurement(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
The measurement for the given metrics.
+
+
measurement(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest.Builder
+
+
The measurement for the given metrics.
+
+
measurement(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
Media - Class in org.openapis.openapi.models.components
+
 
+
Media() - Constructor for class org.openapis.openapi.models.components.Media
+
 
+
Media(JsonNullable<String>, String, String, JsonNullable<Map<String, String>>, MediaMediaQuality, String, JsonNullable<String>, MediaMaxResolution, MediaSourceResolution, MediaStatus, MediaMp4Support, JsonNullable<Boolean>, List<PlaybackId>, List<MediaTrack>, JsonNullable<List<TracksSubtitles>>, AiSummaryRecord, AiResponseRecord, AiResponseRecord, AiResponseRecord, JsonNullable<Boolean>, JsonNullable<Boolean>, String, JsonNullable<String>, OffsetDateTime, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.Media
+
 
+
MEDIA_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
MEDIA_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
Media.Builder - Class in org.openapis.openapi.models.components
+
 
+
MediaCancelResponse - Class in org.openapis.openapi.models.components
+
+
MediaCancelResponse
+
+
MediaCancelResponse() - Constructor for class org.openapis.openapi.models.components.MediaCancelResponse
+
 
+
MediaCancelResponse(String, Boolean, String, String, JsonNullable<Long>, String, String, String, Map<String, String>, JsonNullable<String>, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.MediaCancelResponse
+
 
+
MediaCancelResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
mediaClipResponse() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
+
Get media clips
+
+
mediaClipResponse() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
Get media clips
+
+
mediaClipResponse(MediaClipResponse) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder
+
+
Get media clips
+
+
mediaClipResponse(MediaClipResponse) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder
+
+
Get media clips
+
+
MediaClipResponse - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponse() - Constructor for class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
MediaClipResponse(Boolean, List<MediaClipResponseData>, MediaClipResponsePagination) - Constructor for class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
MediaClipResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponseData - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponseData() - Constructor for class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
MediaClipResponseData(String, String, MediaClipResponseStatus, String, OffsetDateTime, List<MediaClipResponsePlaybackId>) - Constructor for class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
MediaClipResponseData.Builder - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponsePagination - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponsePagination() - Constructor for class org.openapis.openapi.models.components.MediaClipResponsePagination
+
 
+
MediaClipResponsePagination(Long, Long, Long) - Constructor for class org.openapis.openapi.models.components.MediaClipResponsePagination
+
 
+
MediaClipResponsePagination.Builder - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponsePlaybackId - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponsePlaybackId() - Constructor for class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
 
+
MediaClipResponsePlaybackId(String, String) - Constructor for class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
 
+
MediaClipResponsePlaybackId.Builder - Class in org.openapis.openapi.models.components
+
 
+
MediaClipResponseStatus - Class in org.openapis.openapi.models.components
+
+
MediaClipResponseStatus
+
+
MediaClipResponseStatus.MediaClipResponseStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
mediaCount() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
No.
+
+
mediaCount() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
No.
+
+
mediaCount() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
No.
+
+
mediaCount(Long) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
No.
+
+
mediaCount(Long) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
No.
+
+
mediaCount(Long) - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
+
+
No.
+
+
mediaId() - Method in class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
mediaId() - Method in class org.openapis.openapi.models.components.ModerationResponse
+
 
+
mediaId() - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
mediaId() - Method in class org.openapis.openapi.models.components.SummaryResponse
+
 
+
mediaId() - Method in class org.openapis.openapi.models.components.Views
+
+
The media Id value if the video asset is internal to FastPix.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.GetMediaRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
mediaId() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
+
 
+
mediaId() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
+
Pass the list of the input objects used to create the media, along with applied settings.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
mediaId() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.components.ChaptersResponse.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.components.ModerationResponse.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.components.SummaryResponse.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
The media Id value if the video asset is internal to FastPix.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest.Builder
+
+
Pass the list of the input objects used to create the media, along with applied settings.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest.Builder
+
 
+
mediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
mediaIds() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
A list of media IDs created when recording is enabled.
+
+
mediaIds() - Method in class org.openapis.openapi.models.components.MediaIdsRequest
+
 
+
mediaIds(List<String>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
A list of media IDs created when recording is enabled.
+
+
mediaIds(List<String>) - Method in class org.openapis.openapi.models.components.MediaIdsRequest.Builder
+
 
+
MediaIdsRequest - Class in org.openapis.openapi.models.components
+
+
MediaIdsRequest
+
+
MediaIdsRequest(List<String>) - Constructor for class org.openapis.openapi.models.components.MediaIdsRequest
+
 
+
MediaIdsRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
mediaList() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
 
+
mediaList() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
 
+
mediaList(List<PlaylistByIdResponseMediaListItem>) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
 
+
mediaList(List<PlaylistByIdResponseMediaListItem>) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
 
+
MediaMaxResolution - Class in org.openapis.openapi.models.components
+
+
MediaMaxResolution
+
+
MediaMaxResolution.MediaMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
MediaMediaQuality - Class in org.openapis.openapi.models.components
+
+
MediaMediaQuality
+
+
MediaMediaQuality.MediaMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
MediaMp4Support - Class in org.openapis.openapi.models.components
+
+
MediaMp4Support
+
+
MediaMp4Support.MediaMp4SupportEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
mediaPolicy() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Determines whether the recorded stream should be publicly accessible or private in Live to VOD + (Video on Demand).
+
+
mediaPolicy() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Determines whether the recorded stream must be publicly accessible or private in Live to VOD (Video + on Demand).
+
+
mediaPolicy() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Basic access policy for media content
+
+
mediaPolicy() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Determines whether the recorded stream must be publicly accessible or private in Live to VOD (Video + on Demand).
+
+
mediaPolicy(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
Determines whether the recorded stream should be publicly accessible or private in Live to VOD + (Video on Demand).
+
+
mediaPolicy(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
Determines whether the recorded stream must be publicly accessible or private in Live to VOD (Video + on Demand).
+
+
mediaPolicy(String) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
Determines whether the recorded stream must be publicly accessible or private in Live to VOD (Video + on Demand).
+
+
mediaPolicy(BasicAccessPolicy) - Method in class org.openapis.openapi.models.components.InputMediaSettings.Builder
+
+
Basic access policy for media content
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.Media
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The quality tier applied to the media.
+
+
mediaQuality() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
The quality tier applied to the media.
+
+
mediaQuality(CreateMediaRequestMediaQuality) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(CreateMediaResponseMediaQuality) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(DirectUploadResponseMediaQuality) - Method in class org.openapis.openapi.models.components.DirectUploadResponse.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(GetAllMediaResponseMediaQuality) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(GetMediaResponseMediaQuality) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(MediaMediaQuality) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(SourceAccessMediaMediaQuality) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(UnusedDirectUploadResponseMediaQuality) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(UpdateMediaMediaQuality) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The quality tier applied to the media.
+
+
mediaQuality(MediaQuality) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
The quality tier applied to the media.
+
+
MediaQuality - Enum Class in org.openapis.openapi.models.operations
+
+
MediaQuality
+
+
MediaSourceResolution - Class in org.openapis.openapi.models.components
+
+
MediaSourceResolution
+
+
MediaSourceResolution.MediaSourceResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
MediaStatus - Class in org.openapis.openapi.models.components
+
+
MediaStatus
+
+
MediaStatus.MediaStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
MediaTrack - Class in org.openapis.openapi.models.components
+
 
+
MediaTrack._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
MediaType - Enum Class in org.openapis.openapi.models.components
+
+
MediaType
+
+
message() - Method in class org.openapis.openapi.models.components.Error
+
+
A short message describing what went wrong.
+
+
message() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
error message or description.
+
+
message() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
error message or description.
+
+
message() - Method in exception class org.openapis.openapi.models.errors.FastpixException
+
 
+
message(String) - Method in class org.openapis.openapi.models.components.Error.Builder
+
+
A short message describing what went wrong.
+
+
message(String) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
+
+
error message or description.
+
+
message(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
+
+
error message or description.
+
+
metadata() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Required when the playlist type is `smart`.
+
+
metadata() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Custom key–value pairs for tagging livestreams.
+
+
metadata() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.Media
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Required when the playlist type is `smart`.
+
+
metadata() - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
+
You can search for videos with specific key-value pairs using metadata, when you tag a video in + "key":"value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
+
You can search for videos with specific key-value pairs using metadata, when you tag a video in + "key":"value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.Subtitles
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
metadata() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
metadata() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
+
metadata that has to be paased for metric calculations.
+
+
metadata() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
"Tag a video in "key" : "value" pairs for searchable metadata.
+
+
metadata() - Method in class org.openapis.openapi.models.operations.Subtitles
+
+
"Tag a video in "key" : "value" pairs for searchable metadata.
+
+
metadata() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.DirectUploadResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.InputMediaSettings.Builder
+
+
Custom key–value pairs for tagging livestreams.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.LiveSimulcast.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastRequest.Builder
+
+
You can search for videos with specific key-value pairs using metadata, when you tag a video in + "key":"value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastResponseData.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest.Builder
+
+
You can search for videos with specific key-value pairs using metadata, when you tag a video in + "key":"value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.Subtitles.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
"Tag a video in "key" : "value" pairs for searchable metadata.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.operations.Subtitles.Builder
+
+
"Tag a video in "key" : "value" pairs for searchable metadata.
+
+
metadata(Map<String, String>) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody.Builder
+
 
+
metadata(Metadata) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
Required when the playlist type is `smart`.
+
+
metadata(MetricsmetadataDetails) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
metadata(MetricsOverallmetadataDetails) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody.Builder
+
+
metadata that has to be paased for metric calculations.
+
+
metadata(MetricsTimeseriesmetadataDetails) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody.Builder
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
metadata(PlaylistByIdResponseMetadata) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
Required when the playlist type is `smart`.
+
+
Metadata - Class in org.openapis.openapi.models.components
+
+
Metadata
+
+
Metadata() - Constructor for class org.openapis.openapi.models.components.Metadata
+
 
+
Metadata(DateRange, DateRange) - Constructor for class org.openapis.openapi.models.components.Metadata
+
 
+
Metadata.Builder - Class in org.openapis.openapi.models.components
+
 
+
metric() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
The metric field represents the name of the Key Performance Indicator (KPI) being tracked or + analyzed.
+
+
metric(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
+
+
The metric field represents the name of the Key Performance Indicator (KPI) being tracked or + analyzed.
+
+
metricId() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
Pass metric Id
+
+
metricId() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass metric Id
+
+
metricId() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
Pass metric Id
+
+
metricId(GetTimeseriesDataMetricId) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
+
+
Pass metric Id
+
+
metricId(ListBreakdownValuesMetricId) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
Pass metric Id
+
+
metricId(ListOverallValuesMetricId) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
metricId(ListOverallValuesMetricId) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest.Builder
+
+
Pass metric Id
+
+
metricId(ListOverallValuesMetricId) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
metrics() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Operations involving metrics
+
+
metrics() - Method in class org.openapis.openapi.Fastpix
+
+
Operations involving metrics
+
+
Metrics - Class in org.openapis.openapi
+
+
Operations involving metrics
+
+
MetricsBreakdownDetails - Class in org.openapis.openapi.models.components
+
 
+
MetricsBreakdownDetails() - Constructor for class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
 
+
MetricsBreakdownDetails(JsonNullable<Long>, JsonNullable<Double>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
 
+
MetricsBreakdownDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
MetricsComparisonDetails - Class in org.openapis.openapi.models.components
+
+
MetricsComparisonDetails
+
+
MetricsComparisonDetails() - Constructor for class org.openapis.openapi.models.components.MetricsComparisonDetails
+
 
+
MetricsComparisonDetails(Double, String, String, String, JsonNullable<String>, JsonNullable<List<MetricsComparisonDetails>>) - Constructor for class org.openapis.openapi.models.components.MetricsComparisonDetails
+
 
+
MetricsComparisonDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
MetricsmetadataDetails - Class in org.openapis.openapi.models.components
+
+
MetricsmetadataDetails
+
+
MetricsmetadataDetails() - Constructor for class org.openapis.openapi.models.components.MetricsmetadataDetails
+
 
+
MetricsmetadataDetails(String) - Constructor for class org.openapis.openapi.models.components.MetricsmetadataDetails
+
 
+
MetricsmetadataDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
MetricsOverallDataDetails - Class in org.openapis.openapi.models.components
+
+
MetricsOverallDataDetails
+
+
MetricsOverallDataDetails() - Constructor for class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
 
+
MetricsOverallDataDetails(JsonNullable<Double>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<Double>) - Constructor for class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
 
+
MetricsOverallDataDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
MetricsOverallmetadataDetails - Class in org.openapis.openapi.models.components
+
+
MetricsOverallmetadataDetails
+
+
MetricsOverallmetadataDetails() - Constructor for class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
+
 
+
MetricsOverallmetadataDetails(String) - Constructor for class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
+
 
+
MetricsOverallmetadataDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
MetricsTimeseriesDataDetails - Class in org.openapis.openapi.models.components
+
+
MetricsTimeseriesDataDetails
+
+
MetricsTimeseriesDataDetails() - Constructor for class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
 
+
MetricsTimeseriesDataDetails(OffsetDateTime, JsonNullable<Double>, JsonNullable<Long>) - Constructor for class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
 
+
MetricsTimeseriesDataDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
MetricsTimeseriesmetadataDetails - Class in org.openapis.openapi.models.components
+
+
MetricsTimeseriesmetadataDetails
+
+
MetricsTimeseriesmetadataDetails() - Constructor for class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
 
+
MetricsTimeseriesmetadataDetails(String, String) - Constructor for class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
 
+
MetricsTimeseriesmetadataDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
metricValue() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
+
The value of the specified metric at the given interval.
+
+
metricValue(Double) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails.Builder
+
+
The value of the specified metric at the given interval.
+
+
MIDDLE - Enum constant in enum class org.openapis.openapi.models.components.YAlign
+
 
+
MINUTE - Enum constant in enum class org.openapis.openapi.models.operations.GroupBy
+
 
+
moderation() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
moderation() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation() - Method in class org.openapis.openapi.models.components.Media
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
moderation() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
moderation(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation(AiResponseRecord) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation(AiResponseRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation(AiResponseRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
moderation(Moderation) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
 
+
moderation(DirectUploadVideoMediaModeration) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
 
+
moderation(UpdateMediaModerationModeration) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody.Builder
+
 
+
Moderation - Class in org.openapis.openapi.models.components
+
 
+
Moderation() - Constructor for class org.openapis.openapi.models.components.Moderation
+
 
+
Moderation(CreateMediaRequestType) - Constructor for class org.openapis.openapi.models.components.Moderation
+
 
+
Moderation.Builder - Class in org.openapis.openapi.models.components
+
 
+
ModerationResponse - Class in org.openapis.openapi.models.components
+
 
+
ModerationResponse() - Constructor for class org.openapis.openapi.models.components.ModerationResponse
+
 
+
ModerationResponse(String, Boolean) - Constructor for class org.openapis.openapi.models.components.ModerationResponse
+
 
+
ModerationResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
mp4Support() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
"capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio + file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline + viewing
+
+
mp4Support() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support() - Method in class org.openapis.openapi.models.components.Media
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline + viewing.
+
+
mp4Support() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support(CreateMediaRequestMp4Support) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
"capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio + file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline + viewing
+
+
mp4Support(GetAllMediaResponseMp4Support) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support(GetMediaResponseMp4Support) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support(MediaMp4Support) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Determines the type of MP4 support for the media.
+
+
mp4Support(DirectUploadVideoMediaMp4Support) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline + viewing.
+
+
mp4Support(UpdatedMp4SupportMp4Support) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody.Builder
+
+
Determines the type of MP4 support for the media.
+
+
MS_MY - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
Multipart - Class in org.openapis.openapi.utils
+
 
+
Multipart.Builder - Class in org.openapis.openapi.utils
+
 
+
+

N

+
+
name() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Name of the playlist.
+
+
name() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Name of the playlist.
+
+
name() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
value can be score that ranges from 0 to 100
+
+
name() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
The name of the playlist set by the user
+
+
name() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
The name of the playlist set by the user
+
+
name() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
The name of the playlist set by the user
+
+
name() - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
+
New name to the playlist.
+
+
name() - Method in class org.openapis.openapi.utils.QueryParameter
+
 
+
name(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder
+
+
Name of the playlist.
+
+
name(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
Name of the playlist.
+
+
name(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
+
+
value can be score that ranges from 0 to 100
+
+
name(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
The name of the playlist set by the user
+
+
name(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
The name of the playlist set by the user
+
+
name(String) - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
+
+
The name of the playlist set by the user
+
+
name(String) - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest.Builder
+
+
New name to the playlist.
+
+
namedEntities() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Enable or disable named entity extraction.
+
+
namedEntities() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities() - Method in class org.openapis.openapi.models.components.Media
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Enable or disable named entity extraction.
+
+
namedEntities() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
+
Enable or disable named entity extraction.
+
+
namedEntities(boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody.Builder
+
+
Enable or disable named entity extraction.
+
+
namedEntities(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
Enable or disable named entity extraction.
+
+
namedEntities(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Enable or disable named entity extraction.
+
+
namedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
namedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
NamedEntitiesResponse - Class in org.openapis.openapi.models.components
+
 
+
NamedEntitiesResponse() - Constructor for class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
NamedEntitiesResponse(String, Boolean) - Constructor for class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
NamedEntitiesResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
NB_NO - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
next() - Method in class org.openapis.openapi.utils.BlockingParser
+
+
Read the next parsed result from the Reader.
+
+
next() - Method in class org.openapis.openapi.utils.EventStream
+
+
Returns the next message.
+
+
next() - Method in class org.openapis.openapi.utils.StreamingParser
+
+
Check if there are additional complete items in the buffer.
+
+
NL - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
NL - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
NL_BE - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
NL_BE - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
NL_BE - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
NLNL - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
NLNL - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
NLNL - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
NONE - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
+
 
+
NONE - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
+
 
+
NONE - Enum constant in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
+
 
+
NONE - Enum constant in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
+
 
+
NONE - Enum constant in enum class org.openapis.openapi.utils.RetryConfig.Strategy
+
 
+
NONE - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
NONE - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
NONE - Static variable in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
NONO - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
NONO - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
NONO - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
NonRetryableException - Exception Class in org.openapis.openapi.utils
+
 
+
NonRetryableException(Throwable) - Constructor for exception class org.openapis.openapi.utils.NonRetryableException
+
 
+
noRetries() - Method in class org.openapis.openapi.utils.RetryConfig.Builder
+
+
Disables retries (sets strategy to "none").
+
+
noRetries() - Static method in class org.openapis.openapi.utils.RetryConfig
+
 
+
notes() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
Information about the specific error.
+
+
notes() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
Information about the specific error.
+
+
notes(String) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
+
+
Information about the specific error.
+
+
notes(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
+
+
Information about the specific error.
+
+
numberOfViews() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
+
The total number of views recorded during that interval.
+
+
numberOfViews(Long) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails.Builder
+
+
The total number of views recorded during that interval.
+
+
+

O

+
+
oauthScopes() - Method in class org.openapis.openapi.utils.Hook.AfterErrorContextImpl
+
 
+
oauthScopes() - Method in class org.openapis.openapi.utils.Hook.AfterSuccessContextImpl
+
 
+
oauthScopes() - Method in class org.openapis.openapi.utils.Hook.BeforeRequestContextImpl
+
 
+
oauthScopes() - Method in interface org.openapis.openapi.utils.Hook.HookContext
+
 
+
object() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
+
Upload cancelled successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
+
Playback ID for a media content.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
+
Deleted a Playback Id successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
+
Delete a video media
+
+
object() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
+
Delete a video media
+
+
object() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
+
Direct upload created successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
+
DRM configuration retrieved successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
+
DRM configuration(s) retrieved successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
+
Get a video media by id
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
+
Get media summary
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
+
Successfully retrieved playback ID details
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
+
Get a video view by id
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
+
Get the list of Views
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
+
Get the list of Views
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
+
Get filter / dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
+
List of video media
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
+
List of video media
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
+
Successfully retrieved playback IDs and their restrictions
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
+
List of video media
+
+
object() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
+
Get the list of Views
+
+
object() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
+
Get video media input information
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
+
Successfully updated domain restrictions
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
+
Media details updated successfully with the chapters feature enabled or disabled
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
+
Media details updated successfully with the generated summary
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
+
Successfully updated user-agent restrictions
+
+
object() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
Upload cancelled successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
Playback ID for a media content.
+
+
object() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
Deleted a Playback Id successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
Delete a video media
+
+
object() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
Delete a video media
+
+
object() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
Direct upload created successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
+
DRM configuration retrieved successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
+
DRM configuration(s) retrieved successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
+
Get a video media by id
+
+
object() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
+
Get media summary
+
+
object() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
+
Successfully retrieved playback ID details
+
+
object() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
+
Get a video view by id
+
+
object() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
+
Get the list of Views
+
+
object() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
+
Get the list of Views
+
+
object() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
+
Get filter / dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
+
List of video media
+
+
object() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
+
List of video media
+
+
object() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
+
Get filter/ dimension value details by dimension name.
+
+
object() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
+
Successfully retrieved playback IDs and their restrictions
+
+
object() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
+
List of video media
+
+
object() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
+
Get the list of Views
+
+
object() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
+
Get video media input information
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
+
Successfully updated domain restrictions
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
+
Media details updated successfully with the chapters feature enabled or disabled
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
+
Media details updated successfully with the generated summary
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
+
Media details updated successfully
+
+
object() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
+
Successfully updated user-agent restrictions
+
+
object(AddMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder
+
+
Media details updated successfully
+
+
object(AddMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder
+
+
Media details updated successfully
+
+
object(CancelUploadResponseBody) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder
+
+
Upload cancelled successfully
+
+
object(CancelUploadResponseBody) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse.Builder
+
+
Upload cancelled successfully
+
+
object(CreateMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder
+
+
Playback ID for a media content.
+
+
object(CreateMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder
+
+
Playback ID for a media content.
+
+
object(DeleteMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder
+
+
Deleted a Playback Id successfully
+
+
object(DeleteMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
+
Deleted a Playback Id successfully
+
+
object(DeleteMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder
+
+
Delete a video media
+
+
object(DeleteMediaResponseBody) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse.Builder
+
+
Delete a video media
+
+
object(DeleteMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder
+
+
Delete a video media
+
+
object(DeleteMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder
+
+
Delete a video media
+
+
object(DirectUploadVideoMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder
+
+
Direct upload created successfully
+
+
object(DirectUploadVideoMediaResponseBody) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder
+
+
Direct upload created successfully
+
+
object(GenerateSubtitleTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder
+
+
Media details updated successfully
+
+
object(GenerateSubtitleTrackResponseBody) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder
+
+
Media details updated successfully
+
+
object(GetDrmConfigurationByIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder
+
+
DRM configuration retrieved successfully
+
+
object(GetDrmConfigurationByIdResponseBody) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder
+
+
DRM configuration retrieved successfully
+
+
object(GetDrmConfigurationResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder
+
+
DRM configuration(s) retrieved successfully
+
+
object(GetDrmConfigurationResponseBody) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder
+
+
DRM configuration(s) retrieved successfully
+
+
object(GetMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse.Builder
+
+
Get a video media by id
+
+
object(GetMediaResponseBody) - Method in class org.openapis.openapi.models.operations.GetMediaResponse.Builder
+
+
Get a video media by id
+
+
object(GetMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder
+
+
Get media summary
+
+
object(GetMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder
+
+
Get media summary
+
+
object(GetPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder
+
+
Successfully retrieved playback ID details
+
+
object(GetPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder
+
+
Successfully retrieved playback ID details
+
+
object(GetTimeseriesDataResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(GetTimeseriesDataResponseBody) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(GetVideoViewDetailsResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder
+
+
Get a video view by id
+
+
object(GetVideoViewDetailsResponseBody) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder
+
+
Get a video view by id
+
+
object(ListBreakdownValuesResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListBreakdownValuesResponseBody) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListByTopContentResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder
+
+
Get the list of Views
+
+
object(ListByTopContentResponseBody) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse.Builder
+
+
Get the list of Views
+
+
object(ListComparisonValuesResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListComparisonValuesResponseBody) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListDimensionsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder
+
+
Get the list of Views
+
+
object(ListDimensionsResponseBody) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse.Builder
+
+
Get the list of Views
+
+
object(ListErrorsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListErrorsResponseBody) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListFilterValuesForDimensionResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder
+
+
Get filter / dimension value details by dimension name.
+
+
object(ListFilterValuesForDimensionResponseBody) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder
+
+
Get filter / dimension value details by dimension name.
+
+
object(ListLiveClipsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder
+
+
List of video media
+
+
object(ListLiveClipsResponseBody) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder
+
+
List of video media
+
+
object(ListMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse.Builder
+
+
List of video media
+
+
object(ListMediaResponseBody) - Method in class org.openapis.openapi.models.operations.ListMediaResponse.Builder
+
+
List of video media
+
+
object(ListOverallValuesResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListOverallValuesResponseBody) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder
+
+
Get filter/ dimension value details by dimension name.
+
+
object(ListPlaybackIdsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder
+
+
Successfully retrieved playback IDs and their restrictions
+
+
object(ListPlaybackIdsResponseBody) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder
+
+
Successfully retrieved playback IDs and their restrictions
+
+
object(ListUploadsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder
+
+
List of video media
+
+
object(ListUploadsResponseBody) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse.Builder
+
+
List of video media
+
+
object(ListVideoViewsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder
+
+
Get the list of Views
+
+
object(ListVideoViewsResponseBody) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder
+
+
Get the list of Views
+
+
object(RetrieveMediaInputInfoResponseBody) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder
+
+
Get video media input information
+
+
object(RetrieveMediaInputInfoResponseBody) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder
+
+
Get video media input information
+
+
object(UpdatedMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdatedMediaResponseBody) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdatedMp4SupportResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdatedMp4SupportResponseBody) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdateDomainRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder
+
+
Successfully updated domain restrictions
+
+
object(UpdateDomainRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder
+
+
Successfully updated domain restrictions
+
+
object(UpdatedSourceAccessResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdatedSourceAccessResponseBody) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdateMediaChaptersResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder
+
+
Media details updated successfully with the chapters feature enabled or disabled
+
+
object(UpdateMediaChaptersResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder
+
+
Media details updated successfully with the chapters feature enabled or disabled
+
+
object(UpdateMediaModerationResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object(UpdateMediaModerationResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object(UpdateMediaNamedEntitiesResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object(UpdateMediaNamedEntitiesResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder
+
+
Media details updated successfully with the named entity extraction feature enabled or disabled
+
+
object(UpdateMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder
+
+
Media details updated successfully with the generated summary
+
+
object(UpdateMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder
+
+
Media details updated successfully with the generated summary
+
+
object(UpdateMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdateMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder
+
+
Media details updated successfully
+
+
object(UpdateUserAgentRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder
+
+
Successfully updated user-agent restrictions
+
+
object(UpdateUserAgentRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder
+
+
Successfully updated user-agent restrictions
+
+
OBJECT - Enum constant in enum class org.openapis.openapi.utils.Types
+
 
+
of(double) - Static method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
 
+
of(double) - Static method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
 
+
of(double) - Static method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.EventTime
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.PlayerHeight
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.PlayerViewCount
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.PropertyId
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
 
+
of(long) - Static method in class org.openapis.openapi.models.components.ViewerTime
+
 
+
of(TypeReference<?>, Utils.JsonShape) - Static method in class org.openapis.openapi.utils.Utils.TypeReferenceWithShape
+
 
+
of(String) - Static method in class org.openapis.openapi.models.components.AccessPolicy
+
+
Returns a AccessPolicy with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.AddTrackResponseType
+
+
Returns a AddTrackResponseType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.AudioTrackType
+
+
Returns a AudioTrackType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
+
Returns a CreateMediaResponseMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
+
Returns a CreateMediaResponseMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
+
Returns a CreateMediaResponseStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
+
Returns a DirectUploadResponseMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.DirectUploadStatus
+
+
Returns a DirectUploadStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.EventTime
+
 
+
of(String) - Static method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
+
Returns a GenerateTrackResponseLanguageCode with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
+
Returns a GenerateTrackResponseType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
+
Returns a GetAllMediaResponseMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
+
Returns a GetAllMediaResponseMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
+
Returns a GetAllMediaResponseMp4Support with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
+
Returns a GetAllMediaResponseSourceResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
+
Returns a GetAllMediaResponseStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
+
Returns a GetMediaResponseMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
+
Returns a GetMediaResponseMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
+
Returns a GetMediaResponseMp4Support with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
+
Returns a GetMediaResponseSourceResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
+
Returns a GetMediaResponseStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
+
Returns a LiveMediaClipsMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
+
Returns a LiveMediaClipsSourceResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
+
Returns a LiveMediaClipsStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
+
Returns a MediaClipResponseStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.MediaMaxResolution
+
+
Returns a MediaMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.MediaMediaQuality
+
+
Returns a MediaMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.MediaMp4Support
+
+
Returns a MediaMp4Support with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.MediaSourceResolution
+
+
Returns a MediaSourceResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.MediaStatus
+
+
Returns a MediaStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.PlayerHeight
+
 
+
of(String) - Static method in class org.openapis.openapi.models.components.PlayerViewCount
+
 
+
of(String) - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
+
Returns a PlaylistByIdResponseDataManualType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
+
Returns a PlaylistByIdResponseDataSmartType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.PlaylistItemType
+
+
Returns a PlaylistItemType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.PlaylistOrder
+
+
Returns a PlaylistOrder with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.PolicyAction
+
+
Returns a PolicyAction with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.PropertyId
+
 
+
of(String) - Static method in class org.openapis.openapi.models.components.Resolution
+
+
Returns a Resolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
+
Returns a SourceAccessMediaMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
+
Returns a SourceAccessMediaMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
+
Returns a SourceAccessMediaSourceResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
+
Returns a SourceAccessMediaStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.SubtitleTrackType
+
+
Returns a SubtitleTrackType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
+
Returns a UnusedDirectUploadResponseMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
+
Returns a UnusedDirectUploadStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
+
Returns a UpdateMediaMaxResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
+
Returns a UpdateMediaMediaQuality with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
+
Returns a UpdateMediaSourceResolution with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
+
Returns a UpdateMediaStatus with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
+
Returns a UpdateTrackResponseType with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.components.ViewerTime
+
 
+
of(String) - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
+
Returns a GetPlaybackIdAccessPolicy with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
+
Returns a GetPlaybackIdDomainsDefaultPolicy with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
+
Returns a GetPlaybackIdUserAgentsDefaultPolicy with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
+
Returns a ListPlaybackIdsAccessPolicy with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
+
Returns a ListPlaybackIdsDomainsDefaultPolicy with the given value.
+
+
of(String) - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
+
Returns a ListPlaybackIdsUserAgentsDefaultPolicy with the given value.
+
+
of(String, String, boolean) - Static method in class org.openapis.openapi.utils.QueryParameter
+
 
+
of(AudioInput) - Static method in class org.openapis.openapi.models.components.Input
+
 
+
of(AudioInput) - Static method in class org.openapis.openapi.models.operations.Input
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.components.MediaTrack
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
 
+
of(AudioTrack) - Static method in class org.openapis.openapi.models.operations.Track
+
 
+
of(PullVideoInput) - Static method in class org.openapis.openapi.models.components.Input
+
 
+
of(PullVideoInputSegment1) - Static method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
 
+
of(PullVideoInputSegment2) - Static method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
 
+
of(SubtitleInput) - Static method in class org.openapis.openapi.models.components.Input
+
 
+
of(SubtitleInput) - Static method in class org.openapis.openapi.models.operations.Input
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.components.MediaTrack
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
 
+
of(SubtitleTrack) - Static method in class org.openapis.openapi.models.operations.Track
+
 
+
of(VideoInput) - Static method in class org.openapis.openapi.models.operations.Input
+
 
+
of(VideoInputSegment1) - Static method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
 
+
of(VideoInputSegment2) - Static method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
 
+
of(VideoTrack) - Static method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
 
+
of(VideoTrack) - Static method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
 
+
of(VideoTrack) - Static method in class org.openapis.openapi.models.components.MediaTrack
+
 
+
of(VideoTrack) - Static method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
 
+
of(VideoTrack) - Static method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
 
+
of(VideoTrack) - Static method in class org.openapis.openapi.models.operations.Track
+
 
+
of(VideoTrackForGetAll) - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
 
+
of(WatermarkInput) - Static method in class org.openapis.openapi.models.components.Input
+
 
+
of(WatermarkInput) - Static method in class org.openapis.openapi.models.operations.Input
+
 
+
of(HasSecurity) - Static method in interface org.openapis.openapi.SecuritySource
+
 
+
of(T, Utils.JsonShape, TypeReference<T>) - Static method in class org.openapis.openapi.utils.TypedObject
+
 
+
offset() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
+
The page number to retrieve, starting from 1.
+
+
offset() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass the offset value to indicate the page number.
+
+
offset() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset() - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset() - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
+
It is used for pagination, indicating the starting point for fetching data.
+
+
offset() - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the offset value to indicate the page number.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest.Builder
+
+
The page number to retrieve, starting from 1.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest.Builder
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest.Builder
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest.Builder
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
Pass the offset value to indicate the page number.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest.Builder
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListMediaRequest.Builder
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListMediaRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest.Builder
+
+
It is used for pagination, indicating the starting point for fetching data.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest.Builder
+
+
Offset determines the starting point for data retrieval within a paginated list.
+
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
+
 
+
offset(Long) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
Pass the offset value to indicate the page number.
+
+
OFFSET_DATE_TIME_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
offsetCount() - Method in class org.openapis.openapi.models.components.DataPagination
+
+
The total number of offsets based on limit.
+
+
offsetCount() - Method in class org.openapis.openapi.models.components.LiveStreamPagination
+
+
The offset count is expressed as total records by limit.
+
+
offsetCount() - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
+
+
The number of items returned in the current response.
+
+
offsetCount() - Method in class org.openapis.openapi.models.components.Pagination
+
+
The offset count is expressed as total records by limit
+
+
offsetCount() - Method in class org.openapis.openapi.models.components.SigningKeysPagination
+
+
The offset count is expressed as total records by limit
+
+
offsetCount(Long) - Method in class org.openapis.openapi.models.components.DataPagination.Builder
+
+
The total number of offsets based on limit.
+
+
offsetCount(Long) - Method in class org.openapis.openapi.models.components.LiveStreamPagination.Builder
+
+
The offset count is expressed as total records by limit.
+
+
offsetCount(Long) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination.Builder
+
+
The number of items returned in the current response.
+
+
offsetCount(Long) - Method in class org.openapis.openapi.models.components.Pagination.Builder
+
+
The offset count is expressed as total records by limit
+
+
offsetCount(Long) - Method in class org.openapis.openapi.models.components.SigningKeysPagination.Builder
+
+
The offset count is expressed as total records by limit
+
+
ONE_THOUSAND_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTY - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Enum constant in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.Resolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
ONE_THOUSAND_AND_EIGHTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTY - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Enum constant in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.Resolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
OneOfDeserializer<T> - Class in org.openapis.openapi.utils
+
 
+
OneOfDeserializer(Class<T>, boolean, Utils.TypeReferenceWithShape...) - Constructor for class org.openapis.openapi.utils.OneOfDeserializer
+
+
Constructor.
+
+
opacity() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
+
Opacity of the watermark in percentage.
+
+
opacity(String) - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
+
+
Opacity of the watermark in percentage.
+
+
OPENAPI_DOC_VERSION - Static variable in class org.openapis.openapi.SDKConfiguration
+
 
+
operatingSystem() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
Operating System signifies the software platform utilized by the viewer
+
+
operatingSystem(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
Operating System signifies the software platform utilized by the viewer
+
+
operationId() - Method in class org.openapis.openapi.utils.Hook.AfterErrorContextImpl
+
 
+
operationId() - Method in class org.openapis.openapi.utils.Hook.AfterSuccessContextImpl
+
 
+
operationId() - Method in class org.openapis.openapi.utils.Hook.BeforeRequestContextImpl
+
 
+
operationId() - Method in interface org.openapis.openapi.utils.Hook.HookContext
+
 
+
Operations - Class in org.openapis.openapi.operations
+
 
+
Operations() - Constructor for class org.openapis.openapi.operations.Operations
+
 
+
Operations.AsyncOperation<ResT> - Interface in org.openapis.openapi.operations
+
+
Base interface for all async operations
+
+
Operations.AsyncRequestlessOperation<ResT> - Interface in org.openapis.openapi.operations
+
+
Interface for async operations that don't require a request parameter
+
+
Operations.AsyncRequestOperation<ReqT,ResT> - Interface in org.openapis.openapi.operations
+
+
Interface for async operations that require a request parameter
+
+
Operations.Operation<ResT> - Interface in org.openapis.openapi.operations
+
+
Base interface for all operations
+
+
Operations.RequestlessOperation<ResT> - Interface in org.openapis.openapi.operations
+
+
Interface for operations that don't require a request parameter
+
+
Operations.RequestOperation<ReqT,ResT> - Interface in org.openapis.openapi.operations
+
+
Interface for operations that require a request parameter
+
+
optimizeAudio() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
normalize volume of the audio track.
+
+
optimizeAudio() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
normalize volume of the audio track.
+
+
optimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.DirectUploadResponse.Builder
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder
+
+
Enhance the quality and volume of the audio track.
+
+
optimizeAudio(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Enhance the quality and volume of the audio track.
+
+
Options - Class in org.openapis.openapi.utils
+
 
+
Options.Builder - Class in org.openapis.openapi.utils
+
 
+
Options.Option - Enum Class in org.openapis.openapi.utils
+
 
+
orderBy() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
+
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
+
orderBy() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
+
The values in the list can be arranged in two ways DESC (Descending) or ASC (Ascending).
+
+
orderBy() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass this value to order the metrics list by.
+
+
orderBy() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
orderBy() - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
orderBy() - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
orderBy() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass this value to sort the view list by.
+
+
orderBy(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
Pass this value to order the metrics list by.
+
+
orderBy(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
Pass this value to sort the view list by.
+
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest.Builder
+
+
The values in the list can be arranged in two ways DESC (Descending) or ASC (Ascending).
+
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest.Builder
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListMediaRequest.Builder
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListMediaRequestBuilder
+
 
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest.Builder
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
orderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
+
 
+
orderBy(OrderBy) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
+
 
+
orderBy(OrderBy) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest.Builder
+
+
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
+
orderBy(OrderBy) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
+
 
+
OrderBy - Enum Class in org.openapis.openapi.models.operations
+
+
OrderBy
+
+
org.openapis.openapi - package org.openapis.openapi
+
 
+
org.openapis.openapi.hooks - package org.openapis.openapi.hooks
+
 
+
org.openapis.openapi.models.components - package org.openapis.openapi.models.components
+
 
+
org.openapis.openapi.models.errors - package org.openapis.openapi.models.errors
+
 
+
org.openapis.openapi.models.operations - package org.openapis.openapi.models.operations
+
 
+
org.openapis.openapi.models.operations.async - package org.openapis.openapi.models.operations.async
+
 
+
org.openapis.openapi.operations - package org.openapis.openapi.operations
+
 
+
org.openapis.openapi.utils - package org.openapis.openapi.utils
+
 
+
org.openapis.openapi.utils.reactive - package org.openapis.openapi.utils.reactive
+
 
+
OS_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
OS_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
OS_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
OS_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
osName() - Method in class org.openapis.openapi.models.components.Views
+
+
Operating System signifies the name of software platform utilized by the viewer.
+
+
osName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Operating System signifies the name of software platform utilized by the viewer.
+
+
osVersion() - Method in class org.openapis.openapi.models.components.Views
+
+
Operating System Version specifies the specific version of the operating system being used by the + viewer
+
+
osVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Operating System Version specifies the specific version of the operating system being used by the + viewer
+
+
outroUrl() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
The URL of the **outro video** to be added at the end of the media file.
+
+
outroUrl() - Method in class org.openapis.openapi.models.components.VideoInput
+
+
The url of the outro video which is to be added at the end of the video.
+
+
outroUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
The URL of the **outro video** to be added at the end of the media file.
+
+
outroUrl(String) - Method in class org.openapis.openapi.models.components.VideoInput.Builder
+
+
The url of the outro video which is to be added at the end of the video.
+
+
+

P

+
+
PAGE_CONTEXT - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PAGE_CONTEXT - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PAGE_LOAD_TIME - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
PAGE_LOAD_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
PAGE_LOAD_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
pageContext() - Method in class org.openapis.openapi.models.components.Views
+
+
Page Context provides contextual information about the type of page being accessed.
+
+
pageContext(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Page Context provides contextual information about the type of page being accessed.
+
+
pageLoadTime() - Method in class org.openapis.openapi.models.components.Views
+
+
Page Load Time measures the time from when the user initiates loading the page to when all resources + are loaded on the page.
+
+
pageLoadTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Page Load Time measures the time from when the user initiates loading the page to when all resources + are loaded on the page.
+
+
pagination() - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.components.GetStreamsResponse
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
pagination() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(DataPagination) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(DataPagination) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(LiveStreamPagination) - Method in class org.openapis.openapi.models.components.GetStreamsResponse.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(MediaClipResponsePagination) - Method in class org.openapis.openapi.models.components.MediaClipResponse.Builder
+
 
+
pagination(Pagination) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(Pagination) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(Pagination) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(Pagination) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(Pagination) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
pagination(SigningKeysPagination) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse.Builder
+
+
Pagination organizes content into pages for better readability and navigation.
+
+
Pagination - Class in org.openapis.openapi.models.components
+
+
Pagination
+
+
Pagination() - Constructor for class org.openapis.openapi.models.components.Pagination
+
 
+
Pagination(Long, Long, Long) - Constructor for class org.openapis.openapi.models.components.Pagination
+
 
+
Pagination.Builder - Class in org.openapis.openapi.models.components
+
 
+
parseQueryParams(Class<T>, T, Globals) - Static method in class org.openapis.openapi.utils.QueryParameters
+
 
+
password() - Method in class org.openapis.openapi.models.components.Security
+
 
+
password(String) - Method in class org.openapis.openapi.models.components.Security.Builder
+
 
+
PatchLiveStreamRequest - Class in org.openapis.openapi.models.components
+
 
+
PatchLiveStreamRequest() - Constructor for class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
 
+
PatchLiveStreamRequest(Map<String, String>, Long) - Constructor for class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
 
+
PatchLiveStreamRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
PatchResponseData - Class in org.openapis.openapi.models.components
+
+
PatchResponseData
+
+
PatchResponseData() - Constructor for class org.openapis.openapi.models.components.PatchResponseData
+
 
+
PatchResponseData(String, String, String, Boolean, String, String, Long, OffsetDateTime, Long, Boolean, Boolean, String, Map<String, String>, Boolean, Boolean, List<PlaybackIdResponse>, SrtPlaybackResponse) - Constructor for class org.openapis.openapi.models.components.PatchResponseData
+
 
+
PatchResponseData.Builder - Class in org.openapis.openapi.models.components
+
 
+
patchResponseDTO() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
+
Stream details updated successfully
+
+
patchResponseDTO() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
+
Stream details updated successfully
+
+
patchResponseDTO(PatchResponseDTO) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
patchResponseDTO(PatchResponseDTO) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder
+
+
Stream details updated successfully
+
+
PatchResponseDTO - Class in org.openapis.openapi.models.components
+
+
PatchResponseDTO
+
+
PatchResponseDTO() - Constructor for class org.openapis.openapi.models.components.PatchResponseDTO
+
 
+
PatchResponseDTO(Boolean, PatchResponseData) - Constructor for class org.openapis.openapi.models.components.PatchResponseDTO
+
 
+
PatchResponseDTO.Builder - Class in org.openapis.openapi.models.components
+
 
+
pathParamsAsStream() - Method in class org.openapis.openapi.utils.Globals
+
 
+
percentage() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
views affected by the specific errors.
+
+
percentage() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
views affected by the specific errors.
+
+
percentage(ErrorDetailsPercentage) - Method in class org.openapis.openapi.models.components.ErrorDetails.Builder
+
+
views affected by the specific errors.
+
+
percentage(TopErrorDetailsPercentage) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
+
+
views affected by the specific errors.
+
+
PL - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
PL - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
placement() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
 
+
placement(Placement) - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
+
 
+
Placement - Class in org.openapis.openapi.models.components
+
 
+
Placement() - Constructor for class org.openapis.openapi.models.components.Placement
+
 
+
Placement(XAlign, String, YAlign, String) - Constructor for class org.openapis.openapi.models.components.Placement
+
 
+
Placement.Builder - Class in org.openapis.openapi.models.components
+
 
+
playback() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Operations for video playback management
+
+
playback() - Method in class org.openapis.openapi.Fastpix
+
+
Operations for video playback management
+
+
Playback - Class in org.openapis.openapi
+
+
Operations for video playback management
+
+
PLAYBACK_FAILED - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYBACK_FAILED - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYBACK_FAILURE_PERCENTAGE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
PLAYBACK_FAILURE_PERCENTAGE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
PLAYBACK_FAILURE_PERCENTAGE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
PLAYBACK_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
PLAYBACK_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
PLAYBACK_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
playbackId() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
+
Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
+
+
playbackId() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
+
+
Unique identifier for the playbackId
+
+
playbackId() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
+
+
After creating a new playbackId, FastPix assigns a unique identifier to the playback.
+
+
playbackId() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
playbackId() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
playbackId() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest.Builder
+
+
Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
+
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest.Builder
+
+
Unique identifier for the playbackId
+
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest.Builder
+
+
After creating a new playbackId, FastPix assigns a unique identifier to the playback.
+
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest.Builder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest.Builder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest.Builder
+
 
+
playbackId(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
PlaybackId - Class in org.openapis.openapi.models.components
+
+
PlaybackId
+
+
PlaybackId() - Constructor for class org.openapis.openapi.models.components.PlaybackId
+
 
+
PlaybackId(JsonNullable<String>, AccessPolicy, PlaybackIdAccessRestrictions) - Constructor for class org.openapis.openapi.models.components.PlaybackId
+
 
+
PlaybackId.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdAccessRestrictions - Class in org.openapis.openapi.models.components
+
+
PlaybackIdAccessRestrictions
+
+
PlaybackIdAccessRestrictions() - Constructor for class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
 
+
PlaybackIdAccessRestrictions(PlaybackIdDomains, PlaybackIdUserAgents) - Constructor for class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
 
+
PlaybackIdAccessRestrictions.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdDomains - Class in org.openapis.openapi.models.components
+
+
PlaybackIdDomains
+
+
PlaybackIdDomains() - Constructor for class org.openapis.openapi.models.components.PlaybackIdDomains
+
 
+
PlaybackIdDomains(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.PlaybackIdDomains
+
 
+
PlaybackIdDomains.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdRequest - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdRequest() - Constructor for class org.openapis.openapi.models.components.PlaybackIdRequest
+
 
+
PlaybackIdRequest(BasicAccessPolicy) - Constructor for class org.openapis.openapi.models.components.PlaybackIdRequest
+
 
+
PlaybackIdRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdResponse - Class in org.openapis.openapi.models.components
+
+
PlaybackIdResponse
+
+
PlaybackIdResponse() - Constructor for class org.openapis.openapi.models.components.PlaybackIdResponse
+
 
+
PlaybackIdResponse(String, String) - Constructor for class org.openapis.openapi.models.components.PlaybackIdResponse
+
 
+
PlaybackIdResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
playbackIds() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
playbackIds() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.Media
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
playbackIds() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
 
+
playbackIds() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
playbackIds() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<MediaClipResponsePlaybackId>) - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
+
 
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.DirectUploadResponse.Builder
+
 
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
+
playbackIds(List<PlaybackIdResponse>) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
+
playbackIds(List<PlaybackIdResponse>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
+
playbackIds(List<PlaybackIdResponse>) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
 
+
playbackIds(List<UnusedUploadsPlaybackId>) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder
+
 
+
playbackIdSuccessResponse() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
+
New PlaybackId created successfully
+
+
playbackIdSuccessResponse() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
+
Stream details retrieved successfully
+
+
playbackIdSuccessResponse() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
+
New PlaybackId created successfully
+
+
playbackIdSuccessResponse() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
+
Stream details retrieved successfully
+
+
playbackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder
+
+
New PlaybackId created successfully
+
+
playbackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder
+
+
Stream details retrieved successfully
+
+
playbackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
+
New PlaybackId created successfully
+
+
playbackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
+
Stream details retrieved successfully
+
+
PlaybackIdSuccessResponse - Class in org.openapis.openapi.models.components
+
+
PlaybackIdSuccessResponse
+
+
PlaybackIdSuccessResponse() - Constructor for class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
 
+
PlaybackIdSuccessResponse(Boolean, PlaybackIdSuccessResponseData) - Constructor for class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
 
+
PlaybackIdSuccessResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdSuccessResponseData - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdSuccessResponseData() - Constructor for class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
 
+
PlaybackIdSuccessResponseData(String, String) - Constructor for class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
 
+
PlaybackIdSuccessResponseData.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaybackIdUserAgents - Class in org.openapis.openapi.models.components
+
+
PlaybackIdUserAgents
+
+
PlaybackIdUserAgents() - Constructor for class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
 
+
PlaybackIdUserAgents(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
 
+
PlaybackIdUserAgents.Builder - Class in org.openapis.openapi.models.components
+
 
+
playbackScore() - Method in class org.openapis.openapi.models.components.Views
+
+
Playback Success Score represents a numerical value indicating the success or quality of the video + playback experience.
+
+
playbackScore(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Playback Success Score represents a numerical value indicating the success or quality of the video + playback experience.
+
+
playbackSettings() - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
+
Displays the result of the playback settings.
+
+
playbackSettings(PlaybackSettings) - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest.Builder
+
+
Displays the result of the playback settings.
+
+
PlaybackSettings - Class in org.openapis.openapi.models.components
+
+
PlaybackSettings
+
+
PlaybackSettings() - Constructor for class org.openapis.openapi.models.components.PlaybackSettings
+
 
+
PlaybackSettings(BasicAccessPolicy) - Constructor for class org.openapis.openapi.models.components.PlaybackSettings
+
 
+
PlaybackSettings.Builder - Class in org.openapis.openapi.models.components
+
 
+
PLAYER_AUTOPLAY_ON - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_AUTOPLAY_ON - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_PRELOAD_ON - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_PRELOAD_ON - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_REMOTE_PLAYED - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_REMOTE_PLAYED - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_RESOLUTION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_RESOLUTION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_SOFTWARE_NAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_SOFTWARE_NAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_SOFTWARE_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_SOFTWARE_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
PLAYER_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
PLAYER_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
PLAYER_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
PLAYER_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
PLAYER_VERSION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
playerAutoplayOn() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Autoplay On indicates whether the video player automatically initiated playback of the video + content.
+
+
playerAutoplayOn(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Autoplay On indicates whether the video player automatically initiated playback of the video + content.
+
+
playerHeight() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Height refers to the vertical dimension, measured in pixels, of the video player as it + appears on the webpage.
+
+
playerHeight(PlayerHeight) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Height refers to the vertical dimension, measured in pixels, of the video player as it + appears on the webpage.
+
+
PlayerHeight - Class in org.openapis.openapi.models.components
+
+
PlayerHeight
+
+
PlayerHeight._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
playerInitializationTime() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Initialization Time measures the duration, in milliseconds, from the initialization of the + player within the webpage to its readiness to receive further instructions.
+
+
playerInitializationTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Initialization Time measures the duration, in milliseconds, from the initialization of the + player within the webpage to its readiness to receive further instructions.
+
+
playerInstanceId() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Instance ID is a unique identifier that distinguishes each instance of the Player class + created when initializing a video.
+
+
playerInstanceId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Instance ID is a unique identifier that distinguishes each instance of the Player class + created when initializing a video.
+
+
playerLanguage() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Language indicates the language used for text elements within the video player interface.
+
+
playerLanguage(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Language indicates the language used for text elements within the video player interface.
+
+
playerName() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Name serves to differentiate various configurations or types of players used across the + website or application.
+
+
playerName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Name serves to differentiate various configurations or types of players used across the + website or application.
+
+
playerPlayheadTime() - Method in class org.openapis.openapi.models.components.Event
+
+
The player_playhead_time represents the current position of the playhead (the point in the video + that is being watched) on the video seekbar, measured in milliseconds.
+
+
playerPlayheadTime(Long) - Method in class org.openapis.openapi.models.components.Event.Builder
+
+
The player_playhead_time represents the current position of the playhead (the point in the video + that is being watched) on the video seekbar, measured in milliseconds.
+
+
playerPoster() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Poster refers to the image displayed as a preview before the video playback begins.
+
+
playerPoster(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Poster refers to the image displayed as a preview before the video playback begins.
+
+
playerPreloadOn() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Preload On indicates whether the player is configured to preload the video content upon page + load.
+
+
playerPreloadOn(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Preload On indicates whether the player is configured to preload the video content upon page + load.
+
+
playerRemotePlayed() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Remote Played specifies if the video is being remotely played to devices such as AirPlay or + Chromecast, obtained from the SDK.
+
+
playerRemotePlayed(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Remote Played specifies if the video is being remotely played to devices such as AirPlay or + Chromecast, obtained from the SDK.
+
+
playerResolution() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Resolution refers to the resolution of the video player window or viewport where the video + content is being displayed.
+
+
playerResolution(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Resolution refers to the resolution of the video player window or viewport where the video + content is being displayed.
+
+
playerSoftwareName() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the name of the video player software or framework used for playback (for example, HTML5, + HLS.js, Shaka Player).
+
+
playerSoftwareName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the name of the video player software or framework used for playback (for example, HTML5, + HLS.js, Shaka Player).
+
+
playerSoftwareVersion() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Software Version indicates the version number of the player software installed.
+
+
playerSoftwareVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Software Version indicates the version number of the player software installed.
+
+
playerSourceDomain() - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the domain or source from which the player was loaded or embedded (for example, + stream.fastpix.io or a customer’s custom domain).
+
+
playerSourceDomain(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Specifies the domain or source from which the player was loaded or embedded (for example, + stream.fastpix.io or a customer’s custom domain).
+
+
playerSourceHeight() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Source Height denotes the vertical dimension, measured in pixels, of the source video content + being transmitted to the player.
+
+
playerSourceHeight(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Source Height denotes the vertical dimension, measured in pixels, of the source video content + being transmitted to the player.
+
+
playerSourceWidth() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Source Width represents the width of the source video as perceived by the player, typically + measured in pixels.
+
+
playerSourceWidth(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Source Width represents the width of the source video as perceived by the player, typically + measured in pixels.
+
+
playerVersion() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Version indicates the version of the player used to render the video content.
+
+
playerVersion(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Version indicates the version of the player used to render the video content.
+
+
playerViewCount() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the total number of times the video player has been initialized or viewed for a specific + session or video.
+
+
playerViewCount(PlayerViewCount) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the total number of times the video player has been initialized or viewed for a specific + session or video.
+
+
PlayerViewCount - Class in org.openapis.openapi.models.components
+
+
PlayerViewCount
+
+
PlayerViewCount._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
playerWidth() - Method in class org.openapis.openapi.models.components.Views
+
+
Player Width refers to the width of the player displayed within the webpage, measured in pixels.
+
+
playerWidth(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Player Width refers to the width of the player displayed within the webpage, measured in pixels.
+
+
PLAYING_TIME - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
PLAYING_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
PLAYING_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
playlist() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Operations for playlist management
+
+
playlist() - Method in class org.openapis.openapi.Fastpix
+
+
Operations for playlist management
+
+
Playlist - Class in org.openapis.openapi
+
+
Operations for playlist management
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
+
Added media to playlist successfully
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
+
Added media to playlist successfully
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
+
Added media to playlist successfully
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
+
Deleted media from playlist successfully
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
+
Successfully retrieved all playlists
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
+
Added media to playlist successfully
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
+
Deleted media from playlist successfully
+
+
playlistByIdResponse() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
+
Successfully retrieved all playlists
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder
+
+
Added media to playlist successfully
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder
+
+
Added media to playlist successfully
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder
+
+
Added media to playlist successfully
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder
+
+
Deleted media from playlist successfully
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder
+
+
Successfully retrieved all playlists
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder
+
+
Added media to playlist successfully
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder
+
+
Deleted media from playlist successfully
+
+
playlistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder
+
+
Successfully retrieved all playlists
+
+
PlaylistByIdResponse - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponse(boolean, PlaylistByIdResponseData) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponse
+
 
+
PlaylistByIdResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseData - Interface in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataManual - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataManual(String, String, String, PlaylistByIdResponseDataManualType, String, List<PlaylistByIdResponseMediaListItem>, String, OffsetDateTime, OffsetDateTime, Long) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
 
+
PlaylistByIdResponseDataManual(PlaylistByIdResponseDataManualType) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
 
+
PlaylistByIdResponseDataManual.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataManualType - Class in org.openapis.openapi.models.components
+
+
PlaylistByIdResponseDataManualType
+
+
PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataSmart - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataSmart(String, String, String, PlaylistByIdResponseDataSmartType, String, PlaylistOrder, PlaylistByIdResponseMetadata, List<PlaylistByIdResponseMediaListItem>, String, OffsetDateTime, OffsetDateTime, Long) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
 
+
PlaylistByIdResponseDataSmart(PlaylistByIdResponseDataSmartType, PlaylistOrder, PlaylistByIdResponseMetadata) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
 
+
PlaylistByIdResponseDataSmart.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataSmartType - Class in org.openapis.openapi.models.components
+
+
PlaylistByIdResponseDataSmartType
+
+
PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataTypeIdResolver - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseDataTypeIdResolver() - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseDataTypeIdResolver
+
 
+
PlaylistByIdResponseMediaListItem - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseMediaListItem() - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
 
+
PlaylistByIdResponseMediaListItem(OffsetDateTime, JsonNullable<String>, String, String, String, String, String, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
 
+
PlaylistByIdResponseMediaListItem.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaylistByIdResponseMetadata - Class in org.openapis.openapi.models.components
+
+
PlaylistByIdResponseMetadata
+
+
PlaylistByIdResponseMetadata() - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
 
+
PlaylistByIdResponseMetadata(DateRange, DateRange) - Constructor for class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
 
+
PlaylistByIdResponseMetadata.Builder - Class in org.openapis.openapi.models.components
+
 
+
playlistCreatedResponse() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
+
Playlist created successfully
+
+
playlistCreatedResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
+
Playlist updated successfully
+
+
playlistCreatedResponse() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
+
Playlist created successfully
+
+
playlistCreatedResponse() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
+
Playlist updated successfully
+
+
playlistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder
+
+
Playlist created successfully
+
+
playlistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder
+
+
Playlist updated successfully
+
+
playlistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder
+
+
Playlist created successfully
+
+
playlistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder
+
+
Playlist updated successfully
+
+
PlaylistCreatedResponse - Class in org.openapis.openapi.models.components
+
+
PlaylistCreatedResponse
+
+
PlaylistCreatedResponse(boolean, PlaylistCreatedSchema) - Constructor for class org.openapis.openapi.models.components.PlaylistCreatedResponse
+
 
+
PlaylistCreatedResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaylistCreatedSchema - Interface in org.openapis.openapi.models.components
+
 
+
PlaylistCreatedSchemaTypeIdResolver - Class in org.openapis.openapi.models.components
+
 
+
PlaylistCreatedSchemaTypeIdResolver() - Constructor for class org.openapis.openapi.models.components.PlaylistCreatedSchemaTypeIdResolver
+
 
+
playlistDeleteResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
+
Playlist deleted successfully
+
+
playlistDeleteResponse() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
+
Playlist deleted successfully
+
+
playlistDeleteResponse(PlaylistDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder
+
+
Playlist deleted successfully
+
+
playlistDeleteResponse(PlaylistDeleteResponse) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder
+
+
Playlist deleted successfully
+
+
PlaylistDeleteResponse - Class in org.openapis.openapi.models.components
+
 
+
PlaylistDeleteResponse() - Constructor for class org.openapis.openapi.models.components.PlaylistDeleteResponse
+
 
+
PlaylistDeleteResponse(Boolean) - Constructor for class org.openapis.openapi.models.components.PlaylistDeleteResponse
+
 
+
PlaylistDeleteResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
playlistId() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
+
+
The unique id of the playlist you want to perform the operation on.
+
+
playlistId() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
+
+
The unique id of the playlist you want to perform the operation on.
+
+
playlistId() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
+
+
The unique id of the playlist you want to delete.
+
+
playlistId() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
+
+
The unique id of the playlist you want to perform the operation on.
+
+
playlistId() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
+
+
The unique id of the playlist you want to retrieve.
+
+
playlistId() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
+
+
The unique id of the playlist you want to retrieve.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest.Builder
+
+
The unique id of the playlist you want to perform the operation on.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest.Builder
+
+
The unique id of the playlist you want to perform the operation on.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest.Builder
+
+
The unique id of the playlist you want to delete.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest.Builder
+
+
The unique id of the playlist you want to perform the operation on.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest.Builder
+
+
The unique id of the playlist you want to retrieve.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequestBuilder
+
 
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest.Builder
+
+
The unique id of the playlist you want to retrieve.
+
+
playlistId(String) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder
+
 
+
PlaylistItem - Class in org.openapis.openapi.models.components
+
 
+
PlaylistItem() - Constructor for class org.openapis.openapi.models.components.PlaylistItem
+
 
+
PlaylistItem(String, String, PlaylistItemType, String, OffsetDateTime, Long) - Constructor for class org.openapis.openapi.models.components.PlaylistItem
+
 
+
PlaylistItem.Builder - Class in org.openapis.openapi.models.components
+
 
+
PlaylistItemType - Class in org.openapis.openapi.models.components
+
+
PlaylistItemType
+
+
PlaylistItemType.PlaylistItemTypeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
PlaylistOrder - Class in org.openapis.openapi.models.components
+
+
PlaylistOrder
+
+
PlaylistOrder.PlaylistOrderEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
playlists() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
playlists() - Method in class org.openapis.openapi.Fastpix
+
 
+
Playlists - Class in org.openapis.openapi
+
 
+
playOrder() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Determines the insertion order of media into playlist.
+
+
playOrder() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Determines the insertion order of media into playlist.
+
+
playOrder(PlaylistOrder) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
Determines the insertion order of media into playlist.
+
+
playOrder(PlaylistOrder) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
Determines the insertion order of media into playlist.
+
+
PLPL - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
PLPL - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
PLPL - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
PolicyAction - Class in org.openapis.openapi.models.components
+
+
PolicyAction
+
+
PolicyAction.PolicyActionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
populateGlobal(Object, String, String, Globals) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
prefixBearer(String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum
+
 
+
PREMIUM - Enum constant in enum class org.openapis.openapi.models.operations.MediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
PREMIUM - Static variable in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
previousResponse() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
previousResponse() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
PRIMITIVE - Enum constant in enum class org.openapis.openapi.utils.Types
+
 
+
PRIVATE - Enum constant in enum class org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum
+
 
+
PRIVATE - Enum constant in enum class org.openapis.openapi.models.components.BasicAccessPolicy
+
 
+
PRIVATE - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
 
+
PRIVATE - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
 
+
PRIVATE - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum
+
 
+
PRIVATE - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum
+
 
+
PRIVATE - Static variable in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
PRIVATE - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
PRIVATE - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
privateKey() - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
+
A private key is a byte encoded secret key used to create a signed JSON Web Token (JWT) for + authentication.
+
+
privateKey(String) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO.Builder
+
+
A private key is a byte encoded secret key used to create a signed JSON Web Token (JWT) for + authentication.
+
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum
+
 
+
PRO - Enum constant in enum class org.openapis.openapi.models.operations.MediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
PRO - Static variable in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
PROCESSING - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
PROCESSING - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
processItem(ParsedT, ObjectMapper, TypeReference<ItemT>) - Method in interface org.openapis.openapi.utils.reactive.EventStream.Protocol
+
+
Process a parsed item and convert it to the target type
+
+
propertyId() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the unique identifier assigned to a FastPix property, which is associated with a specific + workspace or project.
+
+
propertyId(PropertyId) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the unique identifier assigned to a FastPix property, which is associated with a specific + workspace or project.
+
+
PropertyId - Class in org.openapis.openapi.models.components
+
+
PropertyId
+
+
PropertyId._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
PT_BR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
PT_BR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
PT_BR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
PTPT - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
PTPT - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
PTPT - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
PUBLIC - Enum constant in enum class org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum
+
 
+
PUBLIC - Enum constant in enum class org.openapis.openapi.models.components.BasicAccessPolicy
+
 
+
PUBLIC - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
 
+
PUBLIC - Enum constant in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
 
+
PUBLIC - Enum constant in enum class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum
+
 
+
PUBLIC - Enum constant in enum class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum
+
 
+
PUBLIC - Static variable in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
PUBLIC - Static variable in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
PUBLIC - Static variable in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
publicKey() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
+
A public key is a byte encoded key used to create a signed JSON Web Token (JWT) for authentication.
+
+
publicKey(String) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData.Builder
+
+
A public key is a byte encoded key used to create a signed JSON Web Token (JWT) for authentication.
+
+
pullVideoInput() - Method in class org.openapis.openapi.models.components.Input
+
+
Returns an Optional containing the value if it is of type PullVideoInput, + otherwise returns an empty Optional.
+
+
PullVideoInput - Class in org.openapis.openapi.models.components
+
 
+
PullVideoInput() - Constructor for class org.openapis.openapi.models.components.PullVideoInput
+
 
+
PullVideoInput(String, String, Long, Long, String, String, List<String>, List<PullVideoInputSegmentUnion>) - Constructor for class org.openapis.openapi.models.components.PullVideoInput
+
 
+
PullVideoInput.Builder - Class in org.openapis.openapi.models.components
+
 
+
pullVideoInputSegment1() - Method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
+
Returns an Optional containing the value if it is of type PullVideoInputSegment1, + otherwise returns an empty Optional.
+
+
PullVideoInputSegment1 - Class in org.openapis.openapi.models.components
+
 
+
PullVideoInputSegment1(String, long) - Constructor for class org.openapis.openapi.models.components.PullVideoInputSegment1
+
 
+
PullVideoInputSegment1.Builder - Class in org.openapis.openapi.models.components
+
 
+
pullVideoInputSegment2() - Method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
+
Returns an Optional containing the value if it is of type PullVideoInputSegment2, + otherwise returns an empty Optional.
+
+
PullVideoInputSegment2 - Class in org.openapis.openapi.models.components
+
 
+
PullVideoInputSegment2(String, boolean) - Constructor for class org.openapis.openapi.models.components.PullVideoInputSegment2
+
 
+
PullVideoInputSegment2.Builder - Class in org.openapis.openapi.models.components
+
 
+
PullVideoInputSegmentUnion - Class in org.openapis.openapi.models.components
+
 
+
PullVideoInputSegmentUnion._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
pushMediaSettings() - Method in class org.openapis.openapi.models.components.DirectUpload
+
 
+
pushMediaSettings() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
 
+
pushMediaSettings() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
+
Configuration settings for uploading and processing media on the FastPix platform.
+
+
pushMediaSettings(DirectUploadResponse) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
+
 
+
pushMediaSettings(UnusedDirectUploadResponse) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
+
 
+
pushMediaSettings(PushMediaSettings) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest.Builder
+
+
Configuration settings for uploading and processing media on the FastPix platform.
+
+
PushMediaSettings - Class in org.openapis.openapi.models.operations
+
+
PushMediaSettings
+
+
PushMediaSettings() - Constructor for class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
PushMediaSettings(DirectUploadVideoMediaAccessPolicy, Double, Double, List<Input>, Map<String, String>, String, String, String, Subtitles, Boolean, MaxResolution, MediaQuality, Boolean, DirectUploadVideoMediaMp4Support, Summary, Boolean, Boolean, DirectUploadVideoMediaModeration, DirectUploadVideoMediaAccessRestrictions) - Constructor for class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
PushMediaSettings.Builder - Class in org.openapis.openapi.models.operations
+
 
+
putHeader(String, Object) - Method in class org.openapis.openapi.utils.Globals
+
 
+
putParam(String, String, Object) - Method in class org.openapis.openapi.utils.Globals
+
 
+
putPathParam(String, Object) - Method in class org.openapis.openapi.utils.Globals
+
 
+
putQueryParam(String, Object) - Method in class org.openapis.openapi.utils.Globals
+
 
+
+

Q

+
+
qoeScore() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The viewer experience encapsulated in the form of score while watching the video.
+
+
qoeScore(Double) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The viewer experience encapsulated in the form of score while watching the video.
+
+
QUALITY_OF_EXPERIENCE_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
QUALITY_OF_EXPERIENCE_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
QUALITY_OF_EXPERIENCE_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
qualityOfExperienceScore() - Method in class org.openapis.openapi.models.components.Views
+
+
Quality Of Experience Score quantifies the overall viewer experience based on various metrics, + providing a decimal score to assess the quality of the viewing experience.
+
+
qualityOfExperienceScore(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Quality Of Experience Score quantifies the overall viewer experience based on various metrics, + providing a decimal score to assess the quality of the viewing experience.
+
+
QueryParameter - Class in org.openapis.openapi.utils
+
 
+
QueryParameters - Class in org.openapis.openapi.utils
+
 
+
QueryParameters() - Constructor for class org.openapis.openapi.utils.QueryParameters
+
 
+
queryParamsAsStream() - Method in class org.openapis.openapi.utils.Globals
+
 
+
+

R

+
+
rawResponse() - Method in exception class org.openapis.openapi.models.errors.APIException
+
 
+
rawResponse() - Method in exception class org.openapis.openapi.models.errors.AsyncAPIException
+
 
+
rawResponse() - Method in exception class org.openapis.openapi.models.errors.AuthException
+
 
+
rawResponse() - Method in exception class org.openapis.openapi.models.errors.FastpixException
+
+
Returns the raw HTTP response associated with this exception.
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse() - Method in interface org.openapis.openapi.utils.AsyncResponse
+
+
Returns the raw response.
+
+
rawResponse() - Method in class org.openapis.openapi.utils.reactive.EventStream
+
+
Returns the raw HTTP response.
+
+
rawResponse() - Method in interface org.openapis.openapi.utils.Response
+
+
Returns the raw response.
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
rawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder
+
+
Raw HTTP response; suitable for custom response parsing
+
+
ReactiveUtils - Class in org.openapis.openapi.utils.reactive
+
+
Utility class for reactive stream operations.
+
+
readBytes(File) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
readBytes(InputStream) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
readBytes(String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
readBytesAndClose(InputStream) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
readDefaultOrConstValue(String, String, TypeReference<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
readString(File) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
readString(String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
READY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
READY - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
reconnectWindow() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
+
+
reconnectWindow() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
+
+
reconnectWindow() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Time period (in seconds) FastPix waits to reconnect before ending the stream when disconnected.
+
+
reconnectWindow() - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window defines the duration FastPix waits before automatically terminating + the stream.
+
+
reconnectWindow() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
+
+
reconnectWindow(Long) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
+
+
reconnectWindow(Long) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
+
+
reconnectWindow(Long) - Method in class org.openapis.openapi.models.components.InputMediaSettings.Builder
+
+
Time period (in seconds) FastPix waits to reconnect before ending the stream when disconnected.
+
+
reconnectWindow(Long) - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest.Builder
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window defines the duration FastPix waits before automatically terminating + the stream.
+
+
reconnectWindow(Long) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
+
+
RecordingClient - Class in org.openapis.openapi.utils
+
 
+
RecordingClient() - Constructor for class org.openapis.openapi.utils.RecordingClient
+
 
+
recordTest(String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
referenceEquals(Object, Object) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
referenceId() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
Unique string value assigned by user to the playlist.
+
+
referenceId(String) - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
+
+
Unique string value assigned by user to the playlist.
+
+
Reflections - Class in org.openapis.openapi.utils
+
 
+
Reflections() - Constructor for class org.openapis.openapi.utils.Reflections
+
 
+
REFRESH_BEFORE_EXPIRY_SECONDS - Static variable in class org.openapis.openapi.utils.SessionManager
+
 
+
region() - Method in class org.openapis.openapi.models.components.Views
+
+
Region denotes the geographical region of the viewer accessing the video content.
+
+
region(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Region denotes the geographical region of the viewer accessing the video content.
+
+
REGION - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
REGION - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
registerAfterError(AsyncHook.AfterError) - Method in class org.openapis.openapi.utils.AsyncHooks
+
+
Registers an async after-error hook.
+
+
registerAfterError(Hook.AfterError) - Method in class org.openapis.openapi.utils.Hooks
+
+
Registers an Hook.AfterError hook to be applied in order of registration + (multiple can be registered).
+
+
registerAfterSuccess(AsyncHook.AfterSuccess) - Method in class org.openapis.openapi.utils.AsyncHooks
+
+
Registers an async after-success hook.
+
+
registerAfterSuccess(Hook.AfterSuccess) - Method in class org.openapis.openapi.utils.Hooks
+
+
Registers an Hook.AfterSuccess hook to be applied in order of registration + (multiple can be registered).
+
+
registerBeforeRequest(AsyncHook.BeforeRequest) - Method in class org.openapis.openapi.utils.AsyncHooks
+
+
Registers an async before-request hook.
+
+
registerBeforeRequest(Hook.BeforeRequest) - Method in class org.openapis.openapi.utils.Hooks
+
+
Registers a Hook.BeforeRequest hook to be applied in order of + registration.
+
+
registerSdkInit(Hook.SdkInit) - Method in class org.openapis.openapi.utils.Hooks
+
+
Registers a Hook.SdkInit hook to be applied in order of registration + (multiple can be registered).
+
+
registerType(String, Class<? extends T>) - Method in class org.openapis.openapi.utils.GenericTypeIdResolver
+
 
+
remove(String) - Method in class org.openapis.openapi.utils.SessionManager
+
 
+
removeMedia() - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Delete media in a playlist by ID
+
+
removeMedia() - Method in class org.openapis.openapi.Playlist
+
+
Delete media in a playlist by ID
+
+
removeMedia(String) - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Delete media in a playlist by ID
+
+
removeMedia(String) - Method in class org.openapis.openapi.Playlist
+
+
Delete media in a playlist by ID
+
+
removeMedia(String, MediaIdsRequest, Options) - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Delete media in a playlist by ID
+
+
removeMedia(String, MediaIdsRequest, Options) - Method in class org.openapis.openapi.Playlist
+
+
Delete media in a playlist by ID
+
+
removeSession(String, String) - Method in class org.openapis.openapi.utils.SessionManager
+
 
+
RENDER_QUALITY_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
RENDER_QUALITY_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
RENDER_QUALITY_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
renderQualityScore() - Method in class org.openapis.openapi.models.components.Views
+
+
Render Quality Score is a decimal value representing the score indicating the perceived quality of + the video.
+
+
renderQualityScore(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Render Quality Score is a decimal value representing the score indicating the perceived quality of + the video.
+
+
request() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
request() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
request(CreateLiveStreamRequest) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamRequestBuilder
+
 
+
request(CreateLiveStreamRequest) - Method in class org.openapis.openapi.models.operations.CreateNewStreamRequestBuilder
+
 
+
request(CreateMediaRequest) - Method in class org.openapis.openapi.models.operations.async.CreateMediaRequestBuilder
+
 
+
request(CreateMediaRequest) - Method in class org.openapis.openapi.models.operations.CreateMediaRequestBuilder
+
 
+
request(CreatePlaylistRequest) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistRequestBuilder
+
 
+
request(CreatePlaylistRequest) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistRequestBuilder
+
 
+
request(DirectUploadVideoMediaRequest) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaRequestBuilder
+
 
+
request(DirectUploadVideoMediaRequest) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequestBuilder
+
 
+
request(GetTimeseriesDataRequest) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataRequestBuilder
+
 
+
request(GetTimeseriesDataRequest) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequestBuilder
+
 
+
request(ListBreakdownValuesRequest) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesRequestBuilder
+
 
+
request(ListBreakdownValuesRequest) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequestBuilder
+
 
+
request(ListVideoViewsRequest) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsRequestBuilder
+
 
+
request(ListVideoViewsRequest) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequestBuilder
+
 
+
RequestBody - Class in org.openapis.openapi.utils
+
 
+
requestOAuth2Token(HTTPClient, T, List<String>, Map<String, String>, Map<String, String>, URI) - Static method in class org.openapis.openapi.utils.SessionManager
+
 
+
requests() - Method in class org.openapis.openapi.utils.RecordingClient
+
 
+
reset() - Method in class org.openapis.openapi.utils.RecordingClient
+
 
+
resolution() - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
+
The maximum resolution for the playback ID.
+
+
resolution() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
+
The maximum resolution for the playback ID.
+
+
resolution(Resolution) - Method in class org.openapis.openapi.models.components.CreatePlaybackId.Builder
+
+
The maximum resolution for the playback ID.
+
+
resolution(Resolution) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody.Builder
+
+
The maximum resolution for the playback ID.
+
+
Resolution - Class in org.openapis.openapi.models.components
+
+
Resolution
+
+
Resolution - Enum Class in org.openapis.openapi.models.operations
+
+
Resolution
+
+
Resolution.ResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
resolvedServerUrl() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
resolveOptionals(Object) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
response() - Method in exception class org.openapis.openapi.utils.AsyncRetryableException
+
 
+
response() - Method in exception class org.openapis.openapi.utils.RetryableException
+
 
+
Response - Interface in org.openapis.openapi.utils
+
 
+
ResponseWithBody<R,B> - Class in org.openapis.openapi.utils
+
+
A wrapper for HttpResponse that allows mappi ng the response body from type R to type B.
+
+
ResponseWithBody(HttpResponse<R>, B) - Constructor for class org.openapis.openapi.utils.ResponseWithBody
+
+
Constructs a new ResponseWithBody by wrapping an existing HttpResponse with + a pre-computed body value.
+
+
ResponseWithBody(HttpResponse<R>, Function<R, B>) - Constructor for class org.openapis.openapi.utils.ResponseWithBody
+
+
Constructs a new ResponseWithBody by wrapping an existing HttpResponse and applying + a mapping function to its body.
+
+
rethrow(Throwable) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
Retries - Class in org.openapis.openapi.utils
+
 
+
Retries.Builder - Class in org.openapis.openapi.utils
+
 
+
RetrieveMediaInputInfo - Class in org.openapis.openapi.operations
+
 
+
RetrieveMediaInputInfo() - Constructor for class org.openapis.openapi.operations.RetrieveMediaInputInfo
+
 
+
RetrieveMediaInputInfo.Async - Class in org.openapis.openapi.operations
+
 
+
RetrieveMediaInputInfo.Sync - Class in org.openapis.openapi.operations
+
 
+
RetrieveMediaInputInfoData - Class in org.openapis.openapi.models.operations
+
+
RetrieveMediaInputInfoData
+
+
RetrieveMediaInputInfoData() - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
 
+
RetrieveMediaInputInfoData(Configuration, File) - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
 
+
RetrieveMediaInputInfoData.Builder - Class in org.openapis.openapi.models.operations
+
 
+
RetrieveMediaInputInfoRequest - Class in org.openapis.openapi.models.operations
+
 
+
RetrieveMediaInputInfoRequest(String) - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
 
+
RetrieveMediaInputInfoRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
RetrieveMediaInputInfoRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
RetrieveMediaInputInfoRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
RetrieveMediaInputInfoRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoRequestBuilder
+
 
+
RetrieveMediaInputInfoRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequestBuilder
+
 
+
RetrieveMediaInputInfoResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
RetrieveMediaInputInfoResponse - Class in org.openapis.openapi.models.operations
+
 
+
RetrieveMediaInputInfoResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
 
+
RetrieveMediaInputInfoResponse(String, int, HttpResponse<InputStream>, RetrieveMediaInputInfoResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
 
+
RetrieveMediaInputInfoResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
 
+
RetrieveMediaInputInfoResponse(String, int, HttpResponse<Blob>, RetrieveMediaInputInfoResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
 
+
RetrieveMediaInputInfoResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
RetrieveMediaInputInfoResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
RetrieveMediaInputInfoResponseBody - Class in org.openapis.openapi.models.operations
+
+
RetrieveMediaInputInfoResponseBody
+
+
RetrieveMediaInputInfoResponseBody() - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
 
+
RetrieveMediaInputInfoResponseBody(Boolean, RetrieveMediaInputInfoData) - Constructor for class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
 
+
RetrieveMediaInputInfoResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
retry(Supplier<CompletableFuture<HttpResponse<Blob>>>) - Method in class org.openapis.openapi.utils.AsyncRetries
+
 
+
RETRY_CONFIG - Enum constant in enum class org.openapis.openapi.utils.Options.Option
+
 
+
RetryableException - Exception Class in org.openapis.openapi.utils
+
 
+
RetryableException(HttpResponse<InputStream>) - Constructor for exception class org.openapis.openapi.utils.RetryableException
+
 
+
retryConfig() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
retryConfig() - Method in class org.openapis.openapi.utils.Options
+
 
+
retryConfig(Optional<RetryConfig>) - Method in class org.openapis.openapi.utils.Options.Builder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Overrides the default configuration for retries
+
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CancelUploadRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreateMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListUploadsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CancelUploadRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreateMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreateNewStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListDimensionsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListUploadsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.utils.AsyncRetries.Builder
+
+
Defines the retry configuration.
+
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.utils.Options.Builder
+
 
+
retryConfig(RetryConfig) - Method in class org.openapis.openapi.utils.Retries.Builder
+
+
Defines the retry configuration.
+
+
RetryConfig - Class in org.openapis.openapi.utils
+
 
+
RetryConfig.Builder - Class in org.openapis.openapi.utils
+
 
+
RetryConfig.Strategy - Enum Class in org.openapis.openapi.utils
+
 
+
retryConnectError() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
retryConnectError(boolean) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Specifies whether connection errors should be retried.
+
+
retryMs() - Method in class org.openapis.openapi.utils.EventStreamMessage
+
 
+
retryReadTimeoutError() - Method in class org.openapis.openapi.utils.BackoffStrategy
+
 
+
retryReadTimeoutError(boolean) - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Specifies whether Read Timeout errors should be retried.
+
+
retryScheduler() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
RIGHT - Enum constant in enum class org.openapis.openapi.models.components.XAlign
+
 
+
RORO - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
RORO - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
RORO - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
RU - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
RU - Enum constant in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
run() - Method in interface org.openapis.openapi.utils.Exceptions.CheckedRunnable
+
 
+
run() - Method in class org.openapis.openapi.utils.Retries
+
 
+
RURU - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
RURU - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
RURU - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
+

S

+
+
scheduler(ScheduledExecutorService) - Method in class org.openapis.openapi.utils.AsyncRetries.Builder
+
+
Defines the scheduler that will be used to schedule and execute retry attempts.
+
+
scopes() - Method in class org.openapis.openapi.utils.SessionManager.Session
+
 
+
SDK_VERSION - Static variable in class org.openapis.openapi.SDKConfiguration
+
 
+
sdkConfiguration() - Method in class org.openapis.openapi.utils.Hook.AfterErrorContextImpl
+
 
+
sdkConfiguration() - Method in class org.openapis.openapi.utils.Hook.AfterSuccessContextImpl
+
 
+
sdkConfiguration() - Method in class org.openapis.openapi.utils.Hook.BeforeRequestContextImpl
+
 
+
sdkConfiguration() - Method in interface org.openapis.openapi.utils.Hook.HookContext
+
 
+
SDKConfiguration - Class in org.openapis.openapi
+
 
+
SDKConfiguration() - Constructor for class org.openapis.openapi.SDKConfiguration
+
 
+
SDKHooks - Class in org.openapis.openapi.hooks
+
 
+
sdkInit(SDKConfiguration) - Method in interface org.openapis.openapi.utils.Hook.SdkInit
+
+
Returns a transformed SDKConfiguration for use in initialized SDKs.
+
+
sdkInit(SDKConfiguration) - Method in class org.openapis.openapi.utils.Hooks
+
 
+
security(Security) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Configures the SDK to use the provided security details.
+
+
Security - Class in org.openapis.openapi.models.components
+
 
+
Security - Class in org.openapis.openapi.utils
+
 
+
Security(String, String) - Constructor for class org.openapis.openapi.models.components.Security
+
 
+
Security.Builder - Class in org.openapis.openapi.models.components
+
 
+
securitySource() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
securitySource() - Method in class org.openapis.openapi.utils.Hook.AfterErrorContextImpl
+
 
+
securitySource() - Method in class org.openapis.openapi.utils.Hook.AfterSuccessContextImpl
+
 
+
securitySource() - Method in class org.openapis.openapi.utils.Hook.BeforeRequestContextImpl
+
 
+
securitySource() - Method in interface org.openapis.openapi.utils.Hook.HookContext
+
 
+
securitySource(SecuritySource) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Configures the SDK to use a custom security source.
+
+
SecuritySource - Interface in org.openapis.openapi
+
 
+
SecuritySource.DefaultSecuritySource - Class in org.openapis.openapi
+
 
+
segments() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
A list of media segments to be added or processed.
+
+
segments() - Method in class org.openapis.openapi.models.components.VideoInput
+
+
A list of media segments to be added or processed.
+
+
segments(List<PullVideoInputSegmentUnion>) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
A list of media segments to be added or processed.
+
+
segments(List<VideoInputSegmentUnion>) - Method in class org.openapis.openapi.models.components.VideoInput.Builder
+
+
A list of media segments to be added or processed.
+
+
send(HttpRequest) - Method in class org.openapis.openapi.utils.FastpixHTTPClient
+
 
+
send(HttpRequest) - Method in interface org.openapis.openapi.utils.HTTPClient
+
+
Sends an HTTP request and returns the response.
+
+
send(HttpRequest) - Method in class org.openapis.openapi.utils.RecordingClient
+
 
+
sendAsync(HttpRequest) - Method in class org.openapis.openapi.utils.FastpixHTTPClient
+
 
+
sendAsync(HttpRequest) - Method in interface org.openapis.openapi.utils.HTTPClient
+
+
Sends an HTTP request asynchronously and returns a response whose body is + exposed as a Blob.
+
+
serialize(Object, String, String, boolean) - Static method in class org.openapis.openapi.utils.RequestBody
+
 
+
serialize(BigDecimalString, JsonGenerator, SerializerProvider) - Method in class org.openapis.openapi.utils.BigDecimalString.Serializer
+
 
+
serialize(BigIntegerString, JsonGenerator, SerializerProvider) - Method in class org.openapis.openapi.utils.BigIntegerString.Serializer
+
 
+
serialize(TypedObject, JsonGenerator, SerializerProvider) - Method in class org.openapis.openapi.utils.TypedObject.Serializer
+
 
+
SerializedBody - Class in org.openapis.openapi.utils
+
 
+
SerializedBody(String, HttpRequest.BodyPublisher) - Constructor for class org.openapis.openapi.utils.SerializedBody
+
 
+
serializeFormData(Object) - Static method in class org.openapis.openapi.utils.RequestBody
+
 
+
Serializer() - Constructor for class org.openapis.openapi.utils.BigDecimalString.Serializer
+
 
+
Serializer() - Constructor for class org.openapis.openapi.utils.BigIntegerString.Serializer
+
 
+
Serializer() - Constructor for class org.openapis.openapi.utils.TypedObject.Serializer
+
 
+
serializeRequestBody(Object, String, String, boolean) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
serverIdx() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
serverIndex(int) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Overrides the default server by index.
+
+
SERVERS - Static variable in class org.openapis.openapi.Fastpix
+
+
SERVERS contains the list of server urls available to the SDK.
+
+
serverUrl() - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
serverURL(String) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Overrides the default server URL.
+
+
serverURL(String, Map<String, String>) - Method in class org.openapis.openapi.Fastpix.Builder
+
+
Overrides the default server URL with a templated URL populated with the provided parameters.
+
+
Session(T, Optional<String>, List<String>, Optional<OffsetDateTime>) - Constructor for class org.openapis.openapi.utils.SessionManager.Session
+
 
+
sessionId() - Method in class org.openapis.openapi.models.components.Views
+
+
Session ID refers to the unique identifier tracking a viewers session within the FastPix platform.
+
+
sessionId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Session ID refers to the unique identifier tracking a viewers session within the FastPix platform.
+
+
sessionKey() - Method in interface org.openapis.openapi.utils.SessionManager.HasSessionKey
+
 
+
sessionKey(String...) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
SessionManager<T> - Class in org.openapis.openapi.utils
+
 
+
SessionManager() - Constructor for class org.openapis.openapi.utils.SessionManager
+
 
+
SessionManager.HasSessionKey - Interface in org.openapis.openapi.utils
+
 
+
SessionManager.Session<T> - Class in org.openapis.openapi.utils
+
 
+
setAsyncHooks(AsyncHooks) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setAsyncRetryScheduler(ScheduledExecutorService) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setBody(Optional<SerializedBody>) - Method in class org.openapis.openapi.utils.HTTPRequest
+
 
+
setClient(HTTPClient) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setDebugLogging(boolean) - Static method in class org.openapis.openapi.utils.FastpixHTTPClient
+
+
Sets debug logging for all new instances of FastpixHTTPClient.
+
+
setHooks(Hooks) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setRedactedHeaders(Collection<String>) - Static method in class org.openapis.openapi.utils.FastpixHTTPClient
+
+
Sets the list of headers to redact in debug logs.
+
+
setRetryConfig(Optional<RetryConfig>) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setSecuritySource(SecuritySource) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setServerIdx(int) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setServerUrl(String) - Method in class org.openapis.openapi.SDKConfiguration
+
 
+
setSseSentinel(Object, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTY - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Enum constant in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.Resolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
SEVEN_HUNDRED_AND_TWENTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
SEVENDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
shape() - Method in class org.openapis.openapi.utils.TypedObject
+
 
+
shape() - Method in class org.openapis.openapi.utils.Utils.TypeReferenceWithShape
+
 
+
SHORT_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
shouldStop(ParsedT) - Method in interface org.openapis.openapi.utils.reactive.EventStream.Protocol
+
+
Check if processing should stop (e.g., terminal message encountered)
+
+
shutdown() - Method in class org.openapis.openapi.utils.AsyncRetries
+
 
+
sign() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents a cryptographic signature used to verify the authenticity and integrity of the playback + or API request within the FastPix platform.
+
+
sign(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents a cryptographic signature used to verify the authenticity and integrity of the playback + or API request within the FastPix platform.
+
+
signingKeyId() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
signingKeyId() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
+
+
When creating the signing key, FastPix assigns a universally unique identifier with a maximum length + of 255 characters.
+
+
signingKeyId() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
+
+
When creating the signing key, FastPix assigns a universally unique identifier with a maximum length + of 255 characters.
+
+
signingKeyId(String) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData.Builder
+
 
+
signingKeyId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyRequestBuilder
+
 
+
signingKeyId(String) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdRequestBuilder
+
 
+
signingKeyId(String) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest.Builder
+
+
When creating the signing key, FastPix assigns a universally unique identifier with a maximum length + of 255 characters.
+
+
signingKeyId(String) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequestBuilder
+
 
+
signingKeyId(String) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest.Builder
+
+
When creating the signing key, FastPix assigns a universally unique identifier with a maximum length + of 255 characters.
+
+
signingKeyId(String) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequestBuilder
+
 
+
signingKeys() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
signingKeys() - Method in class org.openapis.openapi.Fastpix
+
 
+
SigningKeys - Class in org.openapis.openapi
+
 
+
SigningKeysPagination - Class in org.openapis.openapi.models.components
+
+
SigningKeysPagination
+
+
SigningKeysPagination() - Constructor for class org.openapis.openapi.models.components.SigningKeysPagination
+
 
+
SigningKeysPagination(Long, Long, Long) - Constructor for class org.openapis.openapi.models.components.SigningKeysPagination
+
 
+
SigningKeysPagination.Builder - Class in org.openapis.openapi.models.components
+
 
+
simulcastdeleteResponse() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
+
Stream's simulcast deleted successfully
+
+
simulcastdeleteResponse() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
+
Stream's simulcast deleted successfully
+
+
simulcastdeleteResponse(SimulcastdeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder
+
+
Stream's simulcast deleted successfully
+
+
simulcastdeleteResponse(SimulcastdeleteResponse) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
+
Stream's simulcast deleted successfully
+
+
SimulcastdeleteResponse - Class in org.openapis.openapi.models.components
+
 
+
SimulcastdeleteResponse() - Constructor for class org.openapis.openapi.models.components.SimulcastdeleteResponse
+
 
+
SimulcastdeleteResponse(Boolean) - Constructor for class org.openapis.openapi.models.components.SimulcastdeleteResponse
+
 
+
SimulcastdeleteResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
simulcastId() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.components.LiveSimulcast.Builder
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.components.SimulcastResponseData.Builder
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder
+
 
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest.Builder
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
 
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
+
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
+
+
simulcastId(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
SimulcastRequest - Class in org.openapis.openapi.models.components
+
 
+
SimulcastRequest() - Constructor for class org.openapis.openapi.models.components.SimulcastRequest
+
 
+
SimulcastRequest(String, String, Map<String, String>) - Constructor for class org.openapis.openapi.models.components.SimulcastRequest
+
 
+
SimulcastRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
simulcastResponse() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
+
New Simulcast created successfully
+
+
simulcastResponse() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
+
Stream's simulcast details fetched successfully
+
+
simulcastResponse() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
+
New Simulcast created successfully
+
+
simulcastResponse() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
+
Stream's simulcast details fetched successfully
+
+
simulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder
+
+
New Simulcast created successfully
+
+
simulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder
+
+
Stream's simulcast details fetched successfully
+
+
simulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder
+
+
New Simulcast created successfully
+
+
simulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
+
Stream's simulcast details fetched successfully
+
+
SimulcastResponse - Class in org.openapis.openapi.models.components
+
+
SimulcastResponse
+
+
SimulcastResponse() - Constructor for class org.openapis.openapi.models.components.SimulcastResponse
+
 
+
SimulcastResponse(Boolean, SimulcastResponseData) - Constructor for class org.openapis.openapi.models.components.SimulcastResponse
+
 
+
SimulcastResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
SimulcastResponseData - Class in org.openapis.openapi.models.components
+
+
SimulcastResponseData
+
+
SimulcastResponseData() - Constructor for class org.openapis.openapi.models.components.SimulcastResponseData
+
 
+
SimulcastResponseData(String, String, String, Boolean, Map<String, String>) - Constructor for class org.openapis.openapi.models.components.SimulcastResponseData
+
 
+
SimulcastResponseData.Builder - Class in org.openapis.openapi.models.components
+
 
+
simulcastResponses() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
A list of simulcast responses created for the livestream.
+
+
simulcastResponses(List<LiveSimulcast>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
A list of simulcast responses created for the livestream.
+
+
simulcasts() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
simulcasts() - Method in class org.openapis.openapi.Fastpix
+
 
+
Simulcasts - Class in org.openapis.openapi
+
 
+
simulcastStream() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
simulcastStream() - Method in class org.openapis.openapi.Fastpix
+
 
+
SimulcastStream - Class in org.openapis.openapi
+
 
+
simulcastStreams() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
simulcastStreams() - Method in class org.openapis.openapi.Fastpix
+
 
+
SimulcastStreams - Class in org.openapis.openapi
+
 
+
SimulcastUpdateRequest - Class in org.openapis.openapi.models.components
+
 
+
SimulcastUpdateRequest() - Constructor for class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
 
+
SimulcastUpdateRequest(Boolean, Map<String, String>) - Constructor for class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
 
+
SimulcastUpdateRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
simulcastUpdateResponse() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
+
Stream's simulcast details fetched successfully
+
+
simulcastUpdateResponse() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
+
Stream's simulcast details fetched successfully
+
+
simulcastUpdateResponse(SimulcastUpdateResponse) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
Stream's simulcast details fetched successfully
+
+
simulcastUpdateResponse(SimulcastUpdateResponse) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
Stream's simulcast details fetched successfully
+
+
SimulcastUpdateResponse - Class in org.openapis.openapi.models.components
+
+
SimulcastUpdateResponse
+
+
SimulcastUpdateResponse() - Constructor for class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
 
+
SimulcastUpdateResponse(Boolean, SimulcastUpdateResponseData) - Constructor for class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
 
+
SimulcastUpdateResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
SimulcastUpdateResponseData - Class in org.openapis.openapi.models.components
+
+
SimulcastUpdateResponseData
+
+
SimulcastUpdateResponseData() - Constructor for class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
 
+
SimulcastUpdateResponseData(String, String, String, Boolean, Map<String, String>) - Constructor for class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
 
+
SimulcastUpdateResponseData.Builder - Class in org.openapis.openapi.models.components
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
SIXHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
SIXTYMINUTES - Enum constant in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
SKSK - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
SKSK - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
SKSK - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
SMART - Enum constant in enum class org.openapis.openapi.models.components.CreatePlaylistRequestSmartType
+
 
+
SMART - Enum constant in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum
+
 
+
SMART - Enum constant in enum class org.openapis.openapi.models.components.PlaylistItemType.PlaylistItemTypeEnum
+
 
+
SMART - Static variable in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
SMART - Static variable in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
sortJSONObjectKeys(String, String...) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
sortOrder() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
The order direction to sort the metrics list by.
+
+
sortOrder() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
The order direction to sort the metrics list by.
+
+
sortOrder() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
The order direction to sort the view list by.
+
+
sortOrder(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
The order direction to sort the view list by.
+
+
sortOrder(GetTimeseriesDataSortOrder) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
+
+
The order direction to sort the metrics list by.
+
+
sortOrder(ListBreakdownValuesSortOrder) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
The order direction to sort the metrics list by.
+
+
SortOrder - Enum Class in org.openapis.openapi.models.components
+
+
SortOrder
+
+
sortQueryParameters(String) - Static method in class org.openapis.openapi.utils.Utils
+
+
Returns an equivalent url with query parameters sorted by name.
+
+
sortSerializedMaps(Object, String, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
sourceAccess() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.Media
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(boolean) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.DirectUploadResponse.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
sourceAccess(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
The sourceAccess parameter determines whether the original media file is accessible.
+
+
SourceAccessMedia - Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMedia() - Constructor for class org.openapis.openapi.models.components.SourceAccessMedia
+
 
+
SourceAccessMedia(JsonNullable<String>, String, String, JsonNullable<Map<String, String>>, SourceAccessMediaMediaQuality, String, JsonNullable<String>, SourceAccessMediaMaxResolution, SourceAccessMediaSourceResolution, SourceAccessMediaStatus, JsonNullable<Boolean>, List<PlaybackId>, List<SourceAccessMediaTrack>, JsonNullable<List<TracksSubtitles>>, AiSummaryRecord, AiResponseRecord, AiResponseRecord, AiResponseRecord, JsonNullable<Boolean>, JsonNullable<Boolean>, String, JsonNullable<String>, OffsetDateTime, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.SourceAccessMedia
+
 
+
SourceAccessMedia.Builder - Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMediaMaxResolution - Class in org.openapis.openapi.models.components
+
+
SourceAccessMediaMaxResolution
+
+
SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMediaMediaQuality - Class in org.openapis.openapi.models.components
+
+
SourceAccessMediaMediaQuality
+
+
SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMediaSourceResolution - Class in org.openapis.openapi.models.components
+
+
SourceAccessMediaSourceResolution
+
+
SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMediaStatus - Class in org.openapis.openapi.models.components
+
+
SourceAccessMediaStatus
+
+
SourceAccessMediaStatus.SourceAccessMediaStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMediaTrack - Class in org.openapis.openapi.models.components
+
 
+
SourceAccessMediaTrack._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
sourceMediaId() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The source media ID if this media was created from another media (for example, as a clip).
+
+
sourceMediaId() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The source media ID if this media was created from another media (for example, as a clip).
+
+
sourceMediaId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The source media ID if this media was created from another media (for example, as a clip).
+
+
sourceMediaId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The source media ID if this media was created from another media (for example, as a clip).
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.Media
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
source resolution of the media.
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
+
+
source resolution of the media.
+
+
sourceResolution(GetAllMediaResponseSourceResolution) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution(GetMediaResponseSourceResolution) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution(LiveMediaClipsSourceResolution) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution(MediaSourceResolution) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution(SourceAccessMediaSourceResolution) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
The actual resolution of the uploaded media.
+
+
sourceResolution(UpdateMediaSourceResolution) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
The actual resolution of the uploaded media.
+
+
srtPlaybackResponse() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
This object contains the livestream playback response details for SRT Protocol
+
+
srtPlaybackResponse() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
This object contains the livestream playback response details for SRT Protocol
+
+
srtPlaybackResponse() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
This object contains the livestream playback response details for SRT Protocol
+
+
srtPlaybackResponse(SrtPlaybackResponse) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
This object contains the livestream playback response details for SRT Protocol
+
+
srtPlaybackResponse(SrtPlaybackResponse) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
This object contains the livestream playback response details for SRT Protocol
+
+
srtPlaybackResponse(SrtPlaybackResponse) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
This object contains the livestream playback response details for SRT Protocol
+
+
SrtPlaybackResponse - Class in org.openapis.openapi.models.components
+
+
SrtPlaybackResponse
+
+
SrtPlaybackResponse() - Constructor for class org.openapis.openapi.models.components.SrtPlaybackResponse
+
 
+
SrtPlaybackResponse(String, String) - Constructor for class org.openapis.openapi.models.components.SrtPlaybackResponse
+
 
+
SrtPlaybackResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
srtPlaybackSecret() - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
+
+
A playback secret used for securing the SRT playback stream.
+
+
srtPlaybackSecret(String) - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse.Builder
+
+
A playback secret used for securing the SRT playback stream.
+
+
srtPlaybackStreamId() - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
+
+
A unique identifier for the SRT playback stream.
+
+
srtPlaybackStreamId(String) - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse.Builder
+
+
A unique identifier for the SRT playback stream.
+
+
srtSecret() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
A secret used for securing the SRT stream.
+
+
srtSecret() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
A secret used for securing the SRT stream.
+
+
srtSecret() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
A secret used for securing the SRT stream.
+
+
srtSecret(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
A secret used for securing the SRT stream.
+
+
srtSecret(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
A secret used for securing the SRT stream.
+
+
srtSecret(String) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
A secret used for securing the SRT stream.
+
+
sslSession() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
sslSession() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
STABILITY_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
STABILITY_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
STABILITY_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
stabilityScore() - Method in class org.openapis.openapi.models.components.Views
+
+
Stability Score quantifies the smoothness of video playback, typically represented as a decimal + value.
+
+
stabilityScore(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Stability Score quantifies the smoothness of video playback, typically represented as a decimal + value.
+
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum
+
 
+
STANDARD - Enum constant in enum class org.openapis.openapi.models.operations.MediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
STANDARD - Static variable in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
startDate() - Method in class org.openapis.openapi.models.components.DateRange
+
 
+
startDate(String) - Method in class org.openapis.openapi.models.components.DateRange.Builder
+
 
+
startTime() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
Start time (in seconds) of the imposed audio in the video.
+
+
startTime() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
Start time indicates where encoding must begin within the video file.
+
+
startTime() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Start time indicates where encoding must begin within the video file, in seconds.
+
+
startTime(Double) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Start time indicates where encoding must begin within the video file, in seconds.
+
+
startTime(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack.Builder
+
+
Start time (in seconds) of the imposed audio in the video.
+
+
startTime(Long) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
Start time indicates where encoding must begin within the video file.
+
+
STARTUP_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
STARTUP_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
STARTUP_SCORE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
startupScore() - Method in class org.openapis.openapi.models.components.Views
+
+
Startup Score evaluates the startup performance of the player, usually represented as a decimal + value
+
+
startupScore(Double) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Startup Score evaluates the startup performance of the player, usually represented as a decimal + value
+
+
status() - Method in class org.openapis.openapi.models.components.AiResponseRecord
+
+
The status of the AI processing (for example, "available", "preparing", "failed").
+
+
status() - Method in class org.openapis.openapi.models.components.AiSummaryRecord
+
+
The status of the AI processing (for example, "available", "preparing", "failed").
+
+
status() - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
Indicates the current state of the track.
+
+
status() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
+
+
status() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.DirectUpload
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
+
+
status() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.Media
+
+
Determines the media’s status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The status of the upload after cancellation.
+
+
status() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
The current processing status of the media.
+
+
status() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
+
+
status() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
status of the media, only media with ready status is added to playlist.
+
+
status() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
Indicates the current state of the track.
+
+
status() - Method in class org.openapis.openapi.models.components.TracksSubtitles
+
+
Current status of the generated subtitle track.
+
+
status() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Determines the media's status, which can be one of the possible values.
+
+
status() - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Indicates the current state of the track.
+
+
status() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
Indicates the current state of the track.
+
+
status(String) - Method in class org.openapis.openapi.models.components.AiResponseRecord.Builder
+
+
The status of the AI processing (for example, "available", "preparing", "failed").
+
+
status(String) - Method in class org.openapis.openapi.models.components.AiSummaryRecord.Builder
+
+
The status of the AI processing (for example, "available", "preparing", "failed").
+
+
status(String) - Method in class org.openapis.openapi.models.components.AudioTrack.Builder
+
+
Indicates the current state of the track.
+
+
status(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
+
+
status(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
+
+
status(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
The status of the upload after cancellation.
+
+
status(String) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
+
+
status(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
+
+
status of the media, only media with ready status is added to playlist.
+
+
status(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack.Builder
+
+
Indicates the current state of the track.
+
+
status(String) - Method in class org.openapis.openapi.models.components.TracksSubtitles.Builder
+
+
Current status of the generated subtitle track.
+
+
status(String) - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
+
+
Indicates the current state of the track.
+
+
status(String) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll.Builder
+
+
Indicates the current state of the track.
+
+
status(CreateMediaResponseStatus) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(DirectUploadStatus) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(GetAllMediaResponseStatus) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(GetMediaResponseStatus) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(LiveMediaClipsStatus) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(MediaClipResponseStatus) - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
+
+
The current processing status of the media.
+
+
status(MediaStatus) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Determines the media’s status, which can be one of the possible values.
+
+
status(SourceAccessMediaStatus) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(UnusedDirectUploadStatus) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
status(UpdateMediaStatus) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Determines the media's status, which can be one of the possible values.
+
+
statusCode() - Method in exception class org.openapis.openapi.models.errors.AuthException
+
+
Deprecated. + +
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
+
HTTP response status code for this operation
+
+
statusCode() - Method in interface org.openapis.openapi.utils.AsyncResponse
+
+
Returns the HTTP status code.
+
+
statusCode() - Method in class org.openapis.openapi.utils.reactive.EventStream
+
+
Returns the HTTP status code.
+
+
statusCode() - Method in interface org.openapis.openapi.utils.Response
+
+
Returns the HTTP status code.
+
+
statusCode() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
statusCode() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse.Builder
+
+
HTTP response status code for this operation
+
+
statusCodeMatches(int, String...) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
statusCodeMatchesOne(int, String) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
statusCodes(List<String>) - Method in class org.openapis.openapi.utils.AsyncRetries.Builder
+
+
Defines the status codes that should be considered as errors.
+
+
statusCodes(List<String>) - Method in class org.openapis.openapi.utils.Retries.Builder
+
+
Defines the status codes that should be considered as errors.
+
+
strategy() - Method in class org.openapis.openapi.utils.RetryConfig
+
 
+
stream() - Method in class org.openapis.openapi.utils.EventStream
+
+
Returns a Stream of events.
+
+
stream(Callable<Optional<T>>, Utils.Function<T, Optional<T>>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
streamId() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The ID of the livestream for which the clips were created.
+
+
streamId() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The ID of the livestream for which the clips were created.
+
+
streamId() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The ID of the livestream for which the clips were created.
+
+
streamId() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
The ID of the livestream for which the clips were created.
+
+
streamId(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
The ID of the livestream for which the clips were created.
+
+
streamId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
The ID of the livestream for which the clips were created.
+
+
streamId(String) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest.Builder
+
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder
+
 
+
streamId(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
+
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
+
streamId(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
StreamingParser<T> - Class in org.openapis.openapi.utils
+
+
Generic streaming parser that handles byte buffer management and delegates + format-specific logic to a StreamContentProcessor.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.LiveSimulcast.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.SimulcastRequest.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.SimulcastResponseData.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streamKey(String) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder
+
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
+
+
streams() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
streams() - Method in class org.openapis.openapi.Fastpix
+
 
+
Streams - Class in org.openapis.openapi
+
 
+
STRICT_DESERIALIZERS - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
string() - Method in class org.openapis.openapi.models.components.EventTime
+
+
Returns an Optional containing the value if it is of type String, + otherwise returns an empty Optional.
+
+
string() - Method in class org.openapis.openapi.models.components.PlayerHeight
+
+
Returns an Optional containing the value if it is of type String, + otherwise returns an empty Optional.
+
+
string() - Method in class org.openapis.openapi.models.components.PlayerViewCount
+
+
Returns an Optional containing the value if it is of type String, + otherwise returns an empty Optional.
+
+
string() - Method in class org.openapis.openapi.models.components.PropertyId
+
+
Returns an Optional containing the value if it is of type String, + otherwise returns an empty Optional.
+
+
string() - Method in class org.openapis.openapi.models.components.ViewerTime
+
+
Returns an Optional containing the value if it is of type String, + otherwise returns an empty Optional.
+
+
STRING - Enum constant in enum class org.openapis.openapi.utils.Utils.JsonShape
+
 
+
STRING_STRICT - Static variable in class org.openapis.openapi.utils.Deserializers
+
 
+
SUB_PROPERTY_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
SUB_PROPERTY_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
subPropertyId() - Method in class org.openapis.openapi.models.components.Views
+
+
Sub Property ID denotes the unique identifier assigned to FastPix properties, previously linked with + a specific workspace.
+
+
subPropertyId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Sub Property ID denotes the unique identifier assigned to FastPix properties, previously linked with + a specific workspace.
+
+
subscribe(Flow.Subscriber<? super ByteBuffer>) - Method in class org.openapis.openapi.utils.Blob
+
 
+
subscribe(Subscriber<? super ItemT>) - Method in class org.openapis.openapi.utils.reactive.EventStream
+
 
+
SUBTITLE - Enum constant in enum class org.openapis.openapi.models.components.AddTrackRequestType
+
 
+
SUBTITLE - Enum constant in enum class org.openapis.openapi.models.components.AddTrackResponseType.AddTrackResponseTypeEnum
+
 
+
SUBTITLE - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseType.GenerateTrackResponseTypeEnum
+
 
+
SUBTITLE - Enum constant in enum class org.openapis.openapi.models.components.SubtitleTrackType.SubtitleTrackTypeEnum
+
 
+
SUBTITLE - Enum constant in enum class org.openapis.openapi.models.components.UpdateTrackResponseType.UpdateTrackResponseTypeEnum
+
 
+
SUBTITLE - Static variable in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
SUBTITLE - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
SUBTITLE - Static variable in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
SUBTITLE - Static variable in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
subtitleAvailable() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable() - Method in class org.openapis.openapi.models.components.Media
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Specifies whether subtitle tracks are available for the media.
+
+
subtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Indicates whether subtitles are available for the media.
+
+
subtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Specifies whether subtitle tracks are available for the media.
+
+
subtitleInput() - Method in class org.openapis.openapi.models.components.Input
+
+
Returns an Optional containing the value if it is of type SubtitleInput, + otherwise returns an empty Optional.
+
+
subtitleInput() - Method in class org.openapis.openapi.models.operations.Input
+
+
Returns an Optional containing the value if it is of type SubtitleInput, + otherwise returns an empty Optional.
+
+
SubtitleInput - Class in org.openapis.openapi.models.components
+
+
SubtitleInput
+
+
SubtitleInput(String, String, String) - Constructor for class org.openapis.openapi.models.components.SubtitleInput
+
 
+
SubtitleInput(String, String, String, LanguageCode) - Constructor for class org.openapis.openapi.models.components.SubtitleInput
+
 
+
SubtitleInput.Builder - Class in org.openapis.openapi.models.components
+
 
+
subtitles() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Generates subtitle files for audio/video files.
+
+
subtitles() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Generates subtitle files for audio/video files.
+
+
subtitles(Subtitles) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
Generates subtitle files for audio/video files.
+
+
subtitles(Subtitles) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Generates subtitle files for audio/video files.
+
+
Subtitles - Class in org.openapis.openapi.models.components
+
+
Subtitles
+
+
Subtitles - Class in org.openapis.openapi.models.operations
+
+
Subtitles
+
+
Subtitles() - Constructor for class org.openapis.openapi.models.components.Subtitles
+
 
+
Subtitles() - Constructor for class org.openapis.openapi.models.operations.Subtitles
+
 
+
Subtitles(String, Map<String, String>, CreateMediaRequestLanguageCode) - Constructor for class org.openapis.openapi.models.components.Subtitles
+
 
+
Subtitles(String, Map<String, String>, LanguageCode) - Constructor for class org.openapis.openapi.models.operations.Subtitles
+
 
+
Subtitles.Builder - Class in org.openapis.openapi.models.components
+
 
+
Subtitles.Builder - Class in org.openapis.openapi.models.operations
+
 
+
subtitleTrack() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
subtitleTrack() - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
subtitleTrack() - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
subtitleTrack() - Method in class org.openapis.openapi.models.components.MediaTrack
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
subtitleTrack() - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
subtitleTrack() - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
subtitleTrack() - Method in class org.openapis.openapi.models.operations.Track
+
+
Returns an Optional containing the value if it is of type SubtitleTrack, + otherwise returns an empty Optional.
+
+
SubtitleTrack - Class in org.openapis.openapi.models.components
+
+
SubtitleTrack
+
+
SubtitleTrack() - Constructor for class org.openapis.openapi.models.components.SubtitleTrack
+
 
+
SubtitleTrack(String, SubtitleTrackType, String, String, String) - Constructor for class org.openapis.openapi.models.components.SubtitleTrack
+
 
+
SubtitleTrack.Builder - Class in org.openapis.openapi.models.components
+
 
+
SubtitleTrackType - Class in org.openapis.openapi.models.components
+
+
SubtitleTrackType
+
+
SubtitleTrackType.SubtitleTrackTypeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
success() - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.CreateResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.DefaultError
+
+
Shows if the request was completed successfully.
+
+
success() - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.GetStreamsResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.PatchResponseDTO
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.SimulcastResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.components.ViewsCountResponse
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
+
Indicates if the request was successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
+
Shows the request status.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
+
Demonstrates whether the request is successful or not.
+
+
success() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
+
Shows the request status.
+
+
success(boolean) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse.Builder
+
+
Shows the request status.
+
+
success(boolean) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse.Builder
+
+
Shows the request status.
+
+
success(boolean) - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse.Builder
+
+
Shows the request status.
+
+
success(boolean) - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(boolean) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.CreateResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.DefaultError.Builder
+
+
Shows if the request was completed successfully.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.GetStreamsResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.LivestreamgetResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.MediaClipResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseDTO.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.components.ViewsCountResponse.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody.Builder
+
+
Indicates if the request was successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody.Builder
+
+
Shows the request status.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody.Builder
+
+
Demonstrates whether the request is successful or not.
+
+
success(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody.Builder
+
+
Shows the request status.
+
+
summary() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
summary() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary() - Method in class org.openapis.openapi.models.components.Media
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
summary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
summary(Summary) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
 
+
summary(Summary) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
 
+
Summary - Class in org.openapis.openapi.models.components
+
 
+
Summary - Class in org.openapis.openapi.models.operations
+
 
+
Summary() - Constructor for class org.openapis.openapi.models.components.Summary
+
 
+
Summary() - Constructor for class org.openapis.openapi.models.operations.Summary
+
 
+
Summary(Boolean, Long) - Constructor for class org.openapis.openapi.models.components.Summary
+
 
+
Summary(Boolean, Long) - Constructor for class org.openapis.openapi.models.operations.Summary
+
 
+
Summary.Builder - Class in org.openapis.openapi.models.components
+
 
+
Summary.Builder - Class in org.openapis.openapi.models.operations
+
 
+
summaryLength() - Method in class org.openapis.openapi.models.components.Summary
+
+
Specifies the desired word count for the generated summary.
+
+
summaryLength() - Method in class org.openapis.openapi.models.operations.Summary
+
+
Specifies the desired word count for the generated summary.
+
+
summaryLength() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
+
Specifies the desired word count for the generated summary.
+
+
summaryLength(Long) - Method in class org.openapis.openapi.models.components.Summary.Builder
+
+
Specifies the desired word count for the generated summary.
+
+
summaryLength(Long) - Method in class org.openapis.openapi.models.operations.Summary.Builder
+
+
Specifies the desired word count for the generated summary.
+
+
summaryLength(Long) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody.Builder
+
+
Specifies the desired word count for the generated summary.
+
+
SummaryResponse - Class in org.openapis.openapi.models.components
+
 
+
SummaryResponse() - Constructor for class org.openapis.openapi.models.components.SummaryResponse
+
 
+
SummaryResponse(String, Boolean) - Constructor for class org.openapis.openapi.models.components.SummaryResponse
+
 
+
SummaryResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
SV_SE - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
SV_SE - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
SV_SE - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
swapTrackUrl() - Method in class org.openapis.openapi.models.components.AudioInput
+
+
URL of the audio track to replace the existing audio in the video.
+
+
swapTrackUrl(String) - Method in class org.openapis.openapi.models.components.AudioInput.Builder
+
+
URL of the audio track to replace the existing audio in the video.
+
+
sync() - Method in class org.openapis.openapi.AsyncAiFeatures
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncDimensions
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncDrmConfigurations
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncErrors
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncInputVideos
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncLivePlayback
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncLivePlaybacks
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncLiveStream
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncManageLiveStreams
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncMetrics
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncPlayback
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncSigningKeys
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncSimulcasts
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncSimulcastStream
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncSimulcastStreams
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncStreams
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncVideos
+
+
Switches to the sync SDK.
+
+
sync() - Method in class org.openapis.openapi.AsyncViews
+
+
Switches to the sync SDK.
+
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.AddMediaToPlaylist.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.AddMediaTrack.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CancelUpload.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ChangeMediaOrderInPlaylist.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CompleteLiveStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreateAPlaylist.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreateMedia.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreateMediaPlaybackId.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreateNewStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreatePlaybackIdOfStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreateSigningKey.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.CreateSimulcastOfStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteAPlaylist.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteLiveStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMedia.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMediaFromPlaylist.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMediaPlaybackId.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteMediaTrack.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeletePlaybackIdOfStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteSigningKey.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DeleteSimulcastOfStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DirectUploadVideoMedia.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.DisableLiveStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.EnableLiveStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GenerateSubtitleTrack.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetAllPlaylists.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetAllStreams.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetDrmConfiguration.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetDrmConfigurationById.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetLiveStreamById.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetLiveStreamPlaybackId.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetLiveStreamViewerCountById.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetMedia.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetMediaClips.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetMediaSummary.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetPlaybackId.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetPlaylistById.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetSigningKeyById.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetSpecificSimulcastOfStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetTimeseriesData.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.GetVideoViewDetails.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListBreakdownValues.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListByTopContent.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListComparisonValues.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListDimensions.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListErrors.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListFilterValuesForDimension.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListLiveClips.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListMedia.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListOverallValues.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListPlaybackIds.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListSigningKeys.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListUploads.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.ListVideoViews.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.RetrieveMediaInputInfo.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateAPlaylist.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdatedMedia.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdatedMp4Support.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateDomainRestrictions.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdatedSourceAccess.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateLiveStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaChapters.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaModeration.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaNamedEntities.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaSummary.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateMediaTrack.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream.Sync
+
 
+
Sync(SDKConfiguration, Options, Headers) - Constructor for class org.openapis.openapi.operations.UpdateUserAgentRestrictions.Sync
+
 
+
+

T

+
+
TA_IN - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
TA_IN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
TA_IN - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
TA_LK - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
TA_LK - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
TA_LK - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
TE_IN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
templateUrl(String, Map<String, String>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
TEN_MINUTES - Enum constant in enum class org.openapis.openapi.models.operations.GroupBy
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
THIRTYDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
THREE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
THREE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
THREE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
THREE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
THREE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
THREE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
THREEDAYS - Enum constant in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
throwConnectError() - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Do not retry on connection error.
+
+
throwReadTimeoutError() - Method in class org.openapis.openapi.utils.BackoffStrategy.Builder
+
+
Do not retry on Read Timeout error.
+
+
THTH - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
THTH - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
THTH - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
thumbnail() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.Media
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
A video thumbnail that acts as a preview image for the video.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
thumbnail for the particular media.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.MediaClipResponseData.Builder
+
+
A video thumbnail that acts as a preview image for the video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
+
+
thumbnail for the particular media.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
thumbnail(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
A video thumbnail is a still image that acts as the preview image for your video.
+
+
timeout() - Method in class org.openapis.openapi.models.components.DirectUpload
+
+
The duration set for the validity of the upload URL.
+
+
timeout() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The timeout value for the upload.
+
+
timeout() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
+
The duration set for the validity of the upload URL.
+
+
timeout(Double) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
+
+
The duration set for the validity of the upload URL.
+
+
timeout(Double) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
+
+
The duration set for the validity of the upload URL.
+
+
timeout(Long) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
The timeout value for the upload.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody.Builder
+
+
The timespan from and to details displayed in the form of unix epoch timestamps.
+
+
timespan(GetTimeseriesDataTimespan) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListBreakdownValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListByTopContentTimespan) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentRequestBuilder
+
 
+
timespan(ListByTopContentTimespan) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListByTopContentTimespan) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequestBuilder
+
 
+
timespan(ListComparisonValuesTimespan) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
timespan(ListComparisonValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListComparisonValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
timespan(ListErrorsTimespan) - Method in class org.openapis.openapi.models.operations.async.ListErrorsRequestBuilder
+
 
+
timespan(ListErrorsTimespan) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListErrorsTimespan) - Method in class org.openapis.openapi.models.operations.ListErrorsRequestBuilder
+
 
+
timespan(ListFilterValuesForDimensionTimespan) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionRequestBuilder
+
 
+
timespan(ListFilterValuesForDimensionTimespan) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListFilterValuesForDimensionTimespan) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequestBuilder
+
 
+
timespan(ListOverallValuesTimespan) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesRequestBuilder
+
 
+
timespan(ListOverallValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
timespan(ListOverallValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequestBuilder
+
 
+
timespan(ListVideoViewsTimespan) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
This parameter specifies the time span between which the video views list must be retrieved by.
+
+
title() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.Media
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
Title of the media.
+
+
title() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Title of the media file.
+
+
title() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.CreateMediaRequest.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem.Builder
+
+
Title of the media.
+
+
title(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.operations.PushMediaSettings.Builder
+
+
Title of the media file.
+
+
title(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody.Builder
+
+
Title of the media file.
+
+
toAsync(Hook.AfterError) - Static method in class org.openapis.openapi.utils.HookAdapters
+
+
Adapts a synchronous Hook.AfterError to an asynchronous + AsyncHook.AfterError.
+
+
toAsync(Hook.AfterSuccess) - Static method in class org.openapis.openapi.utils.HookAdapters
+
+
Adapts a synchronous Hook.AfterSuccess to an asynchronous + AsyncHook.AfterSuccess.
+
+
toAsync(Hook.BeforeRequest) - Static method in class org.openapis.openapi.utils.HookAdapters
+
+
Adapts a synchronous Hook.BeforeRequest to an asynchronous + AsyncHook.BeforeRequest.
+
+
toByteArray() - Method in class org.openapis.openapi.utils.Blob
+
+
Collects the entire stream into a single byte array.
+
+
toByteArrayAndClose(InputStream) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
toFile(Path) - Method in class org.openapis.openapi.utils.Blob
+
+
Writes the entire stream to the specified file path.
+
+
toHex(byte[]) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
toInputStream() - Method in class org.openapis.openapi.utils.Blob
+
+
Converts the entire stream into an InputStream for traditional I/O operations.
+
+
token() - Method in class org.openapis.openapi.utils.SessionManager.Session
+
 
+
toList() - Method in class org.openapis.openapi.utils.EventStream
+
+
Reads all events and returns them as a List.
+
+
toList(Object) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
toOptional(JsonNullable<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
TOP - Enum constant in enum class org.openapis.openapi.models.components.YAlign
+
 
+
TopErrorDetails - Class in org.openapis.openapi.models.components
+
 
+
TopErrorDetails() - Constructor for class org.openapis.openapi.models.components.TopErrorDetails
+
 
+
TopErrorDetails(JsonNullable<TopErrorDetailsPercentage>, JsonNullable<UniqueViewersEffectedPercentage>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.TopErrorDetails
+
 
+
TopErrorDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
TopErrorDetailsPercentage - Class in org.openapis.openapi.models.components
+
+
TopErrorDetailsPercentage
+
+
TopErrorDetailsPercentage._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
topErrors() - Method in class org.openapis.openapi.models.operations.ListErrorsData
+
+
Retrieves a list of errors that have occurred most frequently in the system, ranked by their count + of occurrences.
+
+
topErrors(List<TopErrorDetails>) - Method in class org.openapis.openapi.models.operations.ListErrorsData.Builder
+
+
Retrieves a list of errors that have occurred most frequently in the system, ranked by their count + of occurrences.
+
+
toStream(Iterable<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AiResponseRecord
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AiSummaryRecord
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AudioInput
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AudioTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.AudioTrackType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ChaptersResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Custom1
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Custom2
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DataPagination
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DateRange
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DefaultError
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DirectUpload
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DirectUploadStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.components.DrmIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Error
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ErrorDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ErrorDetailsPercentage
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Event
+
 
+
toString() - Method in class org.openapis.openapi.models.components.EventTime
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.GetStreamsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Input
+
 
+
toString() - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveStreamPagination
+
 
+
toString() - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Media
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaIdsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MediaTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Metadata
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Moderation
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ModerationResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Pagination
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PatchResponseDTO
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Placement
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackId
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaybackSettings
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlayerHeight
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlayerViewCount
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PolicyAction
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PropertyId
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
+
 
+
toString() - Method in class org.openapis.openapi.models.components.PullVideoInputSegmentUnion
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Resolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Security
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SigningKeysPagination
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SubtitleInput
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Subtitles
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Summary
+
 
+
toString() - Method in class org.openapis.openapi.models.components.SummaryResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.TopErrorDetailsPercentage
+
 
+
toString() - Method in class org.openapis.openapi.models.components.TracksSubtitles
+
 
+
toString() - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
toString() - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.components.VideoInput
+
 
+
toString() - Method in class org.openapis.openapi.models.components.VideoInputSegment1
+
 
+
toString() - Method in class org.openapis.openapi.models.components.VideoInputSegment2
+
 
+
toString() - Method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
 
+
toString() - Method in class org.openapis.openapi.models.components.VideoTrack
+
 
+
toString() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ViewerTime
+
 
+
toString() - Method in class org.openapis.openapi.models.components.Views
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ViewsCountResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ViewsCountResponseData
+
 
+
toString() - Method in class org.openapis.openapi.models.components.ViewsList
+
 
+
toString() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
 
+
toString() - Method in exception class org.openapis.openapi.models.errors.FastpixException
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CancelUploadRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.Configuration
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.File
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.Input
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListErrorsData
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.Subtitles
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.Summary
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.Track
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
 
+
toString() - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
toString() - Method in class org.openapis.openapi.utils.BigDecimalString
+
 
+
toString() - Method in class org.openapis.openapi.utils.BigIntegerString
+
 
+
toString() - Method in class org.openapis.openapi.utils.EventStreamMessage
+
 
+
toString() - Method in class org.openapis.openapi.utils.Headers
+
 
+
toString() - Method in class org.openapis.openapi.utils.QueryParameter
+
 
+
toString() - Method in class org.openapis.openapi.utils.TypedObject
+
 
+
toString() - Method in class org.openapis.openapi.utils.UnknownType
+
 
+
toString() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
toString(Class<?>, Object...) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
TOTAL_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
TOTAL_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
TOTAL_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
totalPlayingTime() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
+
Total time spent playing the video, represented in milliseconds.
+
+
totalPlayingTime(Long) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder
+
+
Total time spent playing the video, represented in milliseconds.
+
+
totalPlayTime() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
Total time spent playing the video, represented in milliseconds.
+
+
totalPlayTime(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
+
+
Total time spent playing the video, represented in milliseconds.
+
+
totalRecords() - Method in class org.openapis.openapi.models.components.DataPagination
+
+
The total number of records retrieved within the timespan.
+
+
totalRecords() - Method in class org.openapis.openapi.models.components.LiveStreamPagination
+
+
It gives the total number of media assets that are accessible overall.
+
+
totalRecords() - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
+
+
Total number of records available.
+
+
totalRecords() - Method in class org.openapis.openapi.models.components.Pagination
+
+
It gives the total number of media assets that are accessible overall.
+
+
totalRecords() - Method in class org.openapis.openapi.models.components.SigningKeysPagination
+
+
It gives the total number of Signing keys that are created by a user.
+
+
totalRecords(Long) - Method in class org.openapis.openapi.models.components.DataPagination.Builder
+
+
The total number of records retrieved within the timespan.
+
+
totalRecords(Long) - Method in class org.openapis.openapi.models.components.LiveStreamPagination.Builder
+
+
It gives the total number of media assets that are accessible overall.
+
+
totalRecords(Long) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination.Builder
+
+
Total number of records available.
+
+
totalRecords(Long) - Method in class org.openapis.openapi.models.components.Pagination.Builder
+
+
It gives the total number of media assets that are accessible overall.
+
+
totalRecords(Long) - Method in class org.openapis.openapi.models.components.SigningKeysPagination.Builder
+
+
It gives the total number of Signing keys that are created by a user.
+
+
totalStartupTime() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the total time (in milliseconds) taken for the video player to start playback from the + moment the user initiates the session.
+
+
totalStartupTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the total time (in milliseconds) taken for the video player to start playback from the + moment the user initiates the session.
+
+
totalViews() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
The total number of views recorded.
+
+
totalViews(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
+
+
The total number of views recorded.
+
+
totalWatchTime() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
+
Total time watched across all views, represented in milliseconds.
+
+
totalWatchTime() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
Total time watched across all views, represented in milliseconds.
+
+
totalWatchTime(Long) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder
+
+
Total time watched across all views, represented in milliseconds.
+
+
totalWatchTime(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
+
+
Total time watched across all views, represented in milliseconds.
+
+
toUtf8AndClose(InputStream) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
trace(String) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
trace(String, Object) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
trace(String, Object...) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
trace(String, Object, Object) - Method in class org.openapis.openapi.utils.FastpixLogger
+
 
+
Track - Class in org.openapis.openapi.models.operations
+
 
+
Track._Deserializer - Class in org.openapis.openapi.models.operations
+
 
+
trackId() - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
trackId() - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
+
A universally unique identifier (UUID) assigned to the specific track for which subtitles must be + generated.
+
+
trackId() - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
trackId(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackRequestBuilder
+
 
+
trackId(String) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackRequestBuilder
+
 
+
trackId(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
+
 
+
trackId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
trackId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequestBuilder
+
 
+
trackId(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest.Builder
+
+
A universally unique identifier (UUID) assigned to the specific track for which subtitles must be + generated.
+
+
trackId(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequestBuilder
+
 
+
trackId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest.Builder
+
+
The unique identifier assigned to the media when created.
+
+
trackId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
+
 
+
tracks() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks() - Method in class org.openapis.openapi.models.components.Media
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks() - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
+
+
Contains details about the track being added to the media file.
+
+
tracks() - Method in class org.openapis.openapi.models.operations.File
+
+
A list of all media tracks including video, audio, and subtitles.
+
+
tracks(List<GetAllMediaResponseTrack>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks(List<GetMediaResponseTrack>) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks(List<LiveMediaClipsTrack>) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks(List<MediaTrack>) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks(List<SourceAccessMediaTrack>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks(List<UpdateMediaTrack>) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
+
tracks(List<Track>) - Method in class org.openapis.openapi.models.operations.File.Builder
+
+
A list of all media tracks including video, audio, and subtitles.
+
+
tracks(AddTrackRequest) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody.Builder
+
+
Contains details about the track being added to the media file.
+
+
TracksSubtitles - Class in org.openapis.openapi.models.components
+
 
+
TracksSubtitles() - Constructor for class org.openapis.openapi.models.components.TracksSubtitles
+
 
+
TracksSubtitles(String, JsonNullable<String>) - Constructor for class org.openapis.openapi.models.components.TracksSubtitles
+
 
+
TracksSubtitles.Builder - Class in org.openapis.openapi.models.components
+
 
+
TrackSubtitlesGenerateRequest - Class in org.openapis.openapi.models.components
+
+
TrackSubtitlesGenerateRequest
+
+
TrackSubtitlesGenerateRequest() - Constructor for class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
 
+
TrackSubtitlesGenerateRequest(String, Map<String, String>, LanguageCode) - Constructor for class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
 
+
TrackSubtitlesGenerateRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
transform(Iterator<I>, Utils.Function<I, O>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
trial() - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
FastPix allows for a to trial the live stream for free.
+
+
trial() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
FastPix allows for a free trial.
+
+
trial() - Method in class org.openapis.openapi.models.components.DirectUpload
+
+
Indicates if the upload was a trial.
+
+
trial() - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
FastPix allows for a to trial the live stream for free.
+
+
trial() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
Indicates if the upload was a trial.
+
+
trial() - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
FastPix allows for a to trial the live stream for free.
+
+
trial() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
+
Indicates if the upload was a trial.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO.Builder
+
+
FastPix allows for a to trial the live stream for free.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
FastPix allows for a free trial.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
+
+
Indicates if the upload was a trial.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO.Builder
+
+
FastPix allows for a to trial the live stream for free.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
Indicates if the upload was a trial.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData.Builder
+
+
FastPix allows for a to trial the live stream for free.
+
+
trial(Boolean) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
+
+
Indicates if the upload was a trial.
+
+
TRTR - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
TRTR - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
TRTR - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
TWENTY_FOURHOURS - Enum constant in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTY - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Enum constant in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.Resolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - Static variable in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
type() - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
+
Specifies the type of track being added.
+
+
type() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
Specifies the type of track (audio or subtitle).
+
+
type() - Method in class org.openapis.openapi.models.components.AudioInput
+
+
Type of overlay (currently only supports "audio").
+
+
type() - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
Defines the type of input track.
+
+
type() - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
+
+
The type of input media.
+
+
type() - Method in interface org.openapis.openapi.models.components.CreatePlaylistRequest
+
 
+
type() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Manual playlist type (no `playOrder`).
+
+
type() - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
For a smart playlist metadata is required.
+
+
type() - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
The type of track generated ("subtitle").
+
+
type() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
value can be score that ranges from 0 to 100
+
+
type() - Method in class org.openapis.openapi.models.components.Moderation
+
+
Defines the type of input.
+
+
type() - Method in interface org.openapis.openapi.models.components.PlaylistByIdResponseData
+
 
+
type() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
type of the playlist, when it was created
+
+
type() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
type of the playlist, when it was created
+
+
type() - Method in interface org.openapis.openapi.models.components.PlaylistCreatedSchema
+
 
+
type() - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
type of the playlist, when it was created
+
+
type() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
Defines the type of input.
+
+
type() - Method in class org.openapis.openapi.models.components.SubtitleInput
+
+
Defines the type of input.
+
+
type() - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
Defines the type of input track.
+
+
type() - Method in class org.openapis.openapi.models.components.UnknownCreatePlaylistRequest
+
 
+
type() - Method in class org.openapis.openapi.models.components.UnknownPlaylistByIdResponseData
+
 
+
type() - Method in class org.openapis.openapi.models.components.UnknownPlaylistCreatedSchema
+
 
+
type() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
Specifies the type of track (audio or subtitle).
+
+
type() - Method in class org.openapis.openapi.models.components.VideoInput
+
+
Defines the type of input.
+
+
type() - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Defines the type of input.
+
+
type() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
Defines the type of input.
+
+
type() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
+
Type of overlay (currently only supports "watermark").
+
+
type() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
+
+
Defines the type of input.
+
+
type() - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
+
Type of media content
+
+
type(String) - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput.Builder
+
+
The type of input media.
+
+
type(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
+
+
value can be score that ranges from 0 to 100
+
+
type(String) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
Defines the type of input.
+
+
type(String) - Method in class org.openapis.openapi.models.components.SubtitleInput.Builder
+
+
Defines the type of input.
+
+
type(String) - Method in class org.openapis.openapi.models.components.VideoInput.Builder
+
+
Defines the type of input.
+
+
type(String) - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
+
+
Defines the type of input.
+
+
type(String) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll.Builder
+
+
Defines the type of input.
+
+
type(AddTrackRequestType) - Method in class org.openapis.openapi.models.components.AddTrackRequest.Builder
+
+
Specifies the type of track being added.
+
+
type(AddTrackResponseType) - Method in class org.openapis.openapi.models.components.AddTrackResponse.Builder
+
+
Specifies the type of track (audio or subtitle).
+
+
type(AudioInputType) - Method in class org.openapis.openapi.models.components.AudioInput.Builder
+
+
Type of overlay (currently only supports "audio").
+
+
type(AudioTrackType) - Method in class org.openapis.openapi.models.components.AudioTrack.Builder
+
+
Defines the type of input track.
+
+
type(CreateMediaRequestType) - Method in class org.openapis.openapi.models.components.Moderation.Builder
+
+
Defines the type of input.
+
+
type(CreatePlaylistRequestManualType) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual.Builder
+
+
Manual playlist type (no `playOrder`).
+
+
type(CreatePlaylistRequestSmartType) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart.Builder
+
+
For a smart playlist metadata is required.
+
+
type(GenerateTrackResponseType) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse.Builder
+
+
The type of track generated ("subtitle").
+
+
type(MediaType) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration.Builder
+
+
Type of media content
+
+
type(PlaylistByIdResponseDataManualType) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
type of the playlist, when it was created
+
+
type(PlaylistByIdResponseDataSmartType) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
type of the playlist, when it was created
+
+
type(PlaylistItemType) - Method in class org.openapis.openapi.models.components.PlaylistItem.Builder
+
+
type of the playlist, when it was created
+
+
type(SubtitleTrackType) - Method in class org.openapis.openapi.models.components.SubtitleTrack.Builder
+
+
Defines the type of input track.
+
+
type(UpdateTrackResponseType) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse.Builder
+
+
Specifies the type of track (audio or subtitle).
+
+
type(WatermarkInputType) - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
+
+
Type of overlay (currently only supports "watermark").
+
+
type(Type) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration.Builder
+
+
Defines the type of input.
+
+
Type - Enum Class in org.openapis.openapi.models.operations
+
+
Type
+
+
TypedObject - Class in org.openapis.openapi.utils
+
 
+
TypedObject.Serializer - Class in org.openapis.openapi.utils
+
 
+
typeFromId(DatabindContext, String) - Method in class org.openapis.openapi.utils.GenericTypeIdResolver
+
 
+
typeReference() - Method in class org.openapis.openapi.utils.TypedObject
+
 
+
typeReference() - Method in class org.openapis.openapi.utils.Utils.TypeReferenceWithShape
+
 
+
Types - Enum Class in org.openapis.openapi.utils
+
 
+
+

U

+
+
UK_UA - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
UK_UA - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
UK_UA - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
unchecked(Throwable) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
unchecked(Exceptions.CheckedConsumer<T>) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
unchecked(Exceptions.CheckedFunction<T, R>) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
unchecked(Exceptions.CheckedRunnable) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
unchecked(Exceptions.CheckedSupplier<T>) - Static method in class org.openapis.openapi.utils.Exceptions
+
 
+
UNIQUE_VIEWERS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
UNIQUE_VIEWERS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
UNIQUE_VIEWERS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
uniqueCount() - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
+
The count of unique viewers who interacted with the content.
+
+
uniqueCount(Long) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails.Builder
+
+
The count of unique viewers who interacted with the content.
+
+
uniqueViewersEffectedPercentage() - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
percentage of unique viewers affected by the specific error.
+
+
uniqueViewersEffectedPercentage(UniqueViewersEffectedPercentage) - Method in class org.openapis.openapi.models.components.TopErrorDetails.Builder
+
+
percentage of unique viewers affected by the specific error.
+
+
UniqueViewersEffectedPercentage - Class in org.openapis.openapi.models.components
+
+
UniqueViewersEffectedPercentage
+
+
UniqueViewersEffectedPercentage._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
uniqueViews() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
The count of unique viewers who interacted with the content.
+
+
uniqueViews() - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
+
Total count of unique video viewers for particular video content.
+
+
uniqueViews(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
+
+
The count of unique viewers who interacted with the content.
+
+
uniqueViews(Long) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails.Builder
+
+
Total count of unique video viewers for particular video content.
+
+
UnknownCreatePlaylistRequest - Class in org.openapis.openapi.models.components
+
 
+
UnknownCreatePlaylistRequest(JsonNode) - Constructor for class org.openapis.openapi.models.components.UnknownCreatePlaylistRequest
+
 
+
UnknownPlaylistByIdResponseData - Class in org.openapis.openapi.models.components
+
 
+
UnknownPlaylistByIdResponseData(JsonNode) - Constructor for class org.openapis.openapi.models.components.UnknownPlaylistByIdResponseData
+
 
+
UnknownPlaylistCreatedSchema - Class in org.openapis.openapi.models.components
+
 
+
UnknownPlaylistCreatedSchema(JsonNode) - Constructor for class org.openapis.openapi.models.components.UnknownPlaylistCreatedSchema
+
 
+
unknownType - Variable in class org.openapis.openapi.utils.GenericTypeIdResolver
+
 
+
UnknownType - Class in org.openapis.openapi.utils
+
+
Generic unknown wrapper for handling polymorphic types that don't have specific implementations.
+
+
UnknownType(JsonNode) - Constructor for class org.openapis.openapi.utils.UnknownType
+
 
+
unmarshal(HttpResponse<InputStream>, TypeReference<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
unmarshalAsync(HttpResponse<Blob>, TypeReference<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
UnusedDirectUpload - Class in org.openapis.openapi.models.components
+
+
UnusedDirectUpload
+
+
UnusedDirectUpload() - Constructor for class org.openapis.openapi.models.components.UnusedDirectUpload
+
 
+
UnusedDirectUpload(String, Boolean, UnusedDirectUploadStatus, String, Double, String, UnusedDirectUploadResponse) - Constructor for class org.openapis.openapi.models.components.UnusedDirectUpload
+
 
+
UnusedDirectUpload.Builder - Class in org.openapis.openapi.models.components
+
 
+
UnusedDirectUploadResponse - Class in org.openapis.openapi.models.components
+
 
+
UnusedDirectUploadResponse() - Constructor for class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
UnusedDirectUploadResponse(List<UnusedUploadsPlaybackId>, Map<String, String>, UnusedDirectUploadResponseMediaQuality, Boolean, Boolean) - Constructor for class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
UnusedDirectUploadResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
UnusedDirectUploadResponseMediaQuality - Class in org.openapis.openapi.models.components
+
+
UnusedDirectUploadResponseMediaQuality
+
+
UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
UnusedDirectUploadStatus - Class in org.openapis.openapi.models.components
+
+
UnusedDirectUploadStatus
+
+
UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
UnusedUploadsPlaybackId - Class in org.openapis.openapi.models.components
+
+
UnusedUploadsPlaybackId
+
+
UnusedUploadsPlaybackId() - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
 
+
UnusedUploadsPlaybackId(AccessPolicy, UnusedUploadsPlaybackIdAccessRestrictions) - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
 
+
UnusedUploadsPlaybackId.Builder - Class in org.openapis.openapi.models.components
+
 
+
UnusedUploadsPlaybackIdAccessRestrictions - Class in org.openapis.openapi.models.components
+
+
UnusedUploadsPlaybackIdAccessRestrictions
+
+
UnusedUploadsPlaybackIdAccessRestrictions() - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
 
+
UnusedUploadsPlaybackIdAccessRestrictions(UnusedUploadsPlaybackIdDomains, UnusedUploadsPlaybackIdUserAgents) - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
 
+
UnusedUploadsPlaybackIdAccessRestrictions.Builder - Class in org.openapis.openapi.models.components
+
 
+
UnusedUploadsPlaybackIdDomains - Class in org.openapis.openapi.models.components
+
+
UnusedUploadsPlaybackIdDomains
+
+
UnusedUploadsPlaybackIdDomains() - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
 
+
UnusedUploadsPlaybackIdDomains(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
 
+
UnusedUploadsPlaybackIdDomains.Builder - Class in org.openapis.openapi.models.components
+
 
+
UnusedUploadsPlaybackIdUserAgents - Class in org.openapis.openapi.models.components
+
+
UnusedUploadsPlaybackIdUserAgents
+
+
UnusedUploadsPlaybackIdUserAgents() - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
 
+
UnusedUploadsPlaybackIdUserAgents(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
 
+
UnusedUploadsPlaybackIdUserAgents.Builder - Class in org.openapis.openapi.models.components
+
 
+
update() - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Update a stream
+
+
update() - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Update a playlist by ID
+
+
update() - Method in class org.openapis.openapi.AsyncSimulcasts
+
+
Update a simulcast
+
+
update() - Method in class org.openapis.openapi.ManageLiveStream
+
+
Update a stream
+
+
update() - Method in class org.openapis.openapi.Playlists
+
+
Update a playlist by ID
+
+
update() - Method in class org.openapis.openapi.Simulcasts
+
+
Update a simulcast
+
+
update(String, String, SimulcastUpdateRequest) - Method in class org.openapis.openapi.AsyncSimulcasts
+
+
Update a simulcast
+
+
update(String, String, SimulcastUpdateRequest) - Method in class org.openapis.openapi.Simulcasts
+
+
Update a simulcast
+
+
update(String, String, SimulcastUpdateRequest, Options) - Method in class org.openapis.openapi.AsyncSimulcasts
+
+
Update a simulcast
+
+
update(String, String, SimulcastUpdateRequest, Options) - Method in class org.openapis.openapi.Simulcasts
+
+
Update a simulcast
+
+
update(String, PatchLiveStreamRequest) - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Update a stream
+
+
update(String, PatchLiveStreamRequest) - Method in class org.openapis.openapi.ManageLiveStream
+
+
Update a stream
+
+
update(String, PatchLiveStreamRequest, Options) - Method in class org.openapis.openapi.AsyncManageLiveStream
+
+
Update a stream
+
+
update(String, PatchLiveStreamRequest, Options) - Method in class org.openapis.openapi.ManageLiveStream
+
+
Update a stream
+
+
update(String, UpdatePlaylistRequest) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Update a playlist by ID
+
+
update(String, UpdatePlaylistRequest) - Method in class org.openapis.openapi.Playlists
+
+
Update a playlist by ID
+
+
update(String, UpdatePlaylistRequest, Options) - Method in class org.openapis.openapi.AsyncPlaylists
+
+
Update a playlist by ID
+
+
update(String, UpdatePlaylistRequest, Options) - Method in class org.openapis.openapi.Playlists
+
+
Update a playlist by ID
+
+
UpdateAPlaylist - Class in org.openapis.openapi.operations
+
 
+
UpdateAPlaylist() - Constructor for class org.openapis.openapi.operations.UpdateAPlaylist
+
 
+
UpdateAPlaylist.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateAPlaylist.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateAPlaylistRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateAPlaylistRequest(String, UpdatePlaylistRequest) - Constructor for class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
+
 
+
UpdateAPlaylistRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateAPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateAPlaylistRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateAPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateAPlaylistRequestBuilder
+
 
+
UpdateAPlaylistRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateAPlaylistRequestBuilder
+
 
+
UpdateAPlaylistResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateAPlaylistResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateAPlaylistResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
 
+
UpdateAPlaylistResponse(String, int, HttpResponse<InputStream>, PlaylistCreatedResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
 
+
UpdateAPlaylistResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
 
+
UpdateAPlaylistResponse(String, int, HttpResponse<Blob>, PlaylistCreatedResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
 
+
UpdateAPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateAPlaylistResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updateChapters() - Method in class org.openapis.openapi.AsyncVideos
+
+
Generate video chapters
+
+
updateChapters() - Method in class org.openapis.openapi.Videos
+
+
Generate video chapters
+
+
updateChapters(String, UpdateMediaChaptersRequestBody) - Method in class org.openapis.openapi.AsyncVideos
+
+
Generate video chapters
+
+
updateChapters(String, UpdateMediaChaptersRequestBody) - Method in class org.openapis.openapi.Videos
+
+
Generate video chapters
+
+
updateChapters(String, UpdateMediaChaptersRequestBody, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Generate video chapters
+
+
updateChapters(String, UpdateMediaChaptersRequestBody, Options) - Method in class org.openapis.openapi.Videos
+
+
Generate video chapters
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.Media
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
Playlist's most recent update timestamp.
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Playlist's most recent update timestamp.
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt() - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateMediaResponse.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.Media.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
+
+
Playlist's most recent update timestamp.
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
+
+
Playlist's most recent update timestamp.
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
+
+
Time the media was updated, defined as a localDateTime (UTC Time).
+
+
updatedDate() - Method in class org.openapis.openapi.models.components.Metadata
+
+
Date range with start and end dates.
+
+
updatedDate() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
+
Date range with start and end dates.
+
+
updatedDate(DateRange) - Method in class org.openapis.openapi.models.components.Metadata.Builder
+
+
Date range with start and end dates.
+
+
updatedDate(DateRange) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata.Builder
+
+
Date range with start and end dates.
+
+
UpdatedMedia - Class in org.openapis.openapi.operations
+
 
+
UpdatedMedia() - Constructor for class org.openapis.openapi.operations.UpdatedMedia
+
 
+
UpdatedMedia.Async - Class in org.openapis.openapi.operations
+
 
+
UpdatedMedia.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdatedMediaRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaRequest(String, UpdatedMediaRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
 
+
UpdatedMediaRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaRequestBody() - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
UpdatedMediaRequestBody(Map<String, String>, String, String) - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
 
+
UpdatedMediaRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedMediaRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedMediaRequestBuilder
+
 
+
UpdatedMediaRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaRequestBuilder
+
 
+
UpdatedMediaResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedMediaResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
 
+
UpdatedMediaResponse(String, int, HttpResponse<InputStream>, UpdatedMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
 
+
UpdatedMediaResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
 
+
UpdatedMediaResponse(String, int, HttpResponse<Blob>, UpdatedMediaResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
 
+
UpdatedMediaResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedMediaResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMediaResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdatedMediaResponseBody
+
+
UpdatedMediaResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
UpdatedMediaResponseBody(Boolean, UpdateMedia) - Constructor for class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
+
 
+
UpdatedMediaResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4Support - Class in org.openapis.openapi.operations
+
 
+
UpdatedMp4Support() - Constructor for class org.openapis.openapi.operations.UpdatedMp4Support
+
 
+
UpdatedMp4Support.Async - Class in org.openapis.openapi.operations
+
 
+
UpdatedMp4Support.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdatedMp4SupportMp4Support - Enum Class in org.openapis.openapi.models.operations
+
+
UpdatedMp4SupportMp4Support
+
+
UpdatedMp4SupportRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportRequest(String, UpdatedMp4SupportRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
 
+
UpdatedMp4SupportRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportRequestBody() - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
 
+
UpdatedMp4SupportRequestBody(UpdatedMp4SupportMp4Support) - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
 
+
UpdatedMp4SupportRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedMp4SupportRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedMp4SupportRequestBuilder
+
 
+
UpdatedMp4SupportRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBuilder
+
 
+
UpdatedMp4SupportResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedMp4SupportResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
 
+
UpdatedMp4SupportResponse(String, int, HttpResponse<InputStream>, UpdatedMp4SupportResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
 
+
UpdatedMp4SupportResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
 
+
UpdatedMp4SupportResponse(String, int, HttpResponse<Blob>, UpdatedMp4SupportResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
 
+
UpdatedMp4SupportResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedMp4SupportResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedMp4SupportResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdatedMp4SupportResponseBody
+
+
UpdatedMp4SupportResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
 
+
UpdatedMp4SupportResponseBody(Boolean, Media) - Constructor for class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
+
 
+
UpdatedMp4SupportResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updateDomainRestrictions() - Method in class org.openapis.openapi.AsyncPlayback
+
+
Update domain restrictions for a playback ID
+
+
updateDomainRestrictions() - Method in class org.openapis.openapi.Playback
+
+
Update domain restrictions for a playback ID
+
+
updateDomainRestrictions(String, String, UpdateDomainRestrictionsRequestBody) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Update domain restrictions for a playback ID
+
+
updateDomainRestrictions(String, String, UpdateDomainRestrictionsRequestBody) - Method in class org.openapis.openapi.Playback
+
+
Update domain restrictions for a playback ID
+
+
updateDomainRestrictions(String, String, UpdateDomainRestrictionsRequestBody, Options) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Update domain restrictions for a playback ID
+
+
updateDomainRestrictions(String, String, UpdateDomainRestrictionsRequestBody, Options) - Method in class org.openapis.openapi.Playback
+
+
Update domain restrictions for a playback ID
+
+
UpdateDomainRestrictions - Class in org.openapis.openapi.operations
+
 
+
UpdateDomainRestrictions() - Constructor for class org.openapis.openapi.operations.UpdateDomainRestrictions
+
 
+
UpdateDomainRestrictions.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateDomainRestrictions.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateDomainRestrictionsData - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsData() - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
 
+
UpdateDomainRestrictionsData(String, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
 
+
UpdateDomainRestrictionsData.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsDefaultPolicy - Enum Class in org.openapis.openapi.models.operations
+
+
UpdateDomainRestrictionsDefaultPolicy
+
+
UpdateDomainRestrictionsRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsRequest(String, String, UpdateDomainRestrictionsRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
UpdateDomainRestrictionsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsRequestBody() - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
 
+
UpdateDomainRestrictionsRequestBody(UpdateDomainRestrictionsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
 
+
UpdateDomainRestrictionsRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateDomainRestrictionsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsRequestBuilder
+
 
+
UpdateDomainRestrictionsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBuilder
+
 
+
UpdateDomainRestrictionsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateDomainRestrictionsResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
 
+
UpdateDomainRestrictionsResponse(String, int, HttpResponse<InputStream>, UpdateDomainRestrictionsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
 
+
UpdateDomainRestrictionsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
 
+
UpdateDomainRestrictionsResponse(String, int, HttpResponse<Blob>, UpdateDomainRestrictionsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
 
+
UpdateDomainRestrictionsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateDomainRestrictionsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateDomainRestrictionsResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateDomainRestrictionsResponseBody
+
+
UpdateDomainRestrictionsResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
UpdateDomainRestrictionsResponseBody(Boolean, UpdateDomainRestrictionsData) - Constructor for class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
+
 
+
UpdateDomainRestrictionsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccess - Class in org.openapis.openapi.operations
+
 
+
UpdatedSourceAccess() - Constructor for class org.openapis.openapi.operations.UpdatedSourceAccess
+
 
+
UpdatedSourceAccess.Async - Class in org.openapis.openapi.operations
+
 
+
UpdatedSourceAccess.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdatedSourceAccessRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessRequest(String, UpdatedSourceAccessRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
 
+
UpdatedSourceAccessRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessRequestBody(boolean) - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
+
 
+
UpdatedSourceAccessRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedSourceAccessRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedSourceAccessRequestBuilder
+
 
+
UpdatedSourceAccessRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBuilder
+
 
+
UpdatedSourceAccessResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedSourceAccessResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
 
+
UpdatedSourceAccessResponse(String, int, HttpResponse<InputStream>, UpdatedSourceAccessResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
 
+
UpdatedSourceAccessResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
 
+
UpdatedSourceAccessResponse(String, int, HttpResponse<Blob>, UpdatedSourceAccessResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
 
+
UpdatedSourceAccessResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdatedSourceAccessResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdatedSourceAccessResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdatedSourceAccessResponseBody
+
+
UpdatedSourceAccessResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
UpdatedSourceAccessResponseBody(Boolean, SourceAccessMedia) - Constructor for class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
+
 
+
UpdatedSourceAccessResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updatedTimestamp() - Method in class org.openapis.openapi.models.components.Views
+
+
Updated Timestamp refers to when the record is updated to a particular Video.
+
+
updatedTimestamp(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Updated Timestamp refers to when the record is updated to a particular Video.
+
+
UpdateLiveStream - Class in org.openapis.openapi.operations
+
 
+
UpdateLiveStream() - Constructor for class org.openapis.openapi.operations.UpdateLiveStream
+
 
+
UpdateLiveStream.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateLiveStream.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateLiveStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateLiveStreamRequest(String, PatchLiveStreamRequest) - Constructor for class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
+
 
+
UpdateLiveStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateLiveStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateLiveStreamRequestBuilder
+
 
+
UpdateLiveStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateLiveStreamRequestBuilder
+
 
+
UpdateLiveStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateLiveStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
 
+
UpdateLiveStreamResponse(String, int, HttpResponse<InputStream>, PatchResponseDTO, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
 
+
UpdateLiveStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
 
+
UpdateLiveStreamResponse(String, int, HttpResponse<Blob>, PatchResponseDTO, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
 
+
UpdateLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateLiveStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updateMedia() - Method in class org.openapis.openapi.AsyncVideos
+
+
Update a media by ID
+
+
updateMedia() - Method in class org.openapis.openapi.Videos
+
+
Update a media by ID
+
+
updateMedia(String, UpdatedMediaRequestBody) - Method in class org.openapis.openapi.AsyncVideos
+
+
Update a media by ID
+
+
updateMedia(String, UpdatedMediaRequestBody) - Method in class org.openapis.openapi.Videos
+
+
Update a media by ID
+
+
updateMedia(String, UpdatedMediaRequestBody, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Update a media by ID
+
+
updateMedia(String, UpdatedMediaRequestBody, Options) - Method in class org.openapis.openapi.Videos
+
+
Update a media by ID
+
+
UpdateMedia - Class in org.openapis.openapi.models.components
+
 
+
UpdateMedia() - Constructor for class org.openapis.openapi.models.components.UpdateMedia
+
 
+
UpdateMedia(String, String, String, JsonNullable<Map<String, String>>, UpdateMediaMediaQuality, String, String, UpdateMediaMaxResolution, UpdateMediaSourceResolution, UpdateMediaStatus, Boolean, List<PlaybackId>, List<UpdateMediaTrack>, JsonNullable<List<TracksSubtitles>>, AiSummaryRecord, AiResponseRecord, AiResponseRecord, AiResponseRecord, JsonNullable<Boolean>, Boolean, String, String, OffsetDateTime, OffsetDateTime) - Constructor for class org.openapis.openapi.models.components.UpdateMedia
+
 
+
UpdateMedia.Builder - Class in org.openapis.openapi.models.components
+
 
+
UpdateMediaChapters - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaChapters() - Constructor for class org.openapis.openapi.operations.UpdateMediaChapters
+
 
+
UpdateMediaChapters.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaChapters.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaChaptersRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersRequest(String, UpdateMediaChaptersRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
 
+
UpdateMediaChaptersRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersRequestBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
 
+
UpdateMediaChaptersRequestBody(Boolean) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
 
+
UpdateMediaChaptersRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaChaptersRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaChaptersRequestBuilder
+
 
+
UpdateMediaChaptersRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBuilder
+
 
+
UpdateMediaChaptersResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaChaptersResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
 
+
UpdateMediaChaptersResponse(String, int, HttpResponse<InputStream>, UpdateMediaChaptersResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
 
+
UpdateMediaChaptersResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
 
+
UpdateMediaChaptersResponse(String, int, HttpResponse<Blob>, UpdateMediaChaptersResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
 
+
UpdateMediaChaptersResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaChaptersResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaChaptersResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateMediaChaptersResponseBody
+
+
UpdateMediaChaptersResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
UpdateMediaChaptersResponseBody(Boolean, ChaptersResponse) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
+
 
+
UpdateMediaChaptersResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaMaxResolution - Class in org.openapis.openapi.models.components
+
+
UpdateMediaMaxResolution
+
+
UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
UpdateMediaMediaQuality - Class in org.openapis.openapi.models.components
+
+
UpdateMediaMediaQuality
+
+
UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
UpdateMediaModeration - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaModeration() - Constructor for class org.openapis.openapi.operations.UpdateMediaModeration
+
 
+
UpdateMediaModeration.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaModeration.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaModerationModeration - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationModeration() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
 
+
UpdateMediaModerationModeration(MediaType) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
+
 
+
UpdateMediaModerationModeration.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationRequest(String, UpdateMediaModerationRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
 
+
UpdateMediaModerationRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationRequestBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
UpdateMediaModerationRequestBody(UpdateMediaModerationModeration) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
+
 
+
UpdateMediaModerationRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaModerationRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaModerationRequestBuilder
+
 
+
UpdateMediaModerationRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBuilder
+
 
+
UpdateMediaModerationResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaModerationResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
 
+
UpdateMediaModerationResponse(String, int, HttpResponse<InputStream>, UpdateMediaModerationResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
 
+
UpdateMediaModerationResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
 
+
UpdateMediaModerationResponse(String, int, HttpResponse<Blob>, UpdateMediaModerationResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
 
+
UpdateMediaModerationResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaModerationResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaModerationResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateMediaModerationResponseBody
+
+
UpdateMediaModerationResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
UpdateMediaModerationResponseBody(Boolean, ModerationResponse) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
+
 
+
UpdateMediaModerationResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntities - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaNamedEntities() - Constructor for class org.openapis.openapi.operations.UpdateMediaNamedEntities
+
 
+
UpdateMediaNamedEntities.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaNamedEntities.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaNamedEntitiesRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesRequest(String, UpdateMediaNamedEntitiesRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
 
+
UpdateMediaNamedEntitiesRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesRequestBody(boolean) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
 
+
UpdateMediaNamedEntitiesRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaNamedEntitiesRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
UpdateMediaNamedEntitiesRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBuilder
+
 
+
UpdateMediaNamedEntitiesResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaNamedEntitiesResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
 
+
UpdateMediaNamedEntitiesResponse(String, int, HttpResponse<InputStream>, UpdateMediaNamedEntitiesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
 
+
UpdateMediaNamedEntitiesResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
 
+
UpdateMediaNamedEntitiesResponse(String, int, HttpResponse<Blob>, UpdateMediaNamedEntitiesResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
 
+
UpdateMediaNamedEntitiesResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaNamedEntitiesResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaNamedEntitiesResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateMediaNamedEntitiesResponseBody
+
+
UpdateMediaNamedEntitiesResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
UpdateMediaNamedEntitiesResponseBody(Boolean, NamedEntitiesResponse) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
+
 
+
UpdateMediaNamedEntitiesResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updateMediaOrder() - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Change media order in a playlist by ID
+
+
updateMediaOrder() - Method in class org.openapis.openapi.Playlist
+
+
Change media order in a playlist by ID
+
+
updateMediaOrder(String, MediaIdsRequest) - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Change media order in a playlist by ID
+
+
updateMediaOrder(String, MediaIdsRequest) - Method in class org.openapis.openapi.Playlist
+
+
Change media order in a playlist by ID
+
+
updateMediaOrder(String, MediaIdsRequest, Options) - Method in class org.openapis.openapi.AsyncPlaylist
+
+
Change media order in a playlist by ID
+
+
updateMediaOrder(String, MediaIdsRequest, Options) - Method in class org.openapis.openapi.Playlist
+
+
Change media order in a playlist by ID
+
+
UpdateMediaSourceResolution - Class in org.openapis.openapi.models.components
+
+
UpdateMediaSourceResolution
+
+
UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
UpdateMediaStatus - Class in org.openapis.openapi.models.components
+
+
UpdateMediaStatus
+
+
UpdateMediaStatus.UpdateMediaStatusEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
updateMediaSummary() - Method in class org.openapis.openapi.AiFeatures
+
+
Generate video summary
+
+
updateMediaSummary() - Method in class org.openapis.openapi.AsyncAiFeatures
+
+
Generate video summary
+
+
updateMediaSummary(String, UpdateMediaSummaryRequestBody) - Method in class org.openapis.openapi.AiFeatures
+
+
Generate video summary
+
+
updateMediaSummary(String, UpdateMediaSummaryRequestBody) - Method in class org.openapis.openapi.AsyncAiFeatures
+
+
Generate video summary
+
+
updateMediaSummary(String, UpdateMediaSummaryRequestBody, Options) - Method in class org.openapis.openapi.AiFeatures
+
+
Generate video summary
+
+
updateMediaSummary(String, UpdateMediaSummaryRequestBody, Options) - Method in class org.openapis.openapi.AsyncAiFeatures
+
+
Generate video summary
+
+
UpdateMediaSummary - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaSummary() - Constructor for class org.openapis.openapi.operations.UpdateMediaSummary
+
 
+
UpdateMediaSummary.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaSummary.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaSummaryRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryRequest(String, UpdateMediaSummaryRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
 
+
UpdateMediaSummaryRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryRequestBody(boolean) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
 
+
UpdateMediaSummaryRequestBody(boolean, Long) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
 
+
UpdateMediaSummaryRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaSummaryRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaSummaryRequestBuilder
+
 
+
UpdateMediaSummaryRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBuilder
+
 
+
UpdateMediaSummaryResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaSummaryResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
 
+
UpdateMediaSummaryResponse(String, int, HttpResponse<InputStream>, UpdateMediaSummaryResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
 
+
UpdateMediaSummaryResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
 
+
UpdateMediaSummaryResponse(String, int, HttpResponse<Blob>, UpdateMediaSummaryResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
 
+
UpdateMediaSummaryResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaSummaryResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaSummaryResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateMediaSummaryResponseBody
+
+
UpdateMediaSummaryResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
UpdateMediaSummaryResponseBody(Boolean, SummaryResponse) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
+
 
+
UpdateMediaSummaryResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaTrack - Class in org.openapis.openapi.models.components
+
 
+
UpdateMediaTrack - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaTrack() - Constructor for class org.openapis.openapi.operations.UpdateMediaTrack
+
 
+
UpdateMediaTrack._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
UpdateMediaTrack.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaTrack.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateMediaTrackRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaTrackRequest(String, String, UpdateTrackRequest) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
 
+
UpdateMediaTrackRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaTrackRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaTrackRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaTrackRequestBuilder
+
 
+
UpdateMediaTrackRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaTrackRequestBuilder
+
 
+
UpdateMediaTrackResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaTrackResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaTrackResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
 
+
UpdateMediaTrackResponse(String, int, HttpResponse<InputStream>, UpdateMediaTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
 
+
UpdateMediaTrackResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
 
+
UpdateMediaTrackResponse(String, int, HttpResponse<Blob>, UpdateMediaTrackResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
 
+
UpdateMediaTrackResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateMediaTrackResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateMediaTrackResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateMediaTrackResponseBody
+
+
UpdateMediaTrackResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
 
+
UpdateMediaTrackResponseBody(Boolean, UpdateTrackResponse) - Constructor for class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
 
+
UpdateMediaTrackResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updateModeration() - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Enable video moderation
+
+
updateModeration() - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Enable video moderation
+
+
updateModeration(String, UpdateMediaModerationRequestBody) - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Enable video moderation
+
+
updateModeration(String, UpdateMediaModerationRequestBody) - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Enable video moderation
+
+
updateModeration(String, UpdateMediaModerationRequestBody, Options) - Method in class org.openapis.openapi.AsyncInVideoAiFeatures
+
+
Enable video moderation
+
+
updateModeration(String, UpdateMediaModerationRequestBody, Options) - Method in class org.openapis.openapi.InVideoAiFeatures
+
+
Enable video moderation
+
+
updateMp4Support() - Method in class org.openapis.openapi.AsyncVideos
+
+
Update the mp4Support of a media by ID
+
+
updateMp4Support() - Method in class org.openapis.openapi.Videos
+
+
Update the mp4Support of a media by ID
+
+
updateMp4Support(String, UpdatedMp4SupportRequestBody) - Method in class org.openapis.openapi.AsyncVideos
+
+
Update the mp4Support of a media by ID
+
+
updateMp4Support(String, UpdatedMp4SupportRequestBody) - Method in class org.openapis.openapi.Videos
+
+
Update the mp4Support of a media by ID
+
+
updateMp4Support(String, UpdatedMp4SupportRequestBody, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Update the mp4Support of a media by ID
+
+
updateMp4Support(String, UpdatedMp4SupportRequestBody, Options) - Method in class org.openapis.openapi.Videos
+
+
Update the mp4Support of a media by ID
+
+
UpdatePlaylistRequest - Class in org.openapis.openapi.models.components
+
 
+
UpdatePlaylistRequest(String, String) - Constructor for class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
 
+
UpdatePlaylistRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
updateSourceAccess() - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Update the source access of a media by ID
+
+
updateSourceAccess() - Method in class org.openapis.openapi.ManageVideos
+
+
Update the source access of a media by ID
+
+
updateSourceAccess(String, UpdatedSourceAccessRequestBody) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Update the source access of a media by ID
+
+
updateSourceAccess(String, UpdatedSourceAccessRequestBody) - Method in class org.openapis.openapi.ManageVideos
+
+
Update the source access of a media by ID
+
+
updateSourceAccess(String, UpdatedSourceAccessRequestBody, Options) - Method in class org.openapis.openapi.AsyncManageVideos
+
+
Update the source access of a media by ID
+
+
updateSourceAccess(String, UpdatedSourceAccessRequestBody, Options) - Method in class org.openapis.openapi.ManageVideos
+
+
Update the source access of a media by ID
+
+
UpdateSpecificSimulcastOfStream - Class in org.openapis.openapi.operations
+
 
+
UpdateSpecificSimulcastOfStream() - Constructor for class org.openapis.openapi.operations.UpdateSpecificSimulcastOfStream
+
 
+
UpdateSpecificSimulcastOfStream.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateSpecificSimulcastOfStream.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateSpecificSimulcastOfStreamRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateSpecificSimulcastOfStreamRequest(String, String, SimulcastUpdateRequest) - Constructor for class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
 
+
UpdateSpecificSimulcastOfStreamRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateSpecificSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateSpecificSimulcastOfStreamRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateSpecificSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
UpdateSpecificSimulcastOfStreamRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
+
 
+
UpdateSpecificSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateSpecificSimulcastOfStreamResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
 
+
UpdateSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, SimulcastUpdateResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
 
+
UpdateSpecificSimulcastOfStreamResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
 
+
UpdateSpecificSimulcastOfStreamResponse(String, int, HttpResponse<Blob>, SimulcastUpdateResponse, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
 
+
UpdateSpecificSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateSpecificSimulcastOfStreamResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
updateTrack() - Method in class org.openapis.openapi.AsyncVideos
+
+
Update audio / subtitle track
+
+
updateTrack() - Method in class org.openapis.openapi.Videos
+
+
Update audio / subtitle track
+
+
updateTrack(String, String, UpdateTrackRequest) - Method in class org.openapis.openapi.AsyncVideos
+
+
Update audio / subtitle track
+
+
updateTrack(String, String, UpdateTrackRequest) - Method in class org.openapis.openapi.Videos
+
+
Update audio / subtitle track
+
+
updateTrack(String, String, UpdateTrackRequest, Options) - Method in class org.openapis.openapi.AsyncVideos
+
+
Update audio / subtitle track
+
+
updateTrack(String, String, UpdateTrackRequest, Options) - Method in class org.openapis.openapi.Videos
+
+
Update audio / subtitle track
+
+
UpdateTrackRequest - Class in org.openapis.openapi.models.components
+
+
UpdateTrackRequest
+
+
UpdateTrackRequest() - Constructor for class org.openapis.openapi.models.components.UpdateTrackRequest
+
 
+
UpdateTrackRequest(String, String, String) - Constructor for class org.openapis.openapi.models.components.UpdateTrackRequest
+
 
+
UpdateTrackRequest.Builder - Class in org.openapis.openapi.models.components
+
 
+
UpdateTrackResponse - Class in org.openapis.openapi.models.components
+
+
UpdateTrackResponse
+
+
UpdateTrackResponse() - Constructor for class org.openapis.openapi.models.components.UpdateTrackResponse
+
 
+
UpdateTrackResponse(String, UpdateTrackResponseType, String, String, String) - Constructor for class org.openapis.openapi.models.components.UpdateTrackResponse
+
 
+
UpdateTrackResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
UpdateTrackResponseType - Class in org.openapis.openapi.models.components
+
+
UpdateTrackResponseType
+
+
UpdateTrackResponseType.UpdateTrackResponseTypeEnum - Enum Class in org.openapis.openapi.models.components
+
 
+
updateUserAgentRestrictions() - Method in class org.openapis.openapi.AsyncPlayback
+
+
Update user-agent restrictions for a playback ID
+
+
updateUserAgentRestrictions() - Method in class org.openapis.openapi.Playback
+
+
Update user-agent restrictions for a playback ID
+
+
updateUserAgentRestrictions(String, String, UpdateUserAgentRestrictionsRequestBody) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Update user-agent restrictions for a playback ID
+
+
updateUserAgentRestrictions(String, String, UpdateUserAgentRestrictionsRequestBody) - Method in class org.openapis.openapi.Playback
+
+
Update user-agent restrictions for a playback ID
+
+
updateUserAgentRestrictions(String, String, UpdateUserAgentRestrictionsRequestBody, Options) - Method in class org.openapis.openapi.AsyncPlayback
+
+
Update user-agent restrictions for a playback ID
+
+
updateUserAgentRestrictions(String, String, UpdateUserAgentRestrictionsRequestBody, Options) - Method in class org.openapis.openapi.Playback
+
+
Update user-agent restrictions for a playback ID
+
+
UpdateUserAgentRestrictions - Class in org.openapis.openapi.operations
+
 
+
UpdateUserAgentRestrictions() - Constructor for class org.openapis.openapi.operations.UpdateUserAgentRestrictions
+
 
+
UpdateUserAgentRestrictions.Async - Class in org.openapis.openapi.operations
+
 
+
UpdateUserAgentRestrictions.Sync - Class in org.openapis.openapi.operations
+
 
+
UpdateUserAgentRestrictionsData - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsData() - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
 
+
UpdateUserAgentRestrictionsData(String, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
 
+
UpdateUserAgentRestrictionsData.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsDefaultPolicy - Enum Class in org.openapis.openapi.models.operations
+
+
UpdateUserAgentRestrictionsDefaultPolicy
+
+
UpdateUserAgentRestrictionsRequest - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsRequest(String, String, UpdateUserAgentRestrictionsRequestBody) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
UpdateUserAgentRestrictionsRequest.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsRequestBody - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsRequestBody() - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
 
+
UpdateUserAgentRestrictionsRequestBody(UpdateUserAgentRestrictionsDefaultPolicy, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
 
+
UpdateUserAgentRestrictionsRequestBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsRequestBuilder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateUserAgentRestrictionsRequestBuilder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
UpdateUserAgentRestrictionsRequestBuilder(SDKConfiguration) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBuilder
+
 
+
UpdateUserAgentRestrictionsResponse - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateUserAgentRestrictionsResponse - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsResponse(String, int, HttpResponse<InputStream>) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
 
+
UpdateUserAgentRestrictionsResponse(String, int, HttpResponse<InputStream>, UpdateUserAgentRestrictionsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
 
+
UpdateUserAgentRestrictionsResponse(String, int, HttpResponse<Blob>) - Constructor for class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
 
+
UpdateUserAgentRestrictionsResponse(String, int, HttpResponse<Blob>, UpdateUserAgentRestrictionsResponseBody, DefaultError) - Constructor for class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
 
+
UpdateUserAgentRestrictionsResponse.Builder - Class in org.openapis.openapi.models.operations.async
+
 
+
UpdateUserAgentRestrictionsResponse.Builder - Class in org.openapis.openapi.models.operations
+
 
+
UpdateUserAgentRestrictionsResponseBody - Class in org.openapis.openapi.models.operations
+
+
UpdateUserAgentRestrictionsResponseBody
+
+
UpdateUserAgentRestrictionsResponseBody() - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
UpdateUserAgentRestrictionsResponseBody(Boolean, UpdateUserAgentRestrictionsData) - Constructor for class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
+
 
+
UpdateUserAgentRestrictionsResponseBody.Builder - Class in org.openapis.openapi.models.operations
+
 
+
upload() - Method in class org.openapis.openapi.AsyncInputVideos
+
+
Upload media from device
+
+
upload() - Method in class org.openapis.openapi.InputVideos
+
+
Upload media from device
+
+
upload(DirectUploadVideoMediaRequest, Options) - Method in class org.openapis.openapi.AsyncInputVideos
+
+
Upload media from device
+
+
upload(DirectUploadVideoMediaRequest, Options) - Method in class org.openapis.openapi.InputVideos
+
+
Upload media from device
+
+
uploadDirect() - Method in class org.openapis.openapi.AsyncInputVideos
+
+
Upload media from device
+
+
uploadDirect() - Method in class org.openapis.openapi.InputVideos
+
+
Upload media from device
+
+
uploadId() - Method in class org.openapis.openapi.models.components.DirectUpload
+
+
The unique identifier assigned to the media when created.
+
+
uploadId() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The unique identifier of the cancelled upload.
+
+
uploadId() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
+
The unique identifier assigned to the media when created.
+
+
uploadId() - Method in class org.openapis.openapi.models.operations.CancelUploadRequest
+
+
When uploading the media, FastPix assigns a universally unique identifier with a maximum length of + 255 characters.
+
+
uploadId(String) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
+
+
The unique identifier assigned to the media when created.
+
+
uploadId(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
The unique identifier of the cancelled upload.
+
+
uploadId(String) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
+
+
The unique identifier assigned to the media when created.
+
+
uploadId(String) - Method in class org.openapis.openapi.models.operations.async.CancelUploadRequestBuilder
+
 
+
uploadId(String) - Method in class org.openapis.openapi.models.operations.CancelUploadRequest.Builder
+
+
When uploading the media, FastPix assigns a universally unique identifier with a maximum length of + 255 characters.
+
+
uploadId(String) - Method in class org.openapis.openapi.models.operations.CancelUploadRequestBuilder
+
 
+
uri() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
uri() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
url() - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
+
The direct URL of the track file.
+
+
url() - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The direct URL of the track file.
+
+
url() - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
+
+
The publicly accessible URL of the input video file.
+
+
url() - Method in class org.openapis.openapi.models.components.DirectUpload
+
+
The url hosts the media file for FastPix, which needs to be download to use further.
+
+
url() - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
URL of the audio track to impose on the video.
+
+
url() - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
+
+
url() - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The upload URL (if available) after cancellation.
+
+
url() - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
The URL hosts the media file for FastPix, which needs to be downloaded to use further.
+
+
url() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
+
+
The URL of the **video segment** to be added.
+
+
url() - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
+
+
The URL of the **video segment** to be added.
+
+
url() - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
+
+
url() - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
+
+
url() - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live + streaming services and transmitting the live stream.
+
+
url() - Method in class org.openapis.openapi.models.components.SubtitleInput
+
+
The direct URL of the subtitle file.
+
+
url() - Method in class org.openapis.openapi.models.components.TracksSubtitles
+
+
URL of the generated subtitle file (VTT).
+
+
url() - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
+
The url hosts the media file for FastPix, which needs to be download to use further.
+
+
url() - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
+
The direct URL of the track file.
+
+
url() - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The direct URL of the track file.
+
+
url() - Method in class org.openapis.openapi.models.components.VideoInputSegment1
+
+
URL of the segment to be added.
+
+
url() - Method in class org.openapis.openapi.models.components.VideoInputSegment2
+
+
URL of the segment to be added.
+
+
url() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
+
URL of the watermark image.
+
+
url() - Method in class org.openapis.openapi.models.operations.Configuration
+
+
The URL hosting the media file to be downloaded and processed by FastPix.
+
+
url(String) - Method in class org.openapis.openapi.models.components.AddTrackRequest.Builder
+
+
The direct URL of the track file.
+
+
url(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse.Builder
+
+
The direct URL of the track file.
+
+
url(String) - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput.Builder
+
+
The publicly accessible URL of the input video file.
+
+
url(String) - Method in class org.openapis.openapi.models.components.DirectUpload.Builder
+
+
The url hosts the media file for FastPix, which needs to be download to use further.
+
+
url(String) - Method in class org.openapis.openapi.models.components.ImposeTrack.Builder
+
+
URL of the audio track to impose on the video.
+
+
url(String) - Method in class org.openapis.openapi.models.components.LiveSimulcast.Builder
+
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
+
+
url(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse.Builder
+
+
The upload URL (if available) after cancellation.
+
+
url(String) - Method in class org.openapis.openapi.models.components.PullVideoInput.Builder
+
+
The URL hosts the media file for FastPix, which needs to be downloaded to use further.
+
+
url(String) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1.Builder
+
+
The URL of the **video segment** to be added.
+
+
url(String) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2.Builder
+
+
The URL of the **video segment** to be added.
+
+
url(String) - Method in class org.openapis.openapi.models.components.SimulcastRequest.Builder
+
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
+
+
url(String) - Method in class org.openapis.openapi.models.components.SimulcastResponseData.Builder
+
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
+
+
url(String) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData.Builder
+
+
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live + streaming services and transmitting the live stream.
+
+
url(String) - Method in class org.openapis.openapi.models.components.SubtitleInput.Builder
+
+
The direct URL of the subtitle file.
+
+
url(String) - Method in class org.openapis.openapi.models.components.TracksSubtitles.Builder
+
+
URL of the generated subtitle file (VTT).
+
+
url(String) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload.Builder
+
+
The url hosts the media file for FastPix, which needs to be download to use further.
+
+
url(String) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest.Builder
+
+
The direct URL of the track file.
+
+
url(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse.Builder
+
+
The direct URL of the track file.
+
+
url(String) - Method in class org.openapis.openapi.models.components.VideoInputSegment1.Builder
+
+
URL of the segment to be added.
+
+
url(String) - Method in class org.openapis.openapi.models.components.VideoInputSegment2.Builder
+
+
URL of the segment to be added.
+
+
url(String) - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
+
+
URL of the watermark image.
+
+
url(String) - Method in class org.openapis.openapi.models.operations.Configuration.Builder
+
+
The URL hosting the media file to be downloaded and processed by FastPix.
+
+
usedFullScreen() - Method in class org.openapis.openapi.models.components.Views
+
+
Used Fullscreen denotes whether the viewer utilized the full-screen mode while watching the video.
+
+
usedFullScreen(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Used Fullscreen denotes whether the viewer utilized the full-screen mode while watching the video.
+
+
USER_AGENT - Static variable in class org.openapis.openapi.SDKConfiguration
+
 
+
userAgent() - Method in class org.openapis.openapi.models.components.Views
+
+
User Agent represents the user agent string transmitted by the viewers device to identify itself to + the server, typically including information about the device and browser.
+
+
userAgent(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
User Agent represents the user agent string transmitted by the viewers device to identify itself to + the server, typically including information about the device and browser.
+
+
UserAgentRestrictions - Class in org.openapis.openapi.models.components
+
+
UserAgentRestrictions
+
+
UserAgentRestrictions() - Constructor for class org.openapis.openapi.models.components.UserAgentRestrictions
+
 
+
UserAgentRestrictions(PolicyAction, List<String>, List<String>) - Constructor for class org.openapis.openapi.models.components.UserAgentRestrictions
+
 
+
UserAgentRestrictions.Builder - Class in org.openapis.openapi.models.components
+
 
+
userAgents() - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
userAgents() - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
+
+
userAgents() - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
+
+
userAgents() - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
+
+
userAgents() - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
+
Restrictions based on the user agent
+
+
userAgents() - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
userAgents() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
userAgents() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
userAgents(CreateMediaRequestUserAgents) - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions.Builder
+
 
+
userAgents(CreatePlaybackIdUserAgents) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
+
+
userAgents(PlaybackIdUserAgents) - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
+
+
userAgents(UnusedUploadsPlaybackIdUserAgents) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
+
+
userAgents(UserAgentRestrictions) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
+
+
Restrictions based on the user agent
+
+
userAgents(DirectUploadVideoMediaUserAgents) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
+
 
+
userAgents(GetPlaybackIdUserAgents) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions.Builder
+
 
+
userAgents(ListPlaybackIdsUserAgents) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions.Builder
+
 
+
UserAgentsDefaultPolicy - Enum Class in org.openapis.openapi.models.components
+
+
UserAgentsDefaultPolicy
+
+
username() - Method in class org.openapis.openapi.models.components.Security
+
 
+
username(String) - Method in class org.openapis.openapi.models.components.Security.Builder
+
 
+
Utf8UrlEncoder - Class in org.openapis.openapi.utils
+
 
+
Utils - Class in org.openapis.openapi.utils
+
 
+
Utils.Function<S,T> - Interface in org.openapis.openapi.utils
+
 
+
Utils.HttpResponseCached - Class in org.openapis.openapi.utils
+
 
+
Utils.JsonShape - Enum Class in org.openapis.openapi.utils
+
 
+
Utils.TypeReferenceWithShape - Class in org.openapis.openapi.utils
+
 
+
+

V

+
+
validate(List<Options.Option>) - Method in class org.openapis.openapi.utils.Options
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
VALIDATING - Enum constant in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.MediaStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
VALIDATING - Static variable in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
valToString(Object) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.AddTrackRequestType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.AddTrackResponseType.AddTrackResponseTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.AudioInputType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.AudioTrackType.AudioTrackTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.AudioTrackType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.BasicAccessPolicy
+
 
+
value() - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
+
The specific metric value calculated based on the applied filters.
+
+
value() - Method in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaRequestType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestManualType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestSmartType
+
 
+
value() - Method in class org.openapis.openapi.models.components.Custom1
+
+
Allows assigning user-friendly data values such as email addresses, identifiers, or other meaningful + information.
+
+
value() - Method in enum class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.DirectUploadStatus.DirectUploadStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.DirectUploadStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.DomainsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GenerateTrackResponseType.GenerateTrackResponseTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.MediaStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.MediaType
+
 
+
value() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
+
The specific metric value calculated based on the applied filters.
+
+
value() - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
The specific metric value calculated based on the applied filters.
+
+
value() - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
metric value calculated based on the applied filters.
+
+
value() - Method in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.PlaylistItemType.PlaylistItemTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.PlaylistOrder.PlaylistOrderEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.PolicyAction.PolicyActionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.PolicyAction
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.Resolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.SortOrder
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.SubtitleTrackType.SubtitleTrackTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UpdateTrackResponseType.UpdateTrackResponseTypeEnum
+
 
+
value() - Method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.UserAgentsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.WatermarkInputType
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.XAlign
+
 
+
value() - Method in enum class org.openapis.openapi.models.components.YAlign
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.GroupBy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.LanguageCode
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
 
+
value() - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
+
The value for the selected dimension.
+
+
value() - Method in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum
+
 
+
value() - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.MaxResolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.MediaQuality
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.OrderBy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.Resolution
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.Type
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy
+
 
+
value() - Method in enum class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy
+
 
+
value() - Method in class org.openapis.openapi.utils.BigDecimalString
+
 
+
value() - Method in class org.openapis.openapi.utils.BigIntegerString
+
 
+
value() - Element in annotation interface org.openapis.openapi.utils.FastpixMetadata
+
 
+
value() - Method in class org.openapis.openapi.utils.LazySingletonValue
+
 
+
value() - Method in class org.openapis.openapi.utils.QueryParameter
+
 
+
value() - Method in class org.openapis.openapi.utils.TypedObject
+
 
+
value(Double) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder
+
+
The specific metric value calculated based on the applied filters.
+
+
value(Double) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails.Builder
+
+
The specific metric value calculated based on the applied filters.
+
+
value(Double) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails.Builder
+
+
metric value calculated based on the applied filters.
+
+
value(String) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails.Builder
+
+
The specific metric value calculated based on the applied filters.
+
+
value(String) - Method in class org.openapis.openapi.models.components.Custom1.Builder
+
+
Allows assigning user-friendly data values such as email addresses, identifiers, or other meaningful + information.
+
+
value(String) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesRequestBuilder
+
 
+
value(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest.Builder
+
+
The value for the selected dimension.
+
+
value(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequestBuilder
+
 
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.AddTrackRequestType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.AddTrackResponseType.AddTrackResponseTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.AudioInputType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.AudioTrackType.AudioTrackTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.BasicAccessPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestManualType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestSmartType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.DirectUploadStatus.DirectUploadStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.DomainsDefaultPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GenerateTrackResponseType.GenerateTrackResponseTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.LanguageCode
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.MediaType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.PlaylistItemType.PlaylistItemTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.PlaylistOrder.PlaylistOrderEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.PolicyAction.PolicyActionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.SortOrder
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.SubtitleTrackType.SubtitleTrackTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UpdateTrackResponseType.UpdateTrackResponseTypeEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.UserAgentsDefaultPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.WatermarkInputType
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.XAlign
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.components.YAlign
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.Dimension
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.DimensionsId
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.GroupBy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.LanguageCode
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.MaxResolution
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.MediaQuality
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.OrderBy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.Resolution
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.Type
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.utils.Options.Option
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.utils.RetryConfig.Strategy
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.utils.Types
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOf(String) - Static method in enum class org.openapis.openapi.utils.Utils.JsonShape
+
+
Returns the enum constant of this class with the specified name.
+
+
valueOrElse(Optional<T>, T) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
valueOrElse(JsonNullable<T>, T) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
valueOrElse(T, T) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
valueOrNull(Optional<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
valueOrNull(JsonNullable<T>) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
valueOrNull(T) - Static method in class org.openapis.openapi.utils.Utils
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.AccessPolicy.AccessPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.AccessPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.AddTrackRequestType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.AddTrackResponseType.AddTrackResponseTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.AddTrackResponseType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.AudioInputType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.AudioTrackType.AudioTrackTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.AudioTrackType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.BasicAccessPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateLiveStreamRequestMaxResolution
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestAccessPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestLanguageCode
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMaxResolution
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMediaQuality
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestMp4Support
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaRequestType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution.CreateMediaResponseMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.CreateMediaResponseMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality.CreateMediaResponseMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.CreateMediaResponseMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.CreateMediaResponseStatus.CreateMediaResponseStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.CreateMediaResponseStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestManualType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.CreatePlaylistRequestSmartType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality.DirectUploadResponseMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.DirectUploadResponseMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.DirectUploadStatus.DirectUploadStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.DirectUploadStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.DomainsDefaultPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GenerateTrackResponseType.GenerateTrackResponseTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GenerateTrackResponseType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution.GetAllMediaResponseMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality.GetAllMediaResponseMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support.GetAllMediaResponseMp4SupportEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseMp4Support
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution.GetAllMediaResponseSourceResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseSourceResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetAllMediaResponseStatus.GetAllMediaResponseStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetAllMediaResponseStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseMaxResolution.GetMediaResponseMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetMediaResponseMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseMediaQuality.GetMediaResponseMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetMediaResponseMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseMp4Support.GetMediaResponseMp4SupportEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetMediaResponseMp4Support
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseSourceResolution.GetMediaResponseSourceResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetMediaResponseSourceResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.GetMediaResponseStatus.GetMediaResponseStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.GetMediaResponseStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.LanguageCode
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution.LiveMediaClipsMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.LiveMediaClipsMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution.LiveMediaClipsSourceResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.LiveMediaClipsSourceResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.LiveMediaClipsStatus.LiveMediaClipsStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.LiveMediaClipsStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaClipResponseStatus.MediaClipResponseStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.MediaClipResponseStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaMaxResolution.MediaMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.MediaMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaMediaQuality.MediaMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.MediaMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaMp4Support.MediaMp4SupportEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.MediaMp4Support
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaSourceResolution.MediaSourceResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.MediaSourceResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaStatus.MediaStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.MediaStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.MediaType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType.PlaylistByIdResponseDataManualTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManualType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType.PlaylistByIdResponseDataSmartTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmartType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.PlaylistItemType.PlaylistItemTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.PlaylistItemType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.PlaylistOrder.PlaylistOrderEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.PlaylistOrder
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.PolicyAction.PolicyActionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.PolicyAction
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.Resolution.ResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.Resolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.SortOrder
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution.SourceAccessMediaMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.SourceAccessMediaMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality.SourceAccessMediaMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.SourceAccessMediaMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution.SourceAccessMediaSourceResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.SourceAccessMediaSourceResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.SourceAccessMediaStatus.SourceAccessMediaStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.SourceAccessMediaStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.SubtitleTrackType.SubtitleTrackTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.SubtitleTrackType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality.UnusedDirectUploadResponseMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UnusedDirectUploadResponseMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UpdateMediaMaxResolution.UpdateMediaMaxResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UpdateMediaMaxResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UpdateMediaMediaQuality.UpdateMediaMediaQualityEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UpdateMediaMediaQuality
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UpdateMediaSourceResolution.UpdateMediaSourceResolutionEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UpdateMediaSourceResolution
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UpdateMediaStatus.UpdateMediaStatusEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UpdateMediaStatus
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UpdateTrackResponseType.UpdateTrackResponseTypeEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.components.UpdateTrackResponseType
+
 
+
values() - Static method in enum class org.openapis.openapi.models.components.UserAgentsDefaultPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.WatermarkInputType
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.XAlign
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.components.YAlign
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.Dimension
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.DimensionsId
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaMp4Support
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy.GetPlaybackIdAccessPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy.GetPlaybackIdDomainsDefaultPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdDomainsDefaultPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy.GetPlaybackIdUserAgentsDefaultPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgentsDefaultPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataSortOrder
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.GetTimeseriesDataTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.GroupBy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.LanguageCode
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesSortOrder
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListBreakdownValuesTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListByTopContentTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListComparisonValuesTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListErrorsTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListFilterValuesForDimensionTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListOverallValuesTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy.ListPlaybackIdsAccessPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy.ListPlaybackIdsDomainsDefaultPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomainsDefaultPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy.ListPlaybackIdsUserAgentsDefaultPolicyEnum
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgentsDefaultPolicy
+
 
+
values() - Static method in enum class org.openapis.openapi.models.operations.ListVideoViewsTimespan
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.MaxResolution
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.MediaQuality
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.OrderBy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.Resolution
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.Type
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.UpdatedMp4SupportMp4Support
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.UpdateDomainRestrictionsDefaultPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsDefaultPolicy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.utils.Options.Option
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.utils.RetryConfig.Strategy
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.utils.Types
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
values() - Static method in enum class org.openapis.openapi.utils.Utils.JsonShape
+
+
Returns an array containing the constants of this enum class, in +the order they are declared.
+
+
version() - Method in class org.openapis.openapi.utils.ResponseWithBody
+
 
+
version() - Method in class org.openapis.openapi.utils.Utils.HttpResponseCached
+
 
+
VI_VN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
VIDEO - Enum constant in enum class org.openapis.openapi.models.components.CreateMediaRequestType
+
 
+
VIDEO - Enum constant in enum class org.openapis.openapi.models.components.MediaType
+
 
+
VIDEO - Enum constant in enum class org.openapis.openapi.models.operations.Type
+
 
+
VIDEO_CONTENT_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_CONTENT_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_ENCODING_VARIANT - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_ENCODING_VARIANT - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_SERIES - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_SERIES - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_SOURCE_HOSTNAME - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_SOURCE_HOSTNAME - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_SOURCE_STREAM_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_SOURCE_STREAM_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_SOURCE_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_SOURCE_TYPE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_STARTUP_FAILED - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_STARTUP_FAILED - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIDEO_STARTUP_FAILURE_PERCENTAGE - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
VIDEO_STARTUP_FAILURE_PERCENTAGE - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
VIDEO_STARTUP_FAILURE_PERCENTAGE - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
VIDEO_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
+
 
+
VIDEO_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
+
 
+
VIDEO_STARTUP_TIME - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
+
 
+
VIDEO_TITLE - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIDEO_TITLE - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
videoContentType() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Content Type specifies the classification of the video content.
+
+
videoContentType(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Content Type specifies the classification of the video content.
+
+
videoDuration() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Duration represents the length of the video, provided in milliseconds, typically supplied to + FastPix through custom metadata.
+
+
videoDuration(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Duration represents the length of the video, provided in milliseconds, typically supplied to + FastPix through custom metadata.
+
+
videoEncodingVariant() - Method in class org.openapis.openapi.models.components.Views
+
+
Indicates the specific encoding variant or rendition of the video being played, such as resolution, + bitrate, or codec type.
+
+
videoEncodingVariant(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Indicates the specific encoding variant or rendition of the video being played, such as resolution, + bitrate, or codec type.
+
+
videoId() - Method in class org.openapis.openapi.models.components.Views
+
+
Video ID refers to an internal identifier assigned by the user or system to uniquely identify a + particular video.
+
+
videoId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video ID refers to an internal identifier assigned by the user or system to uniquely identify a + particular video.
+
+
videoInput() - Method in class org.openapis.openapi.models.operations.Input
+
+
Returns an Optional containing the value if it is of type VideoInput, + otherwise returns an empty Optional.
+
+
VideoInput - Class in org.openapis.openapi.models.components
+
 
+
VideoInput(String) - Constructor for class org.openapis.openapi.models.components.VideoInput
+
 
+
VideoInput(String, String, String, List<String>, List<VideoInputSegmentUnion>) - Constructor for class org.openapis.openapi.models.components.VideoInput
+
 
+
VideoInput.Builder - Class in org.openapis.openapi.models.components
+
 
+
videoInputSegment1() - Method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
+
Returns an Optional containing the value if it is of type VideoInputSegment1, + otherwise returns an empty Optional.
+
+
VideoInputSegment1 - Class in org.openapis.openapi.models.components
+
 
+
VideoInputSegment1(String, long) - Constructor for class org.openapis.openapi.models.components.VideoInputSegment1
+
 
+
VideoInputSegment1.Builder - Class in org.openapis.openapi.models.components
+
 
+
videoInputSegment2() - Method in class org.openapis.openapi.models.components.VideoInputSegmentUnion
+
+
Returns an Optional containing the value if it is of type VideoInputSegment2, + otherwise returns an empty Optional.
+
+
VideoInputSegment2 - Class in org.openapis.openapi.models.components
+
 
+
VideoInputSegment2(String, boolean) - Constructor for class org.openapis.openapi.models.components.VideoInputSegment2
+
 
+
VideoInputSegment2.Builder - Class in org.openapis.openapi.models.components
+
 
+
VideoInputSegmentUnion - Class in org.openapis.openapi.models.components
+
 
+
VideoInputSegmentUnion._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
videoLanguage() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Language denotes the primary audio language of the video content, assuming it remains + unchanged after playback initiation.
+
+
videoLanguage(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Language denotes the primary audio language of the video content, assuming it remains + unchanged after playback initiation.
+
+
videoProducer() - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the creator or source responsible for producing the video content.
+
+
videoProducer(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Specifies the creator or source responsible for producing the video content.
+
+
videoResolution() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Resolution refers to the resolution of the video being played.
+
+
videoResolution(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Resolution refers to the resolution of the video being played.
+
+
videos() - Method in class org.openapis.openapi.AsyncFastpix
+
 
+
videos() - Method in class org.openapis.openapi.Fastpix
+
 
+
Videos - Class in org.openapis.openapi
+
 
+
videoSeries() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Series denotes the name of a series to which the video content belongs.
+
+
videoSeries(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Series denotes the name of a series to which the video content belongs.
+
+
videoSourceDomain() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Source Domain identifies the domain from which the video source originates.
+
+
videoSourceDomain(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Source Domain identifies the domain from which the video source originates.
+
+
videoSourceDuration() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Source Duration represents the duration of the video source content, measured in milliseconds.
+
+
videoSourceDuration(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Source Duration represents the duration of the video source content, measured in milliseconds.
+
+
videoSourceHostname() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Source Hostname represents the hostname of the video.
+
+
videoSourceHostname(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Source Hostname represents the hostname of the video.
+
+
videoSourceStreamType() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Source Stream Type denotes the type of stream used by the player, although it is currently + unused.
+
+
videoSourceStreamType(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Source Stream Type denotes the type of stream used by the player, although it is currently + unused.
+
+
videoSourceType() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Source Type denotes the format of the video source as determined by the player.
+
+
videoSourceType(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Source Type denotes the format of the video source as determined by the player.
+
+
videoSourceUrl() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Source URL refers to the URL of the video source accessed by the player.
+
+
videoSourceUrl(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Source URL refers to the URL of the video source accessed by the player.
+
+
videoStartupFailed() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Startup Failure is a boolean metric indicating whether a viewer encountered an error before + the first frame of the video commenced playback.
+
+
videoStartupFailed(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Startup Failure is a boolean metric indicating whether a viewer encountered an error before + the first frame of the video commenced playback.
+
+
videoStartupTime() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Startup Time measures the duration, in milliseconds, from the initialization of the player + within the webpage to its readiness to receive further instructions.
+
+
videoStartupTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Startup Time measures the duration, in milliseconds, from the initialization of the player + within the webpage to its readiness to receive further instructions.
+
+
videoTitle() - Method in class org.openapis.openapi.models.components.Views
+
+
Video Title refers to the title of the video content being viewed.
+
+
videoTitle() - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
+
Title of the video
+
+
videoTitle() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The title of the Video.
+
+
videoTitle(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Video Title refers to the title of the video content being viewed.
+
+
videoTitle(String) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails.Builder
+
+
Title of the video
+
+
videoTitle(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The title of the Video.
+
+
videoTrack() - Method in class org.openapis.openapi.models.components.GetMediaResponseTrack
+
+
Returns an Optional containing the value if it is of type VideoTrack, + otherwise returns an empty Optional.
+
+
videoTrack() - Method in class org.openapis.openapi.models.components.LiveMediaClipsTrack
+
+
Returns an Optional containing the value if it is of type VideoTrack, + otherwise returns an empty Optional.
+
+
videoTrack() - Method in class org.openapis.openapi.models.components.MediaTrack
+
+
Returns an Optional containing the value if it is of type VideoTrack, + otherwise returns an empty Optional.
+
+
videoTrack() - Method in class org.openapis.openapi.models.components.SourceAccessMediaTrack
+
+
Returns an Optional containing the value if it is of type VideoTrack, + otherwise returns an empty Optional.
+
+
videoTrack() - Method in class org.openapis.openapi.models.components.UpdateMediaTrack
+
+
Returns an Optional containing the value if it is of type VideoTrack, + otherwise returns an empty Optional.
+
+
videoTrack() - Method in class org.openapis.openapi.models.operations.Track
+
+
Returns an Optional containing the value if it is of type VideoTrack, + otherwise returns an empty Optional.
+
+
VideoTrack - Class in org.openapis.openapi.models.components
+
+
VideoTrack
+
+
VideoTrack() - Constructor for class org.openapis.openapi.models.components.VideoTrack
+
 
+
VideoTrack(String, String, Double, Double, String, String) - Constructor for class org.openapis.openapi.models.components.VideoTrack
+
 
+
VideoTrack.Builder - Class in org.openapis.openapi.models.components
+
 
+
videoTrackForGetAll() - Method in class org.openapis.openapi.models.components.GetAllMediaResponseTrack
+
+
Returns an Optional containing the value if it is of type VideoTrackForGetAll, + otherwise returns an empty Optional.
+
+
VideoTrackForGetAll - Class in org.openapis.openapi.models.components
+
+
VideoTrackForGetAll
+
+
VideoTrackForGetAll() - Constructor for class org.openapis.openapi.models.components.VideoTrackForGetAll
+
 
+
VideoTrackForGetAll(String, String, Double, Double, String) - Constructor for class org.openapis.openapi.models.components.VideoTrackForGetAll
+
 
+
VideoTrackForGetAll.Builder - Class in org.openapis.openapi.models.components
+
 
+
videoVariantId() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the unique identifier for the specific video variant or rendition being played.
+
+
videoVariantId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the unique identifier for the specific video variant or rendition being played.
+
+
videoVariantName() - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the human-readable name of the video variant or rendition being played (for example, + “1080p H.264” or “720p AV1”).
+
+
videoVariantName(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Specifies the human-readable name of the video variant or rendition being played (for example, + “1080p H.264” or “720p AV1”).
+
+
VIEW_HAS_AD - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIEW_HAS_AD - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
VIEW_SESSION_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIEW_SESSION_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
viewEnd() - Method in class org.openapis.openapi.models.components.Views
+
+
View End refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing + session concluded.
+
+
viewEnd(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View End refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing + session concluded.
+
+
viewEndTime() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The end timestamp of the video view.
+
+
viewEndTime(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The end timestamp of the video view.
+
+
VIEWER_ID - Enum constant in enum class org.openapis.openapi.models.operations.Dimension
+
 
+
VIEWER_ID - Enum constant in enum class org.openapis.openapi.models.operations.DimensionsId
+
 
+
viewerId() - Method in class org.openapis.openapi.models.components.Views
+
+
Viewer ID refers to a customer-defined identifier representing the viewer who is watching the video + stream.
+
+
viewerId() - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the viewer_id to filter the list of views.
+
+
viewerId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Viewer ID refers to a customer-defined identifier representing the viewer who is watching the video + stream.
+
+
viewerId(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest.Builder
+
+
Pass the viewer_id to filter the list of views.
+
+
viewerTime() - Method in class org.openapis.openapi.models.components.Event
+
+
The unix epoch timestamp which represents the actual time the event has occurred.
+
+
viewerTime(ViewerTime) - Method in class org.openapis.openapi.models.components.Event.Builder
+
+
The unix epoch timestamp which represents the actual time the event has occurred.
+
+
ViewerTime - Class in org.openapis.openapi.models.components
+
+
ViewerTime
+
+
ViewerTime._Deserializer - Class in org.openapis.openapi.models.components
+
 
+
viewHasAd() - Method in class org.openapis.openapi.models.components.Views
+
+
View Has Ad is a boolean metric indicating whether an advertisement played or attempted to play + during the video view.
+
+
viewHasAd(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Has Ad is a boolean metric indicating whether an advertisement played or attempted to play + during the video view.
+
+
viewHasError() - Method in class org.openapis.openapi.models.components.Views
+
+
Indicates whether any playback error occurred during the video view.
+
+
viewHasError(Boolean) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Indicates whether any playback error occurred during the video view.
+
+
viewId() - Method in class org.openapis.openapi.models.components.Views
+
+
View ID is a unique identifier assigned to each individual video viewing session.
+
+
viewId() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The unique identifier for the viewing session of the user.
+
+
viewId() - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
+
+
Pass View Id
+
+
viewId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View ID is a unique identifier assigned to each individual video viewing session.
+
+
viewId(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The unique identifier for the viewing session of the user.
+
+
viewId(String) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsRequestBuilder
+
 
+
viewId(String) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest.Builder
+
+
Pass View Id
+
+
viewId(String) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequestBuilder
+
 
+
viewMaxPlayheadPosition() - Method in class org.openapis.openapi.models.components.Views
+
+
View Max Playhead Position represents the furthest point reached by the playhead during the video + view, measured in milliseconds.
+
+
viewMaxPlayheadPosition(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Max Playhead Position represents the furthest point reached by the playhead during the video + view, measured in milliseconds.
+
+
viewPageUrl() - Method in class org.openapis.openapi.models.components.Views
+
+
View Page URL denotes the URL address of the web page where the video content is being accessed.
+
+
viewPageUrl(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Page URL denotes the URL address of the web page where the video content is being accessed.
+
+
viewPlayingTime() - Method in class org.openapis.openapi.models.components.Views
+
+
Playing Time denotes the total duration of time the video content was actively playing during the + view, excluding time spent buffering, seeking, or joining.
+
+
viewPlayingTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Playing Time denotes the total duration of time the video content was actively playing during the + view, excluding time spent buffering, seeking, or joining.
+
+
views() - Method in class org.openapis.openapi.AsyncFastpix
+
+
Operations involving views
+
+
views() - Method in class org.openapis.openapi.Fastpix
+
+
Operations involving views
+
+
views() - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
+
Total count of view sessions for a paricular video content.
+
+
views() - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
+
Total count of view sessions for a particular video content.
+
+
views() - Method in class org.openapis.openapi.models.components.ViewsCountResponseData
+
+
Number of views for the stream or resource.
+
+
views(Long) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails.Builder
+
+
Total count of view sessions for a paricular video content.
+
+
views(Long) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails.Builder
+
+
Total count of view sessions for a particular video content.
+
+
views(Long) - Method in class org.openapis.openapi.models.components.ViewsCountResponseData.Builder
+
+
Number of views for the stream or resource.
+
+
Views - Class in org.openapis.openapi.models.components
+
+
Views
+
+
Views - Class in org.openapis.openapi
+
+
Operations involving views
+
+
Views() - Constructor for class org.openapis.openapi.models.components.Views
+
 
+
Views(JsonNullable<Long>, JsonNullable<String>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<Double>, String, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, Custom2, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, Boolean, JsonNullable<String>, JsonNullable<String>, JsonNullable<Boolean>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, String, String, JsonNullable<Double>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<String>, JsonNullable<String>, String, JsonNullable<String>, JsonNullable<Long>, JsonNullable<Double>, Boolean, JsonNullable<PlayerHeight>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, Boolean, Boolean, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<PlayerViewCount>, JsonNullable<Long>, JsonNullable<PropertyId>, JsonNullable<Double>, JsonNullable<String>, JsonNullable<Double>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Double>, JsonNullable<Double>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, Boolean, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, Boolean, JsonNullable<Long>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, Boolean, Boolean, String, JsonNullable<Long>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Long>, JsonNullable<String>, JsonNullable<Long>, String, List<Event>) - Constructor for class org.openapis.openapi.models.components.Views
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
VIEWS - Enum constant in enum class org.openapis.openapi.models.operations.GetTimeseriesDataMetricId
 
-
toString() - Method in class io.fastpix.sdk.models.errors.Field
+
VIEWS - Enum constant in enum class org.openapis.openapi.models.operations.ListBreakdownValuesMetricId
 
-
toString() - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
VIEWS - Enum constant in enum class org.openapis.openapi.models.operations.ListOverallValuesMetricId
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
Views.Builder - Class in org.openapis.openapi.models.components
 
-
toString() - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
ViewsByTopContentDetails - Class in org.openapis.openapi.models.components
+
+
ViewsByTopContentDetails
+
+
ViewsByTopContentDetails() - Constructor for class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
 
+
ViewsByTopContentDetails(String, Long, Long) - Constructor for class org.openapis.openapi.models.components.ViewsByTopContentDetails
+
 
+
ViewsByTopContentDetails.Builder - Class in org.openapis.openapi.models.components
+
 
+
viewsCountResponse() - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
+
Stream viewer count retrieved successfully
+
+
viewsCountResponse() - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
+
Stream viewer count retrieved successfully
+
+
viewsCountResponse(ViewsCountResponse) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse.Builder
+
+
Stream viewer count retrieved successfully
+
+
viewsCountResponse(ViewsCountResponse) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse.Builder
+
+
Stream viewer count retrieved successfully
+
+
ViewsCountResponse - Class in org.openapis.openapi.models.components
+
 
+
ViewsCountResponse() - Constructor for class org.openapis.openapi.models.components.ViewsCountResponse
+
 
+
ViewsCountResponse(Boolean, ViewsCountResponseData) - Constructor for class org.openapis.openapi.models.components.ViewsCountResponse
+
 
+
ViewsCountResponse.Builder - Class in org.openapis.openapi.models.components
+
 
+
ViewsCountResponseData - Class in org.openapis.openapi.models.components
+
+
ViewsCountResponseData
+
+
ViewsCountResponseData() - Constructor for class org.openapis.openapi.models.components.ViewsCountResponseData
+
 
+
ViewsCountResponseData(Long) - Constructor for class org.openapis.openapi.models.components.ViewsCountResponseData
+
 
+
ViewsCountResponseData.Builder - Class in org.openapis.openapi.models.components
+
 
+
viewSeekedCount() - Method in class org.openapis.openapi.models.components.Views
+
+
View Seeked Count signifies the number of times the viewer attempted to seek to a new location + within the video.
+
+
viewSeekedCount(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Seeked Count signifies the number of times the viewer attempted to seek to a new location + within the video.
+
+
viewSeekedDuration() - Method in class org.openapis.openapi.models.components.Views
+
+
View Seeked Duration indicates the total duration of time spent waiting for playback to resume after + the viewer seeks to a new location.
+
+
viewSeekedDuration(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Seeked Duration indicates the total duration of time spent waiting for playback to resume after + the viewer seeks to a new location.
+
+
viewSessionId() - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the unique identifier assigned to a single playback session within FastPix.
+
+
viewSessionId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Represents the unique identifier assigned to a single playback session within FastPix.
+
+
ViewsList - Class in org.openapis.openapi.models.components
+
 
+
ViewsList() - Constructor for class org.openapis.openapi.models.components.ViewsList
+
 
+
ViewsList(String, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<String>, JsonNullable<Double>, JsonNullable<Double>) - Constructor for class org.openapis.openapi.models.components.ViewsList
+
 
+
ViewsList.Builder - Class in org.openapis.openapi.models.components
+
 
+
viewStart() - Method in class org.openapis.openapi.models.components.Views
+
+
View Start refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing + session commenced.
+
+
viewStart(String) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Start refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing + session commenced.
+
+
viewStartTime() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The start timestamp of the video view.
+
+
viewStartTime(String) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The start timestamp of the video view.
+
+
viewTotalContentPlaybackTime() - Method in class org.openapis.openapi.models.components.Views
+
+
View Total Content Playback Time represents the cumulative duration of video content watched by the + viewer, measured in milliseconds.
+
+
viewTotalContentPlaybackTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
View Total Content Playback Time represents the cumulative duration of video content watched by the + viewer, measured in milliseconds.
+
+
viewWatchTime() - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The watch time represents the time spent watching the video including staruptime, playback time + ,buffering time.
+
+
viewWatchTime(Double) - Method in class org.openapis.openapi.models.components.ViewsList.Builder
+
+
The watch time represents the time spent watching the video including staruptime, playback time + ,buffering time.
+
+
+

W

+
+
WAITING - Enum constant in enum class org.openapis.openapi.models.components.DirectUploadStatus.DirectUploadStatusEnum
+
 
+
WAITING - Enum constant in enum class org.openapis.openapi.models.components.UnusedDirectUploadStatus.UnusedDirectUploadStatusEnum
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
WAITING - Static variable in class org.openapis.openapi.models.components.DirectUploadStatus
 
-
toString() - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
WAITING - Static variable in class org.openapis.openapi.models.components.UnusedDirectUploadStatus
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
warn(String) - Method in class org.openapis.openapi.utils.FastpixLogger
 
-
toString() - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
watchTime() - Method in class org.openapis.openapi.models.components.Views
+
+
Total Watch Time denotes the total duration of video content watched by the viewer, encompassing + startup time, playing time, and potential rebuffering time, measured in milliseconds.
+
+
watchTime(Long) - Method in class org.openapis.openapi.models.components.Views.Builder
+
+
Total Watch Time denotes the total duration of video content watched by the viewer, encompassing + startup time, playing time, and potential rebuffering time, measured in milliseconds.
+
+
WATERMARK - Enum constant in enum class org.openapis.openapi.models.components.WatermarkInputType
+
 
+
watermarkInput() - Method in class org.openapis.openapi.models.components.Input
+
+
Returns an Optional containing the value if it is of type WatermarkInput, + otherwise returns an empty Optional.
+
+
watermarkInput() - Method in class org.openapis.openapi.models.operations.Input
+
+
Returns an Optional containing the value if it is of type WatermarkInput, + otherwise returns an empty Optional.
+
+
WatermarkInput - Class in org.openapis.openapi.models.components
+
+
WatermarkInput
+
+
WatermarkInput(WatermarkInputType, String) - Constructor for class org.openapis.openapi.models.components.WatermarkInput
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
WatermarkInput(WatermarkInputType, String, Placement, String, String, String) - Constructor for class org.openapis.openapi.models.components.WatermarkInput
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
WatermarkInput.Builder - Class in org.openapis.openapi.models.components
 
-
toString() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
WatermarkInputType - Enum Class in org.openapis.openapi.models.components
+
+
WatermarkInputType
+
+
width() - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Track width denotes the range of widths applicable to a specific track.
+
+
width() - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
Track width denotes the range of widths applicable to a specific track.
+
+
width() - Method in class org.openapis.openapi.models.components.WatermarkInput
+
+
Width of the watermark in percentage or pixels.
+
+
width(Double) - Method in class org.openapis.openapi.models.components.VideoTrack.Builder
+
+
Track width denotes the range of widths applicable to a specific track.
+
+
width(Double) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll.Builder
+
+
Track width denotes the range of widths applicable to a specific track.
+
+
width(String) - Method in class org.openapis.openapi.models.components.WatermarkInput.Builder
+
+
Width of the watermark in percentage or pixels.
+
+
withAccessPolicy(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The access policy for the upload.
+
+
withAccessPolicy(String) - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
+
The access policy of the playback.
+
+
withAccessPolicy(String) - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
+
+
Determines if access to the streamed content is kept private or available to all.
+
+
withAccessPolicy(String) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
+
Determines if access to the streamed content is kept private or available to all.
+
+
withAccessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
+
Access policy for media content
+
+
withAccessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.components.PlaybackId
+
+
Access policy for media content
+
+
withAccessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
+
Access policy for media content
+
+
withAccessPolicy(AccessPolicy) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
+
Access policy for media content
+
+
withAccessPolicy(BasicAccessPolicy) - Method in class org.openapis.openapi.models.components.PlaybackIdRequest
+
+
Basic access policy for media content
+
+
withAccessPolicy(BasicAccessPolicy) - Method in class org.openapis.openapi.models.components.PlaybackSettings
+
+
Basic access policy for media content
+
+
withAccessPolicy(CreateMediaRequestAccessPolicy) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Determines whether access to the streamed content is kept private or available to all.
+
+
withAccessPolicy(DirectUploadVideoMediaAccessPolicy) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Determines if access to the streamed content is kept private, drm or available to all.
+
+
withAccessPolicy(GetPlaybackIdAccessPolicy) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
+
The access policy set for the playback ID.
+
+
withAccessPolicy(ListPlaybackIdsAccessPolicy) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
+
The access policy set for the playback ID.
+
+
withAccessRestrictions(CreateMediaRequestAccessRestrictions) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
withAccessRestrictions(CreatePlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
+
Controls access based on domains and user agents.
+
+
withAccessRestrictions(PlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.components.PlaybackId
+
+
Controls access based on domains and user agents.
+
+
withAccessRestrictions(UnusedUploadsPlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackId
+
+
Controls access based on domains and user agents.
+
+
withAccessRestrictions(CreateMediaPlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
 
-
toString() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withAccessRestrictions(DirectUploadVideoMediaAccessRestrictions) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
withAccessRestrictions(GetPlaybackIdAccessRestrictions) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
+
Restrictions applied to this playback ID.
+
+
withAccessRestrictions(ListPlaybackIdsAccessRestrictions) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
+
Restrictions applied to this playback ID.
+
+
withAggregation(String) - Method in class org.openapis.openapi.models.components.MetricsmetadataDetails
+
+
defines the field or dimension on which the aggregation is to be applied.
+
+
withAggregation(String) - Method in class org.openapis.openapi.models.components.MetricsOverallmetadataDetails
+
+
defines the field or dimension on which the aggregation is to be applied.
+
+
withAggregation(String) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
+
defines the field or dimension on which the aggregation is to be applied.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
+
A list of domain names or patterns that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
+
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
+
A list of domains that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
+
A list of specific user agents that are allowed to access the resource.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
+
A list of domain names or patterns that are explicitly allowed access
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
+
A list of domains that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
+
A list of specific user agents that are allowed to access the resource.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
+
A list of domains that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
+
A list of specific user agents that are allowed to access the resource.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
+
A list of user agents that are explicitly allowed access
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
+
A list of domain names or patterns that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
+
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
 
-
toString() - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
 
-
toString() - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
 
-
toString() - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
+
List of domains explicitly allowed to play the media.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
+
List of domains explicitly allowed to play the media.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
+
List of user-agent substrings explicitly allowed.
+
+
withAllow(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
+
List of user-agent substrings explicitly allowed.
+
+
withApplication(String) - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The browser name of the viewer.
+
+
withAsnId(Long) - Method in class org.openapis.openapi.models.components.Views
+
+
The unique identifier assigned to an Autonomous System (AS) on the Internet.
+
+
withAsnName(String) - Method in class org.openapis.openapi.models.components.Views
+
+
The Name associated with the asnId.
+
+
withAspectRatio(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
withAspectRatio(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
withAspectRatio(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
withAspectRatio(String) - Method in class org.openapis.openapi.models.components.Media
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
withAspectRatio(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The aspect ratio of a video describes its shape based on the relationship between its width and + height.
+
+
withAspectRatio(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The aspect ratio of a video is a value that describes the relative shape of a video based on its + width and height.
+
+
withAverageBitrate(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Average Bitrate represents the average bitrate of the video content watched by the viewer, expressed + in bits per second (bps).
+
+
withAvgDownscaling(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Average Downscaling refers to the average reduction in video resolution or quality during the + playback of video content.
+
+
withAvgRequestLatency(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Average Request Latency average time it takes for a request to be made and processed during video + playback
+
+
withAvgRequestThroughput(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Average Request Throughput refers to the average throughput or data transfer rate of HTTP requests + made during video playback
+
+
withAvgUpscaling(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Average Upscaling refers to the average resolution of the video source is lower than the resolution + of the playback device or screen.
+
+
withBeaconDomain(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Beacon Domain specifies the domain endpoint used by the player or SDK to send analytics or tracking + beacons for playback events.
+
+
withBody(byte[]) - Method in exception class org.openapis.openapi.models.errors.FastpixException
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
withBody(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
 
-
toString() - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
withBody(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
 
-
toString() - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withBody(MediaIdsRequest) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
withBody(PatchLiveStreamRequest) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withBody(PlaybackIdRequest) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
withBody(SimulcastRequest) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
withBody(SimulcastUpdateRequest) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
withBody(TrackSubtitlesGenerateRequest) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
withBody(UpdatePlaylistRequest) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withBody(UpdateTrackRequest) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
withBody(AddMediaTrackRequestBody) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
withBody(CreateMediaPlaybackIdRequestBody) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
+
Request body for creating playback id for an media
+
+
withBody(UpdatedMediaRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
withBody(UpdatedMp4SupportRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
withBody(UpdateDomainRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
withBody(UpdatedSourceAccessRequestBody) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
withBody(UpdateMediaChaptersRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
withBody(UpdateMediaModerationRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.Data
+
withBody(UpdateMediaNamedEntitiesRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
withBody(UpdateMediaSummaryRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
withBody(UpdateUserAgentRestrictionsRequestBody) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
withBrowserEngine(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Browser Engine denotes the rendering engine used by the browser (e.g., Blink, Gecko, WebKit).
+
+
withBrowserName(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Browser Name denotes the software application utilized by the viewer to access and watch the video + content
+
+
withBrowserVersion(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Browser Version signifies the specific version of the browser software employed by the viewer
+
+
withBufferCount(Long) - Method in class org.openapis.openapi.models.components.Views
+
+
Buffer Count represents the number of rebuffering events occurring during the video view.
+
+
withBufferFill(Long) - Method in class org.openapis.openapi.models.components.Views
+
+
Buffer Fill indicates the total time, in milliseconds, that viewers wait for rebuffering per video + view.
+
+
withBufferFrequency(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Buffer Frequency measures the rate at which rebuffering events occur, expressed as events per + millisecond.
+
+
withBufferRatio(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Buffer Ratio refers to the percentage of time during video playback where the viewer experiences + buffering or rebuffering events.
+
+
withCdn(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Content Delivery Network (CDN) refers to the network infrastructure responsible for delivering the + video content to the viewer.
+
+
withChapters(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Enable or disable the chapters feature for the media.
+
+
withChapters(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Enable or disable the chapters feature for the media.
+
+
withChapters(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequestBody
+
+
Enable or disable the chapters feature for the media.
+
+
withChapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withChapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withChapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.Media
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withChapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withChapters(AiResponseRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withCity(String) - Method in class org.openapis.openapi.models.components.Views
+
+
City indicates the geographical location of the viewer accessing the video content.
+
+
withClosedCaptions(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
when provided true Enables closed captions for the livestream.
+
+
withClosedCaptions(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
when provided true Enables closed captions for the livestream.
+
+
withClosedCaptions(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
when provided true Enables closed captions for the livestream.
+
+
withCode(int) - Method in exception class org.openapis.openapi.models.errors.FastpixException
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
withCode(Long) - Method in class org.openapis.openapi.models.components.Error
+
+
The HTTP status code that explains the type of error (for example, 400 for a bad request, 404 for + not found).
+
+
withCode(String) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
Error code associated with the specific error.
+
+
withCode(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
Error code associated with the specific error.
+
+
withConfiguration(Configuration) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
+
Represents configuration details for the media.
+
+
withConnectionType(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Connection Type signifies the type of network connection utilized by the viewers device
+
+
withContainerFormat(String) - Method in class org.openapis.openapi.models.operations.File
+
+
Specifies the container format that encapsulates audio, video, subtitles, and metadata.
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
+
HTTP response content type for this operation
+
+
withContentType(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
+
HTTP response content type for this operation
+
+
withContinent(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Continent represents the continent name of the viewer accessing the video content.
+
+
withCorsOrigin(String) - Method in class org.openapis.openapi.models.components.DirectUpload
+
+
Upload media directly from a device using the url name or enter "*" to allow all.
+
+
withCorsOrigin(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
CORS origin allowed for the upload.
+
+
withCorsOrigin(String) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
+
+
Upload media directly from a device using the url name or enter "*" to allow all.
+
+
withCorsOrigin(String) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
+
+
Upload media directly from a device using the URL name or enter "*" to allow all.
+
+
withCount(Long) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
+
+
The count of viewers.
+
+
withCount(Long) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
Number of occurrences of the specific error.
+
+
withCount(Long) - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
Number of occurrences of the specific error.
+
+
withCountry(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Country represents the coded text that represents the country name of viewer accessing the video + content.
+
+
withCountry(String) - Method in class org.openapis.openapi.models.components.ViewsList
+
+
Country of the viewer.
+
+
withCountryCode(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Country Code denotes the two-letter ISO code representing the country of origin for the viewer + accessing the video content.
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
+
Time the Signing key was generated, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
+
Time the Signing key was generated, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.Media
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
Timestamp of when the media was created.
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
It is the moment when the stream was created Time the media was generated, defined as a + localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
Timestamp of playlist creation.
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Timestamp of playlist creation.
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
Timestamp of media creation in the workspace.
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
Timestamp of playlist creation.
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Time the media was created, defined as a localDateTime (UTC Time).
+
+
withCreatedDate(DateRange) - Method in class org.openapis.openapi.models.components.Metadata
+
+
Date range with start and end dates.
+
+
withCreatedDate(DateRange) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
+
+
Date range with start and end dates.
+
+
withCreateMediaSuccessResponse(CreateMediaSuccessResponse) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
+
Media is created successfully
+
+
withCreateMediaSuccessResponse(CreateMediaSuccessResponse) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
+
Media is created successfully
+
+
withCreateResponse(CreateResponse) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
+
created a signing key successfully
+
+
withCreateResponse(CreateResponse) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
+
created a signing key successfully
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.Media
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
Creator ID of the media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
The unique identifier of the user who created this media.
+
+
withCreatorId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
+
+
The unique identifier of the user who created this media.
+
+
withCurrentOffset(Long) - Method in class org.openapis.openapi.models.components.DataPagination
+
+
The current offset value.
+
+
withCurrentOffset(Long) - Method in class org.openapis.openapi.models.components.LiveStreamPagination
+
+
Determines the current point for data retrieval within a paginated list.
+
+
withCurrentOffset(Long) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
+
+
The starting offset of the current result set.
+
+
withCurrentOffset(Long) - Method in class org.openapis.openapi.models.components.Pagination
+
+
Offset determines the current point for data retrieval within a paginated list.
+
+
withCurrentOffset(Long) - Method in class org.openapis.openapi.models.components.SigningKeysPagination
+
+
Offset determines the current point for data retrieval within a paginated list.
+
+
withCustom(List<Custom1>) - Method in class org.openapis.openapi.models.components.Custom2
+
+
A list of custom dimension objects.
+
+
withCustom(Custom2) - Method in class org.openapis.openapi.models.components.Views
+
+
User defined metadata.
+
+
withData(String) - Method in class org.openapis.openapi.models.components.AiSummaryRecord
+
+
The AI-generated summary of the media content.
+
+
withData(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
+
+
The summary of the particular video.
+
+
withData(List<String>) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
+
+
The endpoint retrieves a comprehensive list of dimensions
+
+
withData(List<BrowserNameDimensiondetails>) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
+
+
filter values associated with a specific dimension
+
+
withData(List<DrmIdResponse>) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
withData(List<GetAllMediaResponse>) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
+
+
Displays the result of the request.
+
+
withData(List<GetAllSigningKeysResponseDto>) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
withData(List<GetCreateLiveStreamResponseDTO>) - Method in class org.openapis.openapi.models.components.GetStreamsResponse
+
+
Displays the result of the request.
+
+
withData(List<LiveMediaClips>) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
+
+
Displays the result of the request.
+
+
withData(List<MediaClipResponseData>) - Method in class org.openapis.openapi.models.components.MediaClipResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
withData(List<MetricsBreakdownDetails>) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
withData(List<MetricsComparisonDetails>) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
+
+
Displays the result of the request.
+
+
withData(List<MetricsTimeseriesDataDetails>) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
+
Displays the result of the request.
+
+
withData(List<PlaylistItem>) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
withData(List<UnusedDirectUpload>) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
+
+
Displays the result of the request.
+
+
withData(List<ViewsByTopContentDetails>) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
+
+
Displays the result of the request.
+
+
withData(List<ViewsList>) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
+
+
Displays the result of the request.
+
+
withData(List<ListPlaybackIdsData>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
withData(Map<String, Object>) - Method in class org.openapis.openapi.models.components.AiResponseRecord
+
+
The AI-generated content data.
+
+
withData(AddTrackResponse) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
+
+
Contains details about the track that was added or updated.
+
+
withData(ChaptersResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
withData(CreateLiveStreamResponseDTO) - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
+
+
Displays the result of the request.
+
+
withData(CreateMediaResponse) - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
withData(CreatePlaybackId) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
+
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
+
withData(CreateSigningKeyResponseDTO) - Method in class org.openapis.openapi.models.components.CreateResponse
+
+
Displays the result of the request.
+
+
withData(DirectUpload) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
+
+
Displays the result of the request.
+
+
withData(DrmIdResponse) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
withData(GenerateTrackResponse) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
+
+
Represents the response for a successfully generated subtitle track.
+
+
withData(GetCreateLiveStreamResponseDTO) - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
+
+
Displays the result of the request.
+
+
withData(GetMediaResponse) - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
+
withData(GetPublicPemUsingSigningKeyIdResponseDTOData) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
+
+
Displays the result of the request.
+
+
withData(Media) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withData(MediaCancelResponse) - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
+
+
Response returned when an upload is cancelled.
+
+
withData(MetricsOverallDataDetails) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
+
Retrieves overall values for a specified metric
+
+
withData(ModerationResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
+
withData(NamedEntitiesResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
withData(PatchResponseData) - Method in class org.openapis.openapi.models.components.PatchResponseDTO
+
+
Displays the result of the request.
+
+
withData(PlaybackIdSuccessResponseData) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
withData(PlaylistByIdResponseData) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
withData(PlaylistCreatedSchema) - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withData(SimulcastResponseData) - Method in class org.openapis.openapi.models.components.SimulcastResponse
+
+
Displays the result of the request.
+
+
withData(SimulcastUpdateResponseData) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
+
+
Displays the result of the request.
+
+
withData(SourceAccessMedia) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withData(SummaryResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
withData(UpdateMedia) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
withData(UpdateTrackResponse) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
+
+
Contains details about the track that was added or updated.
+
+
withData(Views) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
+
+
Displays the result of the request.
+
+
withData(ViewsCountResponseData) - Method in class org.openapis.openapi.models.components.ViewsCountResponse
+
+
Contains the view count details.
+
+
withData(GetPlaybackIdData) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
withData(ListErrorsData) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
+
+
Displays the result of the request.
+
+
withData(RetrieveMediaInputInfoData) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
+
+
Displays the result of the request.
+
+
withData(UpdateDomainRestrictionsData) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
withData(UpdateUserAgentRestrictionsData) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultError(DefaultError) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
+
+
See the range of possible error + responses and their status codes.
+
+
withDefaultPolicy(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
+
Specify the fallback behavior for domains that are not listed in the allow or deny lists.
+
+
withDefaultPolicy(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
+
Specifies the default behavior for user agents not listed in the allow or deny lists.
+
+
withDefaultPolicy(DomainsDefaultPolicy) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
+
Specifies the default access policy for domains.
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
+
Policy action type
+
+
withDefaultPolicy(PolicyAction) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
+
Policy action type
+
+
withDefaultPolicy(UserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
+
Specifies the default access policy for user agents (browsers, bots, etc.).
+
+
withDefaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
+
Specifies the default access policy for domains.
+
+
withDefaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
+
Specifies the default access policy for user agents (browsers, bots, etc.).
+
+
withDefaultPolicy(GetPlaybackIdDomainsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetMediaRequest
+
withDefaultPolicy(GetPlaybackIdUserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
withDefaultPolicy(ListPlaybackIdsDomainsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
withDefaultPolicy(ListPlaybackIdsUserAgentsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
withDefaultPolicy(UpdateDomainRestrictionsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
+
Specify the fallback behavior for domains that are not listed in the `allow` or `deny` lists.
+
+
withDefaultPolicy(UpdateUserAgentRestrictionsDefaultPolicy) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
+
The default behavior when a user-agent is not listed in `allow` or `deny`.
+
+
withDefaults() - Static method in class org.openapis.openapi.utils.BackoffStrategy
 
-
toString() - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
withDeleteSigningKeyResponse(DeleteSigningKeyResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
+
+
successfully fetched all signing keys
+
+
withDeleteSigningKeyResponse(DeleteSigningKeyResponse) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
+
+
successfully fetched all signing keys
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestDomains
+
+
A list of domain names or patterns that are explicitly denied access.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequestUserAgents
+
+
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdDomains
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdUserAgents
+
+
A list of specific user agents that are blocked.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.DomainRestrictions
+
+
A list of domain names or patterns that are explicitly denied access
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdDomains
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.PlaybackIdUserAgents
+
+
A list of specific user agents that are blocked.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdDomains
+
+
A list of domains that are explicitly blocked from accessing the resource.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdUserAgents
+
+
A list of specific user agents that are blocked.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.components.UserAgentRestrictions
+
+
A list of user agents that are explicitly denied access
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaDomains
+
+
A list of domain names or patterns that are explicitly denied access.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaUserAgents
+
+
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdDomains
 
-
toString() - Method in class io.fastpix.sdk.models.operations.Input
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdUserAgents
 
-
toString() - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsDomains
 
-
toString() - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsUserAgents
 
-
toString() - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsData
+
+
List of domains explicitly denied from accessing the media.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequestBody
+
+
List of domains explicitly denied from accessing the media.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsData
+
+
List of user-agent substrings explicitly denied.
+
+
withDeny(List<String>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequestBody
+
+
List of user-agent substrings explicitly denied.
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Description for a playlist (Optional).
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Description for a playlist (Optional).
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.Error
+
+
A detailed explanation of the error and what caused it.
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
A brief description of the error.
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
Description of the playlist set by the user.
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Description of the playlist set by the user.
+
+
withDescription(String) - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
+
Updated description to the playlist.
+
+
withDeviceManufacturer(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Device Manufacturer indicates the brand or manufacturer of the device used by the viewer.
+
+
withDeviceModel(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Device Model represents the specific model of the device used by the viewer.
+
+
withDeviceName(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Device Name refers to the name or label assigned to the device used by the viewer.
+
+
withDeviceType(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Device Type denotes the classification of the device used by the viewer
+
+
withDimension(Dimension) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
+
The dimension id in which the views are watched.
+
+
withDimensionName(String) - Method in class org.openapis.openapi.models.components.Custom1
+
+
Unique identifier for a custom dimension used to categorize or segment analytics data (for example, + custom_1).
+
+
withDimensionsId(DimensionsId) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
+
Pass Dimensions Id
+
+
withDisplayName(String) - Method in class org.openapis.openapi.models.components.Custom1
+
+
A user-friendly display label that represents the corresponding custom dimension in analytics + dashboards and reports; users can assign a specific name based on their tracking needs.
+
+
withDomains(CreateMediaRequestDomains) - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
 
-
toString() - Method in class io.fastpix.sdk.models.operations.Moderation
+
withDomains(CreatePlaybackIdDomains) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites should be allowed or blocked).
+
+
withDomains(DomainRestrictions) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request
+
+
withDomains(PlaybackIdDomains) - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites must be allowed or blocked).
+
+
withDomains(UnusedUploadsPlaybackIdDomains) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
+
+
Restrictions based on the originating domain of a request (for example, whether requests from + certain websites must be allowed or blocked).
+
+
withDomains(DirectUploadVideoMediaDomains) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
 
-
toString() - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withDomains(GetPlaybackIdDomains) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
 
-
toString() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
+
withDomains(ListPlaybackIdsDomains) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
 
-
toString() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
withDrmConfigurationId(String) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
UUID of the DRM configuration to be used
+
+
withDrmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
+
+
DRM configuration ID (required if accessPolicy is "drm")
+
+
withDrmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdRequest
+
+
The unique identifier of the DRM configuration.
+
+
withDrmConfigurationId(String) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
UUID of the DRM configuration to be used.
+
+
withDrmType(String) - Method in class org.openapis.openapi.models.components.Views
+
+
DRM Type indicates the type of Digital Rights Management (DRM) utilized during video playback
+
+
withDroppedFrameCount(Long) - Method in class org.openapis.openapi.models.components.Views
+
+
Dropped Frame Count represents the number of frames dropped by the video player during playback.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.Media
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
Duration of the media in HH:MM:SS format.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
Duration of the media in hh:mm:ss format.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
withDuration(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The length of the media in seconds, with a maximum allowed duration of 12 hours per individual + media.
+
+
withEnableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
withEnableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
withEnableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Enables DVR (Digital Video Recorder) functionality, allowing viewers to pause, rewind, and resume + live playback.
+
+
withEnableDvrMode(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Enables DVR (Digital Video Recorder) functionality for the live stream.
+
+
withEnableRecording(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
+
withEnableRecording(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
When set to true, FastPix records and stores the livestream for on-demand viewing.
+
+
withEnableRecording(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
+
withEndDate(String) - Method in class org.openapis.openapi.models.components.DateRange
 
-
toString() - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
withEndTime(Double) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
End time indicates where encoding must end within the video file, in seconds.
+
+
withEndTime(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
End time (in seconds) of the imposed audio in the video.
+
+
withEndTime(Long) - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
End time indicates where encoding must end within the video file.
+
+
withError(Error) - Method in class org.openapis.openapi.models.components.DefaultError
+
+
Contains details about the error if the request failed.
+
+
withErrorCode(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Error Code is an identifier representing a specific type of error that occurred during video + playback, potentially leading to playback failure.
+
+
withErrorCode(String) - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The code which represents specific issues or failures that occur during playback.
+
+
withErrorCode(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the error code to filter the list of views.
+
+
withErrorContext(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the component or stage where the playback error originated, such as streaming, cdn, + decoder, or player.
+
+
withErrorId(Long) - Method in class org.openapis.openapi.models.components.Views
+
+
The unique identifier which identifies each type of error that occurs.
+
+
withErrorId(String) - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The unique identifier for the error that occurred during playback.
+
+
withErrorMessage(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Error Message is a descriptive message generated by the video player when an error occurs during + playback, associated with an error code.
+
+
withErrorMessage(String) - Method in class org.openapis.openapi.models.components.ViewsList
+
+
The notifications or messages that inform users or developers about issues or failures that have + occurred during the playback representing error codes.
+
+
withErrors(List<ErrorDetails>) - Method in class org.openapis.openapi.models.operations.ListErrorsData
+
+
The endpoint retrieves a comprehensive list of errors that have occurred by providing detailed + information about each error instance.
+
+
withEventDetails(Map<String, Object>) - Method in class org.openapis.openapi.models.components.Event
 
-
toString() - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withEventName(String) - Method in class org.openapis.openapi.models.components.Event
+
+
Name of the event.
+
+
withEvents(List<Event>) - Method in class org.openapis.openapi.models.components.Views
+
+
Events specifies the order of events journey of the video playback
+
+
withEventTime(EventTime) - Method in class org.openapis.openapi.models.components.Event
+
+
The unix epoch timestamp when the event was captured.
+
+
withExitBeforeVideoStart(Boolean) - Method in class org.openapis.openapi.models.components.Views
+
+
Exit Before Video Start indicates whether a viewer abandoned the video before it started playing, + typically due to long loading times.
+
+
withExperimentName(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Experiment Name is used in A/B testing scenarios to categorize video views into different + experiments.
+
+
withExpungeSegments(List<String>) - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
The list of start and end times (in seconds) of the segments to be removed from the actual video.
+
+
withExpungeSegments(List<String>) - Method in class org.openapis.openapi.models.components.VideoInput
+
+
The list of the startTime-endTime of the segments to be removed from the actual video.
+
+
withFadeInLevel(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
Level of fade-in effect (in seconds) at the start of the imposed audio.
+
+
withFadeOutLevel(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack
+
+
Level of fade-out effect (in seconds) at the end of the imposed audio.
+
+
withField(String) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
+
+
the value of dimension or filter value on which the aggregation is to be applied.
+
+
withFile(File) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoData
+
+
Contains metadata and structural details about the media file.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFilterby(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the dimensions and their corresponding values you want to filter the views by.
+
+
withFpApiVersion(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the version of the FastPix API used during data collection or playback reporting.
+
+
withFpEmbed(Boolean) - Method in class org.openapis.openapi.models.components.Views
+
+
Identifies the type or source of the FastPix player embed used for playback — for example, whether + the video was played through a direct player integration, an iframe, or a third-party embedded + context.
+
+
withFpEmbedVersion(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Specifies the version of the FastPix embed script or SDK used to initialize the player.
+
+
withFpLiveStreamId(String) - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix Live Stream ID is the unique identifier associated with a live stream video media within the + FastPix Video Platform.
+
+
withFpPlaybackId(String) - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix Playback ID refers to the unique identifier associated with the playback instance of a + video, particularly used in FastPix Video Platform.
+
+
withFpSDK(String) - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix SDK Name identifies the name of the FastPix Player SDK utilized within the player workspace.
+
+
withFpSDKVersion(String) - Method in class org.openapis.openapi.models.components.Views
+
+
FastPix SDK Version specifies the version of the FastPix Player SDK integrated into the player.
+
+
withFpViewerId(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Represents a unique, anonymized identifier assigned to each viewer by the FastPix SDK.
+
+
withFrameRate(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
withFrameRate(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
withFrameRate(String) - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Frame rate quantifies the speed at which frames are displayed per second.
+
+
withGenerate(boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
+
+
Enable or disable the summary feature for the media.
+
+
withGenerate(Boolean) - Method in class org.openapis.openapi.models.components.Summary
+
+
Enable or disable the summary feature for the media.
+
+
withGenerate(Boolean) - Method in class org.openapis.openapi.models.operations.Summary
+
+
Enable or disable the summary feature for the media.
+
+
withGeneratedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
List of generated subtitle tracks associated with the media.
+
+
withGeneratedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
List of generated subtitle tracks associated with the media.
+
+
withGeneratedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.Media
+
+
List of generated subtitle tracks associated with the media.
+
+
withGeneratedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
List of generated subtitle tracks associated with the media.
+
+
withGeneratedSubtitles(List<TracksSubtitles>) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
List of generated subtitle tracks associated with the media.
+
+
withGetAllPlaylistsResponse(GetAllPlaylistsResponse) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
+
+
Successfully retrieved all playlists
+
+
withGetAllPlaylistsResponse(GetAllPlaylistsResponse) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
+
+
Successfully retrieved all playlists
+
+
withGetAllSigningKeysResponse(GetAllSigningKeysResponse) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
+
+
successfully fetched all signing keys
+
+
withGetAllSigningKeysResponse(GetAllSigningKeysResponse) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
+
+
successfully fetched all signing keys
+
+
withGetPublicPemUsingSigningKeyIdResponseDTO(GetPublicPemUsingSigningKeyIdResponseDTO) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
+
+
successfully fetched signing key
+
+
withGetPublicPemUsingSigningKeyIdResponseDTO(GetPublicPemUsingSigningKeyIdResponseDTO) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
+
+
successfully fetched signing key
+
+
withGetStreamsResponse(GetStreamsResponse) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
+
+
All streams retrieved sucessfully
+
+
withGetStreamsResponse(GetStreamsResponse) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
+
+
All streams retrieved sucessfully
+
+
withGlobalValue(Double) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
+
+
A global metric value that reflects the overall performance of the specified metric across the + entire dataset for the given timespan.
+
+
withGranularity(String) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesmetadataDetails
+
+
the unit for aggregating the timeseries data.
+
+
withGroupBy(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass this value to group the metrics list by.
+
+
withGroupBy(GroupBy) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
Pass this value to group the metrics list by.
+
+
withHeight(Double) - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
Track height denotes the range of height applicable to a specific track.
+
+
withHeight(Double) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
Track height denotes the range of height applicable to a specific track.
+
+
withHeight(String) - Method in class org.openapis.openapi.models.components.WatermarkInput
+
+
Height of the watermark in percentage or pixels.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The unique identifier of the track.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
FastPix generates a unique identifier for each track.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.CreatePlaybackId
+
+
A unique identifier is generated by FastPix for the playbacks.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
+
+
A unique identifier is generated by FastPix for the signing keys.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.DrmIdResponse
+
+
The unique identifier of the DRM configuration.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
Unique identifier for the error instance.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
A unique identifier for the generated track.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The unique identifier assigned to the media when created.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponseDto
+
+
A unique identifier is generated by FastPix for the signing keys.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The unique identifier assigned to the media when created.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The unique identifier assigned to the media when created.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.Media
+
+
The unique identifier assigned to the media when created.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
+
The unique identifier assigned to the media by FastPix.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.MediaClipResponsePlaybackId
+
+
The unique identifier for playback.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaybackId
+
+
A unique identifier is generated by FastPix for the playbacks.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaybackIdResponse
+
+
Unique identifier for the playbackId
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponseData
+
+
Unique identifier for the playbackId
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
The unique id of the playlist
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
The unique id of the playlist
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
+
+
unique id of the particular media.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
The unique id of the playlist
+
+
withId(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The unique identifier assigned to the media when created.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
FastPix generates a unique identifier for each track.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The unique identifier assigned to the media when created.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The unique identifier of the track.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.VideoTrack
+
+
FastPix generates a unique identifier for each track.
+
+
withId(String) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
+
+
FastPix generates a unique identifier for each track.
+
+
withId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdData
+
+
Unique identifier of the playback ID.
+
+
withId(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsData
+
+
Unique identifier of the playback ID.
+
+
withImposeTracks(List<ImposeTrack>) - Method in class org.openapis.openapi.models.components.AudioInput
+
+
List of additional audio tracks to overlay on the video.
+
+
withInputMediaSettings(InputMediaSettings) - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
+
+
Contains configuration details for input media settings.
+
+
withInputs(List<CreateMediaResponseInput>) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
A list of media input sources to be processed.
+
+
withInputs(List<Input>) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Add one input object at a time.
+
+
withInputs(List<Input>) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Add one input object at a time.
+
+
withInsertAt(long) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
+
+
The timestamp(in seconds) at which the segment must be inserted.
+
+
withInsertAt(long) - Method in class org.openapis.openapi.models.components.VideoInputSegment1
+
+
The timestamp at which the segment should be inserted.
+
+
withInsertAtEnd(boolean) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
+
+
Flag indicating the segment should be inserted at the end.
+
+
withInsertAtEnd(boolean) - Method in class org.openapis.openapi.models.components.VideoInputSegment2
+
+
Flag indicating the segment should be inserted at the end.
+
+
withInsertTimestamp(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Insert Timestamp refers to the time instance when the view is started.
+
+
withIntervalTime(OffsetDateTime) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
+
The timestamp for the data point indicating when the metric value was recorded.
+
+
withIntroUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInput
+
+
The URL of the **intro video** to be added at the beginning of the media file.
+
+
withIntroUrl(String) - Method in class org.openapis.openapi.models.components.VideoInput
+
+
The url of the intro video which is to be added at the start of the video.
+
+
withIpAddress(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Represents the IP address of the user or device that initiated the playback session.
+
+
withIsAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Indicates whether the media contains only audio (no video track).
+
+
withIsAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Indicates whether the media contains only audio (no video track).
+
+
withIsAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
Indicates whether the media contains only audio (no video track).
+
+
withIsAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.Media
+
+
Indicates whether the media contains only audio (no video track).
+
+
withIsAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Indicates whether the media contains only audio (no video track).
+
+
withIsAudioOnly(Boolean) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Indicates whether the media contains only audio (no video track).
+
+
withIsChaptersEnabled(Boolean) - Method in class org.openapis.openapi.models.components.ChaptersResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.SubtitlesMetadata
+
withIsEnabled(Boolean) - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
When the value is true, the simulcast must be enabled for the given stream
+
+
withIsEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
When the value is true, the simulcast must be enabled for the given stream
+
+
withIsEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
+
When set to false, the simulcast is disabled for the specified stream.
+
+
withIsEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
When set to false, the simulcast is disabled for the specified stream.
+
+
withIsModerationEnabled(Boolean) - Method in class org.openapis.openapi.models.components.ModerationResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.Summary
+
withIsNamedEntitiesEnabled(Boolean) - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaMetadata
+
withIsSummaryEnabled(Boolean) - Method in class org.openapis.openapi.models.components.SummaryResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
withItems(List<MetricsComparisonDetails>) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
Nested comparison items
+
+
withJumpLatency(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Jump Latency refers to the delay or latency experienced when there is a jump or seek action + performed by the viewer while watching a video.
+
+
withLanguageCode(String) - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
+
The BCP 47 language code representing the track’s language.
+
+
withLanguageCode(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The BCP 47 language code representing the track's language.
+
+
withLanguageCode(String) - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
withLanguageCode(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
withLanguageCode(String) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
+
The BCP 47 language code representing the track’s language.
+
+
withLanguageCode(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The BCP 47 language code representing the track's language.
+
+
withLanguageCode(CreateMediaRequestLanguageCode) - Method in class org.openapis.openapi.models.components.Subtitles
+
+
Language codes are concise, standardized symbols that denote languages, utilizing either two or + three characters for identification.
+
+
withLanguageCode(GenerateTrackResponseLanguageCode) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
The BCP 47 language code representing the language of the generated track.
+
+
withLanguageCode(LanguageCode) - Method in class org.openapis.openapi.models.components.SubtitleInput
+
+
Language code for content localization
+
+
withLanguageCode(LanguageCode) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
+
Language code for content localization
+
+
withLanguageCode(LanguageCode) - Method in class org.openapis.openapi.models.operations.Subtitles
+
+
Language codes (BCP 47 compliant) used for text files.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.AddTrackRequest
+
+
The full name of the language corresponding to the `languageCode`.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse
+
+
The full name of the language corresponding to the `languageCode`.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.AudioTrack
+
+
Name of the language in which the subtitles will be generated.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
The full name of the language for the generated track.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.SubtitleInput
+
+
Name of the language in which the subtitles will be generated.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.Subtitles
+
+
Name of the language in which the subtitles will be generated.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack
+
+
Name of the language in which the subtitles will be generated.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
+
The full name of the language used to generate the subtitles.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
+
+
The full name of the language corresponding to the `languageCode`.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
+
+
The full name of the language corresponding to the `languageCode`.
+
+
withLanguageName(String) - Method in class org.openapis.openapi.models.operations.Subtitles
+
+
Name of the language for the subtitles.
+
+
withLastSeen(String) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
The timestamp of when the error was last observed.
+
+
withLastSeen(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
The timestamp of when the error was last observed.
+
+
withLatitude(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Latitude refers to the geographical coordinate representing the north-south position of the viewers + location, truncated to one decimal place.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Optional parameter to limit no.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Optional parameter to limit no.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
+
+
The number of playlists to return (default is 10, max is 50).
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
+
The number of media clips to retrieve per request.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass the limit to display only the rows specified by the value.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
+
+
Pass the limit to display only the rows specified by the value.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
+
+
Pass the limit to display only the rows specified by the value for top errors.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
+
Limit specifies the maximum number of items to display per page.
+
+
withLimit(Long) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
+
+
Pass the limit to display only the rows specified by the value.
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
+
+
Stream details updated successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
+
+
Stream deleted successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
+
+
Stream's playbackId deleted successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
+
+
Stream details updated successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
+
+
Stream details updated successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
+
+
Stream details updated successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
+
+
Stream deleted successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
+
+
Stream's playbackId deleted successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
+
+
Stream details updated successfully
+
+
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
+
+
Stream details updated successfully
+
+
withLivestreamgetResponse(LivestreamgetResponse) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
+
+
Stream details retrieved successfully
+
+
withLivestreamgetResponse(LivestreamgetResponse) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
+
+
Stream details retrieved successfully
+
+
withLivestreamId(String) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
The stream Id is unique identifier assigned to the live stream.
+
+
withLiveStreamLatency(Long) - Method in class org.openapis.openapi.models.components.Views
+
+
Live Stream Latency measures the average time taken from the point of ingest to the point of display + for live stream video views.
+
+
withLiveStreamResponseDTO(LiveStreamResponseDTO) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
+
+
Stream created successfully
+
+
withLiveStreamResponseDTO(LiveStreamResponseDTO) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
+
+
Stream created successfully
+
+
withLongitude(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Longitude denotes the geographical coordinate representing the east-west position of the viewers + location, truncated to one decimal place.
+
+
withLowLatency(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
withLowLatency(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
withLowLatency(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Enables low-latency streaming mode to reduce playback delay.
+
+
withMaxDownscaling(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Maximum Downscale Percentage represents the highest percentage of downscaling applied to the video + during the view.
+
+
withMaxDuration(Long) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
withMaxDuration(Long) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
withMaxDuration(Long) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
The maximum duration in seconds that a live stream can have before it ends the stream.
+
+
withMaxRequestLatency(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Max Request Latency refers to the maximum rate of data transfer (throughput) during requests made by + the playback.
+
+
withMaxResolution(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
withMaxResolution(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
withMaxResolution(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
The maximum resolution allowed for the upload.
+
+
withMaxResolution(String) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Max resolution can be used to control the maximum resolution your media is encoded, stored, and + streamed at.
+
+
withMaxResolution(CreateLiveStreamRequestMaxResolution) - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Defines the maximum resolution for encoding, storage, and playback of the live stream.
+
+
withMaxResolution(CreateMediaRequestMaxResolution) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
The maximum resolution tier defines the highest quality at which your media is available.
+
+
withMaxResolution(CreateMediaResponseMaxResolution) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The maximum resolution tier defines the highest quality at which your media is available.
+
+
withMaxResolution(GetAllMediaResponseMaxResolution) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The maximum resolution specified by the user for the media.
+
+
withMaxResolution(GetMediaResponseMaxResolution) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The maximum resolution specified by the user for the media.
+
+
withMaxResolution(LiveMediaClipsMaxResolution) - Method in class org.openapis.openapi.models.components.LiveMediaClips
+
+
The maximum resolution specified by the user for the media.
+
+
withMaxResolution(MediaMaxResolution) - Method in class org.openapis.openapi.models.components.Media
+
+
The maximum resolution specified by the user for the media.
+
+
withMaxResolution(SourceAccessMediaMaxResolution) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The maximum resolution specified by the user for the media.
+
+
withMaxResolution(UpdateMediaMaxResolution) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The maximum resolution specified by the user for the media.
+
+
withMaxResolution(MaxResolution) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Determines the highest quality resolution available.
+
+
withMaxUpscaling(Double) - Method in class org.openapis.openapi.models.components.Views
+
+
Maximum Upscale Percentage represents the highest percentage of upscaling applied to the video + during the view.
+
+
withMeasurement(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
value can be avg, sum, count or 95th
+
+
withMeasurement(String) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
The measurement for the given metrics.
+
+
withMeasurement(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
The measurement for the given metrics.
+
+
withMeasurement(String) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
The measurement for the given metrics.
+
+
withMediaClipResponse(MediaClipResponse) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
+
+
Get media clips
+
+
withMediaClipResponse(MediaClipResponse) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
+
+
Get media clips
+
+
withMediaCount(Long) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
No.
+
+
withMediaCount(Long) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
No.
+
+
withMediaCount(Long) - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
No.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.components.ChaptersResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
withMediaId(String) - Method in class org.openapis.openapi.models.components.ModerationResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
withMediaId(String) - Method in class org.openapis.openapi.models.components.NamedEntitiesResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
withMediaId(String) - Method in class org.openapis.openapi.models.components.SummaryResponse
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
+
withMediaId(String) - Method in class org.openapis.openapi.models.components.Views
+
+
The media Id value if the video asset is internal to FastPix.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoRequest
+
+
Pass the list of the input objects used to create the media, along with applied settings.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
 
-
toString() - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
+
+
The unique identifier assigned to the media when created.
+
+
withMediaId(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
 
-
toString() - Method in class io.fastpix.sdk.utils.BigDecimalString
+
withMediaIds(List<String>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
A list of media IDs created when recording is enabled.
+
+
withMediaIds(List<String>) - Method in class org.openapis.openapi.models.components.MediaIdsRequest
 
-
toString() - Method in class io.fastpix.sdk.utils.BigIntegerString
+
withMediaList(List<PlaylistByIdResponseMediaListItem>) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
 
-
toString() - Method in class io.fastpix.sdk.utils.EventStreamMessage
+
withMediaList(List<PlaylistByIdResponseMediaListItem>) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
 
-
toString() - Method in class io.fastpix.sdk.utils.QueryParameter
+
withMediaPolicy(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
Determines whether the recorded stream should be publicly accessible or private in Live to VOD + (Video on Demand).
+
+
withMediaPolicy(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
Determines whether the recorded stream must be publicly accessible or private in Live to VOD (Video + on Demand).
+
+
withMediaPolicy(String) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
Determines whether the recorded stream must be publicly accessible or private in Live to VOD (Video + on Demand).
+
+
withMediaPolicy(BasicAccessPolicy) - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Basic access policy for media content
+
+
withMediaQuality(CreateMediaRequestMediaQuality) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
The quality tier applied to the media.
+
+
withMediaQuality(CreateMediaResponseMediaQuality) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
The quality tier applied to the media.
+
+
withMediaQuality(DirectUploadResponseMediaQuality) - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
+
The quality tier applied to the media.
+
+
withMediaQuality(GetAllMediaResponseMediaQuality) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
The quality tier applied to the media.
+
+
withMediaQuality(GetMediaResponseMediaQuality) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
The quality tier applied to the media.
+
+
withMediaQuality(MediaMediaQuality) - Method in class org.openapis.openapi.models.components.Media
+
+
The quality tier applied to the media.
+
+
withMediaQuality(SourceAccessMediaMediaQuality) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
The quality tier applied to the media.
+
+
withMediaQuality(UnusedDirectUploadResponseMediaQuality) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
+
The quality tier applied to the media.
+
+
withMediaQuality(UpdateMediaMediaQuality) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
The quality tier applied to the media.
+
+
withMediaQuality(MediaQuality) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
The quality tier applied to the media.
+
+
withMessage(String) - Method in class org.openapis.openapi.models.components.Error
+
+
A short message describing what went wrong.
+
+
withMessage(String) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
error message or description.
+
+
withMessage(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
error message or description.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.InputMediaSettings
+
+
Custom key–value pairs for tagging livestreams.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.LiveSimulcast
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.Media
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastRequest
+
+
You can search for videos with specific key-value pairs using metadata, when you tag a video in + "key":"value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastResponseData
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastUpdateRequest
+
+
You can search for videos with specific key-value pairs using metadata, when you tag a video in + "key":"value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key":"value"s pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.Subtitles
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.TrackSubtitlesGenerateRequest
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
You can search for videos with specific key value pairs using metadata, when you tag a video in + "key" : "value" pairs.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
"Tag a video in "key" : "value" pairs for searchable metadata.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.operations.Subtitles
+
+
"Tag a video in "key" : "value" pairs for searchable metadata.
+
+
withMetadata(Map<String, String>) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
 
-
toString() - Method in class io.fastpix.sdk.utils.TypedObject
+
withMetadata(Metadata) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Required when the playlist type is `smart`.
+
+
withMetadata(MetricsmetadataDetails) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
withMetadata(MetricsOverallmetadataDetails) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
+
+
metadata that has to be paased for metric calculations.
+
+
withMetadata(MetricsTimeseriesmetadataDetails) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
+
+
Retrieves breakdown values for a specified metric and timespan
+
+
withMetadata(PlaylistByIdResponseMetadata) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
Required when the playlist type is `smart`.
+
+
withMetric(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
The metric field represents the name of the Key Performance Indicator (KPI) being tracked or + analyzed.
+
+
withMetricId(GetTimeseriesDataMetricId) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
+
+
Pass metric Id
+
+
withMetricId(ListBreakdownValuesMetricId) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
+
+
Pass metric Id
+
+
withMetricId(ListOverallValuesMetricId) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
+
+
Pass metric Id
+
+
withMetricValue(Double) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
+
The value of the specified metric at the given interval.
+
+
withModeration(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withModeration(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withModeration(AiResponseRecord) - Method in class org.openapis.openapi.models.components.Media
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withModeration(AiResponseRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withModeration(AiResponseRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withModeration(Moderation) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
 
-
toString() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
+
withModeration(DirectUploadVideoMediaModeration) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
 
-
toString(Class<?>, Object...) - Static method in class io.fastpix.sdk.utils.Utils
+
withModeration(UpdateMediaModerationModeration) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationRequestBody
 
-
totalRecords() - Method in class io.fastpix.sdk.models.components.Pagination
+
withMp4Support(CreateMediaRequestMp4Support) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
"capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio + file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline + viewing
+
+
withMp4Support(GetAllMediaResponseMp4Support) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Determines the type of MP4 support for the media.
+
+
withMp4Support(GetMediaResponseMp4Support) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Determines the type of MP4 support for the media.
+
+
withMp4Support(MediaMp4Support) - Method in class org.openapis.openapi.models.components.Media
+
+
Determines the type of MP4 support for the media.
+
+
withMp4Support(DirectUploadVideoMediaMp4Support) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline + viewing.
+
+
withMp4Support(UpdatedMp4SupportMp4Support) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportRequestBody
+
+
Determines the type of MP4 support for the media.
+
+
withName(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
+
+
Name of the playlist.
+
+
withName(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
+
+
Name of the playlist.
+
+
withName(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
+
+
value can be score that ranges from 0 to 100
+
+
withName(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
+
+
The name of the playlist set by the user
+
+
withName(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
+
+
The name of the playlist set by the user
+
+
withName(String) - Method in class org.openapis.openapi.models.components.PlaylistItem
+
+
The name of the playlist set by the user
+
+
withName(String) - Method in class org.openapis.openapi.models.components.UpdatePlaylistRequest
+
+
New name to the playlist.
+
+
withNamedEntities(boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesRequestBody
+
+
Enable or disable named entity extraction.
+
+
withNamedEntities(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
+
Enable or disable named entity extraction.
+
+
withNamedEntities(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
+
+
Enable or disable named entity extraction.
+
+
withNamedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withNamedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withNamedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.Media
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withNamedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withNamedEntities(AiResponseRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia
+
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
+
+
withNotes(String) - Method in class org.openapis.openapi.models.components.ErrorDetails
+
+
Information about the specific error.
+
+
withNotes(String) - Method in class org.openapis.openapi.models.components.TopErrorDetails
+
+
Information about the specific error.
+
+
withNumberOfViews(Long) - Method in class org.openapis.openapi.models.components.MetricsTimeseriesDataDetails
+
+
The total number of views recorded during that interval.
+
+
withObject(AddMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
+
+
Media details updated successfully
+
+
withObject(AddMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
+
+
Media details updated successfully
+
+
withObject(CancelUploadResponseBody) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
+
+
Upload cancelled successfully
+
+
withObject(CancelUploadResponseBody) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
+
+
Upload cancelled successfully
+
+
withObject(CreateMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
+
+
Playback ID for a media content.
+
+
withObject(CreateMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
+
+
Playback ID for a media content.
+
+
withObject(DeleteMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
+
+
Deleted a Playback Id successfully
+
+
withObject(DeleteMediaPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
+
+
Deleted a Playback Id successfully
+
+
withObject(DeleteMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
+
+
Delete a video media
+
+
withObject(DeleteMediaResponseBody) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
+
+
Delete a video media
+
+
withObject(DeleteMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
+
+
Delete a video media
+
+
withObject(DeleteMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
+
+
Delete a video media
+
+
withObject(DirectUploadVideoMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
+
+
Direct upload created successfully
+
+
withObject(DirectUploadVideoMediaResponseBody) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
+
+
Direct upload created successfully
+
+
withObject(GenerateSubtitleTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
+
+
Media details updated successfully
+
+
withObject(GenerateSubtitleTrackResponseBody) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
+
+
Media details updated successfully
+
+
withObject(GetDrmConfigurationByIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
-
It gives the total number of media assets that are accessible overall.
+
DRM configuration retrieved successfully
-
totalRecords(long) - Method in class io.fastpix.sdk.models.components.Pagination.Builder
+
withObject(GetDrmConfigurationByIdResponseBody) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
-
It gives the total number of media assets that are accessible overall.
+
DRM configuration retrieved successfully
-
totalRecords(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Pagination.Builder
+
withObject(GetDrmConfigurationResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
-
It gives the total number of media assets that are accessible overall.
+
DRM configuration(s) retrieved successfully
-
toUtf8AndClose(InputStream) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
Track - Class in io.fastpix.sdk.models.components
+
withObject(GetDrmConfigurationResponseBody) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
-
Track
+
DRM configuration(s) retrieved successfully
-
Track(String) - Constructor for class io.fastpix.sdk.models.components.Track
-
 
-
Track(Optional<String>, String, Optional<Double>, Optional<Double>, Optional<String>, Optional<Boolean>) - Constructor for class io.fastpix.sdk.models.components.Track
-
 
-
Track.Builder - Class in io.fastpix.sdk.models.components
-
 
-
tracks() - Method in class io.fastpix.sdk.models.components.Media
+
withObject(GetMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
-
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
Get a video media by id
-
tracks(List<Track>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
withObject(GetMediaResponseBody) - Method in class org.openapis.openapi.models.operations.GetMediaResponse
-
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
Get a video media by id
-
tracks(Optional<? extends List<Track>>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
withObject(GetMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
-
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
Get media summary
-
trial() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withObject(GetMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
-
FastPix allows for a free trial.
+
Get media summary
-
trial() - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withObject(GetPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
-
FastPix allows for a to trial the live stream for free.
+
Successfully retrieved playback ID details
-
trial() - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withObject(GetPlaybackIdResponseBody) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
-
FastPix allows for a to trial the live stream for free.
+
Successfully retrieved playback ID details
-
trial(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
withObject(GetTimeseriesDataResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
-
FastPix allows for a free trial.
+
Get filter/ dimension value details by dimension name.
-
trial(boolean) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
withObject(GetTimeseriesDataResponseBody) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
-
FastPix allows for a to trial the live stream for free.
+
Get filter/ dimension value details by dimension name.
-
trial(boolean) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
withObject(GetVideoViewDetailsResponseBody) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
-
FastPix allows for a to trial the live stream for free.
+
Get a video view by id
-
trial(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
withObject(GetVideoViewDetailsResponseBody) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
-
FastPix allows for a free trial.
+
Get a video view by id
-
trial(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
+
withObject(ListBreakdownValuesResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
-
FastPix allows for a to trial the live stream for free.
+
Get filter/ dimension value details by dimension name.
-
trial(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PatchResponseData.Builder
+
withObject(ListBreakdownValuesResponseBody) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
-
FastPix allows for a to trial the live stream for free.
+
Get filter/ dimension value details by dimension name.
-
TRTR - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
-
 
-
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
-
 
-
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.MediaMaxResolution
-
 
-
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.components.SourceResolution
-
 
-
TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP - io.fastpix.sdk.models.operations.MaxResolution
-
 
-
type() - Method in class io.fastpix.sdk.models.components.AudioInput
+
withObject(ListByTopContentResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
-
Type of overlay (currently only supports 'audio').
+
Get the list of Views
-
type() - Method in class io.fastpix.sdk.models.components.Moderation
+
withObject(ListByTopContentResponseBody) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
-
Defines the type of input.
+
Get the list of Views
-
type() - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
withObject(ListComparisonValuesResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
-
Defines the type of input.
+
Get filter/ dimension value details by dimension name.
-
type() - Method in class io.fastpix.sdk.models.components.Track
+
withObject(ListComparisonValuesResponseBody) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
-
Defines the type of input.
+
Get filter/ dimension value details by dimension name.
-
type() - Method in class io.fastpix.sdk.models.components.VideoInput
+
withObject(ListDimensionsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
-
Defines the type of input.
+
Get the list of Views
-
type() - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withObject(ListDimensionsResponseBody) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
-
Type of overlay (currently only supports 'watermark').
+
Get the list of Views
-
type() - Method in class io.fastpix.sdk.models.operations.Moderation
+
withObject(ListErrorsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
-
Defines the type of input.
+
Get filter/ dimension value details by dimension name.
-
type(AudioInputType) - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
withObject(ListErrorsResponseBody) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
-
Type of overlay (currently only supports 'audio').
+
Get filter/ dimension value details by dimension name.
-
type(CreateMediaRequestType) - Method in class io.fastpix.sdk.models.components.Moderation.Builder
+
withObject(ListFilterValuesForDimensionResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
-
Defines the type of input.
+
Get filter / dimension value details by dimension name.
-
type(WatermarkInputType) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
withObject(ListFilterValuesForDimensionResponseBody) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
-
Type of overlay (currently only supports 'watermark').
+
Get filter / dimension value details by dimension name.
-
type(Type) - Method in class io.fastpix.sdk.models.operations.Moderation.Builder
+
withObject(ListLiveClipsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
-
Defines the type of input.
+
List of video media
-
type(String) - Method in class io.fastpix.sdk.models.components.SubtitleInput.Builder
+
withObject(ListLiveClipsResponseBody) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
-
Defines the type of input.
+
List of video media
-
type(String) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
withObject(ListMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
-
Defines the type of input.
+
List of video media
-
type(String) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
withObject(ListMediaResponseBody) - Method in class org.openapis.openapi.models.operations.ListMediaResponse
-
Defines the type of input.
+
List of video media
-
type(Optional<? extends AudioInputType>) - Method in class io.fastpix.sdk.models.components.AudioInput.Builder
+
withObject(ListOverallValuesResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
-
Type of overlay (currently only supports 'audio').
+
Get filter/ dimension value details by dimension name.
-
type(Optional<? extends WatermarkInputType>) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
withObject(ListOverallValuesResponseBody) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
-
Type of overlay (currently only supports 'watermark').
+
Get filter/ dimension value details by dimension name.
-
type(Optional<? extends Type>) - Method in class io.fastpix.sdk.models.operations.Moderation.Builder
+
withObject(ListPlaybackIdsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
-
Defines the type of input.
+
Successfully retrieved playback IDs and their restrictions
-
Type - Enum in io.fastpix.sdk.models.operations
+
withObject(ListPlaybackIdsResponseBody) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
-
Type
+
Successfully retrieved playback IDs and their restrictions
-
TypedObject - Class in io.fastpix.sdk.utils
-
 
-
TypedObject.Serializer - Class in io.fastpix.sdk.utils
-
 
-
typeReference() - Method in class io.fastpix.sdk.utils.TypedObject
-
 
-
typeReference() - Method in class io.fastpix.sdk.utils.Utils.TypeReferenceWithShape
-
 
-
Types - Enum in io.fastpix.sdk.utils
-
 
-
- - - -

U

-
-
UK_UA - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
UnauthorizedError - Class in io.fastpix.sdk.models.errors
+
withObject(ListUploadsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
-
UnauthorizedError
+
List of video media
-
UnauthorizedError() - Constructor for class io.fastpix.sdk.models.errors.UnauthorizedError
-
 
-
UnauthorizedError(Optional<Long>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.errors.UnauthorizedError
-
 
-
UnauthorizedError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
UnauthorizedException - Exception in io.fastpix.sdk.models.errors
-
 
-
UnauthorizedException() - Constructor for exception io.fastpix.sdk.models.errors.UnauthorizedException
-
 
-
UnauthorizedException(Optional<Boolean>, Optional<? extends UnauthorizedError>) - Constructor for exception io.fastpix.sdk.models.errors.UnauthorizedException
-
 
-
UnauthorizedException.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
updatedAt() - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withObject(ListUploadsResponseBody) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
List of video media
-
updatedAt() - Method in class io.fastpix.sdk.models.components.Media
+
withObject(ListVideoViewsResponseBody) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Get the list of Views
-
updatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
withObject(ListVideoViewsResponseBody) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Get the list of Views
-
updatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
withObject(RetrieveMediaInputInfoResponseBody) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Get video media input information
-
updatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse.Builder
+
withObject(RetrieveMediaInputInfoResponseBody) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Get video media input information
-
updatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
withObject(UpdatedMediaResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Media details updated successfully
-
updatedMedia() - Method in class io.fastpix.sdk.ManageVideos
+
withObject(UpdatedMediaResponseBody) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
-
Update a media by ID
+
Media details updated successfully
-
updatedMedia(String) - Method in class io.fastpix.sdk.ManageVideos
+
withObject(UpdatedMp4SupportResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
-
Update a media by ID
+
Media details updated successfully
-
updatedMedia(String, Optional<? extends UpdatedMediaRequestBody>) - Method in class io.fastpix.sdk.ManageVideos
+
withObject(UpdatedMp4SupportResponseBody) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
-
Update a media by ID
+
Media details updated successfully
-
updatedMedia(String, Optional<? extends UpdatedMediaRequestBody>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdatedMedia
-
 
-
UpdatedMediaMetadata - Class in io.fastpix.sdk.models.operations
+
withObject(UpdateDomainRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
-
UpdatedMediaMetadata
+
Successfully updated domain restrictions
-
UpdatedMediaMetadata() - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaMetadata
-
 
-
UpdatedMediaMetadata.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaRequest - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaRequest(String) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaRequest
-
 
-
UpdatedMediaRequest(String, Optional<? extends UpdatedMediaRequestBody>) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaRequest
-
 
-
UpdatedMediaRequest.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaRequestBody - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaRequestBody() - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
-
 
-
UpdatedMediaRequestBody(Optional<? extends UpdatedMediaMetadata>) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
-
 
-
UpdatedMediaRequestBody.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaRequestBuilder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaRequestBuilder(SDKMethodInterfaces.MethodCallUpdatedMedia) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
-
 
-
UpdatedMediaResponse - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaResponse
-
 
-
UpdatedMediaResponse(String, int, HttpResponse<InputStream>, Optional<? extends UpdatedMediaResponseBody>) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaResponse
-
 
-
UpdatedMediaResponse.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdatedMediaResponseBody - Class in io.fastpix.sdk.models.operations
+
withObject(UpdateDomainRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
-
UpdatedMediaResponseBody
+
Successfully updated domain restrictions
-
UpdatedMediaResponseBody() - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
-
 
-
UpdatedMediaResponseBody(Optional<Boolean>, Optional<? extends Media>) - Constructor for class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
-
 
-
UpdatedMediaResponseBody.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
updateLiveStream() - Method in class io.fastpix.sdk.ManageLiveStream
+
withObject(UpdatedSourceAccessResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
-
Update a stream
+
Media details updated successfully
-
updateLiveStream(String) - Method in class io.fastpix.sdk.ManageLiveStream
+
withObject(UpdatedSourceAccessResponseBody) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
-
Update a stream
+
Media details updated successfully
-
updateLiveStream(String, Optional<? extends PatchLiveStreamRequest>) - Method in class io.fastpix.sdk.ManageLiveStream
+
withObject(UpdateMediaChaptersResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
-
Update a stream
+
Media details updated successfully with the chapters feature enabled or disabled
-
updateLiveStream(String, Optional<? extends PatchLiveStreamRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateLiveStream
-
 
-
UpdateLiveStreamRequest - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateLiveStreamRequest(String) - Constructor for class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
-
 
-
UpdateLiveStreamRequest(String, Optional<? extends PatchLiveStreamRequest>) - Constructor for class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
-
 
-
UpdateLiveStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateLiveStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateLiveStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateLiveStream) - Constructor for class io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
-
 
-
UpdateLiveStreamResponse - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateLiveStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
-
 
-
UpdateLiveStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends PatchResponseDTO>) - Constructor for class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
-
 
-
UpdateLiveStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
updateSpecificSimulcastOfStream() - Method in class io.fastpix.sdk.SimulcastStream
+
withObject(UpdateMediaChaptersResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
-
Update a specific simulcast of a stream
+
Media details updated successfully with the chapters feature enabled or disabled
-
updateSpecificSimulcastOfStream(String, String) - Method in class io.fastpix.sdk.SimulcastStream
+
withObject(UpdateMediaModerationResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
-
Update a specific simulcast of a stream
+
Media details updated successfully with the named entity extraction feature enabled or disabled
-
updateSpecificSimulcastOfStream(String, String, Optional<? extends SimulcastUpdateRequest>) - Method in interface io.fastpix.sdk.models.operations.SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
-
 
-
updateSpecificSimulcastOfStream(String, String, Optional<? extends SimulcastUpdateRequest>) - Method in class io.fastpix.sdk.SimulcastStream
+
withObject(UpdateMediaModerationResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
-
Update a specific simulcast of a stream
+
Media details updated successfully with the named entity extraction feature enabled or disabled
-
UpdateSpecificSimulcastOfStreamRequest - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateSpecificSimulcastOfStreamRequest(String, String) - Constructor for class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
 
-
UpdateSpecificSimulcastOfStreamRequest(String, String, Optional<? extends SimulcastUpdateRequest>) - Constructor for class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
 
-
UpdateSpecificSimulcastOfStreamRequest.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateSpecificSimulcastOfStreamRequestBuilder - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateSpecificSimulcastOfStreamRequestBuilder(SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream) - Constructor for class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
-
 
-
UpdateSpecificSimulcastOfStreamResponse - Class in io.fastpix.sdk.models.operations
-
 
-
UpdateSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>) - Constructor for class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
 
-
UpdateSpecificSimulcastOfStreamResponse(String, int, HttpResponse<InputStream>, Optional<? extends SimulcastUpdateResponse>) - Constructor for class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
 
-
UpdateSpecificSimulcastOfStreamResponse.Builder - Class in io.fastpix.sdk.models.operations
-
 
-
uri() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
-
 
-
url() - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withObject(UpdateMediaNamedEntitiesResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
-
The url hosts the media file for FastPix, which needs to be download to use further.
+
Media details updated successfully with the named entity extraction feature enabled or disabled
-
url() - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withObject(UpdateMediaNamedEntitiesResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
-
URL of the audio track to impose on the video.
+
Media details updated successfully with the named entity extraction feature enabled or disabled
-
url() - Method in class io.fastpix.sdk.models.components.Segment1
+
withObject(UpdateMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
-
URL of the segment to be added.
+
Media details updated successfully with the generated summary
-
url() - Method in class io.fastpix.sdk.models.components.Segment2
+
withObject(UpdateMediaSummaryResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
-
URL of the segment to be added.
+
Media details updated successfully with the generated summary
-
url() - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
withObject(UpdateMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Media details updated successfully
-
url() - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withObject(UpdateMediaTrackResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Media details updated successfully
-
url() - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withObject(UpdateUserAgentRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Successfully updated user-agent restrictions
-
url() - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
withObject(UpdateUserAgentRestrictionsResponseBody) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
-
The direct URL of the subtitle file.
+
Successfully updated user-agent restrictions
-
url() - Method in class io.fastpix.sdk.models.components.VideoInput
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsRequest
-
The url hosts the media file for FastPix, which needs to be downloaded to use further.
+
The page number to retrieve, starting from 1.
-
url() - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
-
URL of the watermark image.
+
Offset determines the starting point for data retrieval within a paginated list.
-
url(String) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationRequest
-
The url hosts the media file for FastPix, which needs to be download to use further.
+
Offset determines the starting point for data retrieval within a paginated list.
-
url(String) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
-
URL of the audio track to impose on the video.
+
Offset determines the starting point for data retrieval within a paginated list.
-
url(String) - Method in class io.fastpix.sdk.models.components.Segment1.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
-
URL of the segment to be added.
+
Pass the offset value to indicate the page number.
-
url(String) - Method in class io.fastpix.sdk.models.components.Segment2.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
-
URL of the segment to be added.
+
Offset determines the starting point for data retrieval within a paginated list.
-
url(String) - Method in class io.fastpix.sdk.models.components.SimulcastRequest.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.ListMediaRequest
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Offset determines the starting point for data retrieval within a paginated list.
-
url(String) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.ListSigningKeysRequest
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
It is used for pagination, indicating the starting point for fetching data.
-
url(String) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Offset determines the starting point for data retrieval within a paginated list.
-
url(String) - Method in class io.fastpix.sdk.models.components.SubtitleInput.Builder
+
withOffset(Long) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
-
The direct URL of the subtitle file.
+
Pass the offset value to indicate the page number.
-
url(String) - Method in class io.fastpix.sdk.models.components.VideoInput.Builder
+
withOffsetCount(Long) - Method in class org.openapis.openapi.models.components.DataPagination
-
The url hosts the media file for FastPix, which needs to be downloaded to use further.
+
The total number of offsets based on limit.
-
url(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
withOffsetCount(Long) - Method in class org.openapis.openapi.models.components.LiveStreamPagination
-
URL of the watermark image.
+
The offset count is expressed as total records by limit.
-
url(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload.Builder
+
withOffsetCount(Long) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
-
The url hosts the media file for FastPix, which needs to be download to use further.
+
The number of items returned in the current response.
-
url(Optional<String>) - Method in class io.fastpix.sdk.models.components.ImposeTrack.Builder
+
withOffsetCount(Long) - Method in class org.openapis.openapi.models.components.Pagination
-
URL of the audio track to impose on the video.
+
The offset count is expressed as total records by limit
-
url(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastRequest.Builder
+
withOffsetCount(Long) - Method in class org.openapis.openapi.models.components.SigningKeysPagination
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
The offset count is expressed as total records by limit
-
url(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData.Builder
+
withOpacity(String) - Method in class org.openapis.openapi.models.components.WatermarkInput
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Opacity of the watermark in percentage.
-
url(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
+
withOperatingSystem(String) - Method in class org.openapis.openapi.models.components.ViewsList
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Operating System signifies the software platform utilized by the viewer
-
url(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
withOptimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
-
URL of the watermark image.
+
normalize volume of the audio track.
-
userAgents() - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
-
 
-
userAgents() - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
withOptimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
+
Enhance the quality and volume of the audio track.
-
userAgents() - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
-
 
-
userAgents() - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
-
 
-
userAgents(CreateMediaRequestUserAgents) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder
-
 
-
userAgents(PlaybackIdUserAgents) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
+
withOptimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.DirectUploadResponse
-
Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
+
Enhance the quality and volume of the audio track.
-
userAgents(CreateMediaPlaybackIdUserAgents) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
-
 
-
userAgents(DirectUploadVideoMediaUserAgents) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
-
 
-
userAgents(Optional<? extends CreateMediaRequestUserAgents>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder
-
 
-
userAgents(Optional<? extends PlaybackIdUserAgents>) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
+
withOptimizeAudio(Boolean) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
-
Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
+
Enhance the quality and volume of the audio track.
-
userAgents(Optional<? extends CreateMediaPlaybackIdUserAgents>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
-
 
-
userAgents(Optional<? extends DirectUploadVideoMediaUserAgents>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
-
 
-
username() - Method in class io.fastpix.sdk.models.components.Security
-
 
-
username(String) - Method in class io.fastpix.sdk.models.components.Security.Builder
-
 
-
Utf8UrlEncoder - Class in io.fastpix.sdk.utils
-
 
-
Utils - Class in io.fastpix.sdk.utils
-
 
-
Utils.Function<S,​T> - Interface in io.fastpix.sdk.utils
-
 
-
Utils.HttpResponseCached - Class in io.fastpix.sdk.utils
-
 
-
Utils.JsonShape - Enum in io.fastpix.sdk.utils
-
 
-
Utils.TypeReferenceWithShape - Class in io.fastpix.sdk.utils
-
 
-
- - - -

V

-
-
validate(List<Options.Option>) - Method in class io.fastpix.sdk.utils.Options
-
 
-
ValidationErrorResponse - Exception in io.fastpix.sdk.models.errors
-
 
-
ValidationErrorResponse() - Constructor for exception io.fastpix.sdk.models.errors.ValidationErrorResponse
-
 
-
ValidationErrorResponse(Optional<Boolean>, Optional<? extends ValidationErrorResponseError>) - Constructor for exception io.fastpix.sdk.models.errors.ValidationErrorResponse
-
 
-
ValidationErrorResponse.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
ValidationErrorResponseError - Class in io.fastpix.sdk.models.errors
+
withOptimizeAudio(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
ValidationErrorResponseError
+
Enhance the quality and volume of the audio track.
-
ValidationErrorResponseError() - Constructor for class io.fastpix.sdk.models.errors.ValidationErrorResponseError
-
 
-
ValidationErrorResponseError(Optional<Long>, Optional<String>, Optional<? extends List<Field>>) - Constructor for class io.fastpix.sdk.models.errors.ValidationErrorResponseError
-
 
-
ValidationErrorResponseError.Builder - Class in io.fastpix.sdk.models.errors
-
 
-
valToString(Object) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.AudioInputType
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestType
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
-
 
-
value() - Method in class io.fastpix.sdk.models.components.Input
+
withOrderBy(String) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
-
Returns an instance of one of these types: - - io.fastpix.sdk.models.components.VideoInput - io.fastpix.sdk.models.components.WatermarkInput - io.fastpix.sdk.models.components.AudioInput - io.fastpix.sdk.models.components.SubtitleInput -
+
Pass this value to order the metrics list by.
-
value() - Method in enum io.fastpix.sdk.models.components.MediaMaxResolution
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.MediaMp4Support
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.MediaPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy
-
 
-
value() - Method in class io.fastpix.sdk.models.components.SegmentUnion
+
withOrderBy(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
-
Returns an instance of one of these types: - - io.fastpix.sdk.models.components.Segment1 - io.fastpix.sdk.models.components.Segment2 -
+
Pass this value to sort the view list by.
-
value() - Method in enum io.fastpix.sdk.models.components.SourceResolution
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.SubtitleInputLanguageCode
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.WatermarkInputType
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.XAlign
-
 
-
value() - Method in enum io.fastpix.sdk.models.components.YAlign
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
-
 
-
value() - Method in class io.fastpix.sdk.models.operations.Input
+
withOrderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.GetMediaClipsRequest
-
Returns an instance of one of these types: - - io.fastpix.sdk.models.components.VideoInput - io.fastpix.sdk.models.components.WatermarkInput - io.fastpix.sdk.models.components.AudioInput - io.fastpix.sdk.models.components.SubtitleInput -
+
The values in the list can be arranged in two ways DESC (Descending) or ASC (Ascending).
-
value() - Method in enum io.fastpix.sdk.models.operations.LanguageCode
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.ListMediaOrderBy
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.MaxResolution
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.Mp4Support
-
 
-
value() - Method in enum io.fastpix.sdk.models.operations.Type
-
 
-
value() - Method in class io.fastpix.sdk.utils.BigDecimalString
-
 
-
value() - Method in class io.fastpix.sdk.utils.BigIntegerString
-
 
-
value() - Method in class io.fastpix.sdk.utils.LazySingletonValue
-
 
-
value() - Method in class io.fastpix.sdk.utils.QueryParameter
-
 
-
value() - Method in annotation type io.fastpix.sdk.utils.SpeakeasyMetadata
-
 
-
value() - Method in class io.fastpix.sdk.utils.TypedObject
-
 
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.AudioInputType
+
withOrderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListLiveClipsRequest
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
withOrderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListMediaRequest
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
withOrderBy(SortOrder) - Method in class org.openapis.openapi.models.operations.ListUploadsRequest
+
+
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
+
withOrderBy(OrderBy) - Method in class org.openapis.openapi.models.operations.GetAllStreamsRequest
-
Returns the enum constant of this type with the specified name.
+
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
+
withOsName(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Operating System signifies the name of software platform utilized by the viewer.
+
+
withOsVersion(String) - Method in class org.openapis.openapi.models.components.Views
+
+
Operating System Version specifies the specific version of the operating system being used by the + viewer
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
+
withOutroUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInput
-
Returns the enum constant of this type with the specified name.
+
The URL of the **outro video** to be added at the end of the media file.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
+
withOutroUrl(String) - Method in class org.openapis.openapi.models.components.VideoInput
-
Returns the enum constant of this type with the specified name.
+
The url of the outro video which is to be added at the end of the video.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy
+
withPageContext(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Page Context provides contextual information about the type of page being accessed.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
+
withPageLoadTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Page Load Time measures the time from when the user initiates loading the page to when all resources + are loaded on the page.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
+
withPagination(DataPagination) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
+
withPagination(DataPagination) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestType
+
withPagination(LiveStreamPagination) - Method in class org.openapis.openapi.models.components.GetStreamsResponse
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy
+
withPagination(MediaClipResponsePagination) - Method in class org.openapis.openapi.models.components.MediaClipResponse
+
 
+
withPagination(Pagination) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
+
withPagination(Pagination) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.MediaMaxResolution
+
withPagination(Pagination) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.MediaMp4Support
+
withPagination(Pagination) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.MediaPolicy
+
withPagination(Pagination) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
+
withPagination(SigningKeysPagination) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
-
Returns the enum constant of this type with the specified name.
+
Pagination organizes content into pages for better readability and navigation.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy
+
withPassword(String) - Method in class org.openapis.openapi.models.components.Security
+
 
+
withPatchResponseDTO(PatchResponseDTO) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
-
Returns the enum constant of this type with the specified name.
+
Stream details updated successfully
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy
+
withPatchResponseDTO(PatchResponseDTO) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
-
Returns the enum constant of this type with the specified name.
+
Stream details updated successfully
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy
+
withPercentage(ErrorDetailsPercentage) - Method in class org.openapis.openapi.models.components.ErrorDetails
-
Returns the enum constant of this type with the specified name.
+
views affected by the specific errors.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy
+
withPercentage(TopErrorDetailsPercentage) - Method in class org.openapis.openapi.models.components.TopErrorDetails
-
Returns the enum constant of this type with the specified name.
+
views affected by the specific errors.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.SourceResolution
+
withPlacement(Placement) - Method in class org.openapis.openapi.models.components.WatermarkInput
+
 
+
withPlaybackId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdRequest
-
Returns the enum constant of this type with the specified name.
+
Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
withPlaybackId(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
-
Returns the enum constant of this type with the specified name.
+
Unique identifier for the playbackId
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.WatermarkInputType
+
withPlaybackId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
-
Returns the enum constant of this type with the specified name.
+
After creating a new playbackId, FastPix assigns a unique identifier to the playback.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.XAlign
+
withPlaybackId(String) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdRequest
+
 
+
withPlaybackId(String) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsRequest
+
 
+
withPlaybackId(String) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsRequest
+
 
+
withPlaybackIds(List<MediaClipResponsePlaybackId>) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
+
 
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.components.YAlign
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.DirectUploadResponse
+
 
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.Media
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
withPlaybackIds(List<PlaybackId>) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback URLs.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
withPlaybackIds(List<PlaybackIdResponse>) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
+
withPlaybackIds(List<PlaybackIdResponse>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
Returns the enum constant of this type with the specified name.
+
A collection of Playback ID objects utilized for crafting HLS playback urls.
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.LanguageCode
+
withPlaybackIds(List<PlaybackIdResponse>) - Method in class org.openapis.openapi.models.components.PatchResponseData
+
 
+
withPlaybackIds(List<UnusedUploadsPlaybackId>) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
+
 
+
withPlaybackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
-
Returns the enum constant of this type with the specified name.
+
New PlaybackId created successfully
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.ListMediaOrderBy
+
withPlaybackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
-
Returns the enum constant of this type with the specified name.
+
Stream details retrieved successfully
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.MaxResolution
+
withPlaybackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
-
Returns the enum constant of this type with the specified name.
+
New PlaybackId created successfully
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.Mp4Support
+
withPlaybackIdSuccessResponse(PlaybackIdSuccessResponse) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
-
Returns the enum constant of this type with the specified name.
+
Stream details retrieved successfully
-
valueOf(String) - Static method in enum io.fastpix.sdk.models.operations.Type
+
withPlaybackScore(Double) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Playback Success Score represents a numerical value indicating the success or quality of the video + playback experience.
-
valueOf(String) - Static method in enum io.fastpix.sdk.utils.Multipart.PartType
+
withPlaybackSettings(PlaybackSettings) - Method in class org.openapis.openapi.models.components.CreateLiveStreamRequest
-
Returns the enum constant of this type with the specified name.
+
Displays the result of the playback settings.
-
valueOf(String) - Static method in enum io.fastpix.sdk.utils.Options.Option
+
withPlayerAutoplayOn(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Player Autoplay On indicates whether the video player automatically initiated playback of the video + content.
-
valueOf(String) - Static method in enum io.fastpix.sdk.utils.RetryConfig.Strategy
+
withPlayerHeight(PlayerHeight) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Player Height refers to the vertical dimension, measured in pixels, of the video player as it + appears on the webpage.
-
valueOf(String) - Static method in enum io.fastpix.sdk.utils.Types
+
withPlayerInitializationTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Player Initialization Time measures the duration, in milliseconds, from the initialization of the + player within the webpage to its readiness to receive further instructions.
-
valueOf(String) - Static method in enum io.fastpix.sdk.utils.Utils.JsonShape
+
withPlayerInstanceId(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns the enum constant of this type with the specified name.
+
Player Instance ID is a unique identifier that distinguishes each instance of the Player class + created when initializing a video.
-
valueOrElse(Optional<T>, T) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
valueOrElse(JsonNullable<T>, T) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
valueOrElse(T, T) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
valueOrNull(Optional<T>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
valueOrNull(JsonNullable<T>) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
valueOrNull(T) - Static method in class io.fastpix.sdk.utils.Utils
-
 
-
values() - Static method in enum io.fastpix.sdk.models.components.AudioInputType
+
withPlayerLanguage(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Language indicates the language used for text elements within the video player interface.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateLiveStreamRequestMaxResolution
+
withPlayerName(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Name serves to differentiate various configurations or types of players used across the + website or application.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestAccessPolicy
+
withPlayerPlayheadTime(Long) - Method in class org.openapis.openapi.models.components.Event
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The player_playhead_time represents the current position of the playhead (the point in the video + that is being watched) on the video seekbar, measured in milliseconds.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestDomainsDefaultPolicy
+
withPlayerPoster(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Poster refers to the image displayed as a preview before the video playback begins.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestLanguageCode
+
withPlayerPreloadOn(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Preload On indicates whether the player is configured to preload the video content upon page + load.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestMaxResolution
+
withPlayerRemotePlayed(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Remote Played specifies if the video is being remotely played to devices such as AirPlay or + Chromecast, obtained from the SDK.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestMp4Support
+
withPlayerResolution(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Resolution refers to the resolution of the video player window or viewport where the video + content is being displayed.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestType
+
withPlayerSoftwareName(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Represents the name of the video player software or framework used for playback (for example, HTML5, + HLS.js, Shaka Player).
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaRequestUserAgentsDefaultPolicy
+
withPlayerSoftwareVersion(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Software Version indicates the version number of the player software installed.
-
values() - Static method in enum io.fastpix.sdk.models.components.CreateMediaResponseMaxResolution
+
withPlayerSourceDomain(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Specifies the domain or source from which the player was loaded or embedded (for example, + stream.fastpix.io or a customer’s custom domain).
-
values() - Static method in enum io.fastpix.sdk.models.components.MediaMaxResolution
+
withPlayerSourceHeight(Long) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Source Height denotes the vertical dimension, measured in pixels, of the source video content + being transmitted to the player.
-
values() - Static method in enum io.fastpix.sdk.models.components.MediaMp4Support
+
withPlayerSourceWidth(Long) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Source Width represents the width of the source video as perceived by the player, typically + measured in pixels.
-
values() - Static method in enum io.fastpix.sdk.models.components.MediaPolicy
+
withPlayerVersion(String) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Version indicates the version of the player used to render the video content.
-
values() - Static method in enum io.fastpix.sdk.models.components.PlaybackIdAccessPolicy
+
withPlayerViewCount(PlayerViewCount) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Represents the total number of times the video player has been initialized or viewed for a specific + session or video.
-
values() - Static method in enum io.fastpix.sdk.models.components.PlaybackIdDomainsDefaultPolicy
+
withPlayerWidth(Long) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Player Width refers to the width of the player displayed within the webpage, measured in pixels.
-
values() - Static method in enum io.fastpix.sdk.models.components.PlaybackIdRequestAccessPolicy
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Added media to playlist successfully
-
values() - Static method in enum io.fastpix.sdk.models.components.PlaybackIdUserAgentsDefaultPolicy
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Added media to playlist successfully
-
values() - Static method in enum io.fastpix.sdk.models.components.PlaybackSettingsAccessPolicy
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Added media to playlist successfully
-
values() - Static method in enum io.fastpix.sdk.models.components.SourceResolution
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Deleted media from playlist successfully
-
values() - Static method in enum io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Successfully retrieved all playlists
-
values() - Static method in enum io.fastpix.sdk.models.components.WatermarkInputType
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Added media to playlist successfully
-
values() - Static method in enum io.fastpix.sdk.models.components.XAlign
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Deleted media from playlist successfully
-
values() - Static method in enum io.fastpix.sdk.models.components.YAlign
+
withPlaylistByIdResponse(PlaylistByIdResponse) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Successfully retrieved all playlists
-
values() - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessPolicy
+
withPlaylistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Playlist created successfully
-
values() - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomainsDefaultPolicy
+
withPlaylistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Playlist updated successfully
-
values() - Static method in enum io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgentsDefaultPolicy
+
withPlaylistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Playlist created successfully
-
values() - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessPolicy
+
withPlaylistCreatedResponse(PlaylistCreatedResponse) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Playlist updated successfully
-
values() - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomainsDefaultPolicy
+
withPlaylistDeleteResponse(PlaylistDeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Playlist deleted successfully
-
values() - Static method in enum io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgentsDefaultPolicy
+
withPlaylistDeleteResponse(PlaylistDeleteResponse) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Playlist deleted successfully
-
values() - Static method in enum io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
+
withPlaylistId(String) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistRequest
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The unique id of the playlist you want to perform the operation on.
-
values() - Static method in enum io.fastpix.sdk.models.operations.LanguageCode
+
withPlaylistId(String) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistRequest
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The unique id of the playlist you want to perform the operation on.
-
values() - Static method in enum io.fastpix.sdk.models.operations.ListMediaOrderBy
+
withPlaylistId(String) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistRequest
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The unique id of the playlist you want to delete.
-
values() - Static method in enum io.fastpix.sdk.models.operations.MaxResolution
+
withPlaylistId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistRequest
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The unique id of the playlist you want to perform the operation on.
-
values() - Static method in enum io.fastpix.sdk.models.operations.Mp4Support
+
withPlaylistId(String) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdRequest
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The unique id of the playlist you want to retrieve.
-
values() - Static method in enum io.fastpix.sdk.models.operations.Type
+
withPlaylistId(String) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistRequest
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
The unique id of the playlist you want to retrieve.
-
values() - Static method in enum io.fastpix.sdk.utils.Multipart.PartType
+
withPlayOrder(PlaylistOrder) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Determines the insertion order of media into playlist.
-
values() - Static method in enum io.fastpix.sdk.utils.Options.Option
+
withPlayOrder(PlaylistOrder) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Determines the insertion order of media into playlist.
-
values() - Static method in enum io.fastpix.sdk.utils.RetryConfig.Strategy
+
withPrivateKey(String) - Method in class org.openapis.openapi.models.components.CreateSigningKeyResponseDTO
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
A private key is a byte encoded secret key used to create a signed JSON Web Token (JWT) for + authentication.
-
values() - Static method in enum io.fastpix.sdk.utils.Types
+
withPropertyId(PropertyId) - Method in class org.openapis.openapi.models.components.Views
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
Represents the unique identifier assigned to a FastPix property, which is associated with a specific + workspace or project.
-
values() - Static method in enum io.fastpix.sdk.utils.Utils.JsonShape
+
withPublicKey(String) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
-
Returns an array containing the constants of this enum type, in -the order they are declared.
+
A public key is a byte encoded key used to create a signed JSON Web Token (JWT) for authentication.
-
version() - Method in class io.fastpix.sdk.utils.Utils.HttpResponseCached
-
 
-
VIDEO - io.fastpix.sdk.models.components.CreateMediaRequestType
-
 
-
VIDEO - io.fastpix.sdk.models.operations.Type
-
 
-
VideoInput - Class in io.fastpix.sdk.models.components
-
 
-
VideoInput(String, String) - Constructor for class io.fastpix.sdk.models.components.VideoInput
-
 
-
VideoInput(String, String, Optional<Double>, Optional<Double>, Optional<String>, Optional<String>, Optional<? extends List<String>>, Optional<? extends List<SegmentUnion>>) - Constructor for class io.fastpix.sdk.models.components.VideoInput
-
 
-
VideoInput.Builder - Class in io.fastpix.sdk.models.components
-
 
-
- - - -

W

-
-
WATERMARK - io.fastpix.sdk.models.components.WatermarkInputType
-
 
-
WatermarkInput - Class in io.fastpix.sdk.models.components
-
 
-
WatermarkInput() - Constructor for class io.fastpix.sdk.models.components.WatermarkInput
-
 
-
WatermarkInput(Optional<? extends WatermarkInputType>, Optional<String>, Optional<? extends Placement>, Optional<String>, Optional<String>, Optional<String>) - Constructor for class io.fastpix.sdk.models.components.WatermarkInput
+
withPushMediaSettings(DirectUploadResponse) - Method in class org.openapis.openapi.models.components.DirectUpload
 
-
WatermarkInput.Builder - Class in io.fastpix.sdk.models.components
+
withPushMediaSettings(UnusedDirectUploadResponse) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
 
-
WatermarkInputType - Enum in io.fastpix.sdk.models.components
+
withPushMediaSettings(PushMediaSettings) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaRequest
-
WatermarkInputType
+
Configuration settings for uploading and processing media on the FastPix platform.
-
width() - Method in class io.fastpix.sdk.models.components.Track
+
withQoeScore(Double) - Method in class org.openapis.openapi.models.components.ViewsList
-
Track width denotes the range of widths applicable to a specific track.
+
The viewer experience encapsulated in the form of score while watching the video.
-
width() - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withQualityOfExperienceScore(Double) - Method in class org.openapis.openapi.models.components.Views
-
Width of the watermark in percentage or pixels.
+
Quality Of Experience Score quantifies the overall viewer experience based on various metrics, + providing a decimal score to assess the quality of the viewing experience.
-
width(double) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
withRawResponse(HttpResponse<?>) - Method in exception class org.openapis.openapi.models.errors.FastpixException
+
 
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
-
Track width denotes the range of widths applicable to a specific track.
+
Raw HTTP response; suitable for custom response parsing
-
width(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
-
Width of the watermark in percentage or pixels.
+
Raw HTTP response; suitable for custom response parsing
-
width(Optional<Double>) - Method in class io.fastpix.sdk.models.components.Track.Builder
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
-
Track width denotes the range of widths applicable to a specific track.
+
Raw HTTP response; suitable for custom response parsing
-
width(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput.Builder
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
-
Width of the watermark in percentage or pixels.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(CreateMediaRequestAccessPolicy) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
-
Determines whether access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(PlaybackIdAccessPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(PlaybackIdRequestAccessPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(PlaybackSettingsAccessPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackSettings
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(CreateMediaPlaybackIdAccessPolicy) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(DirectUploadVideoMediaAccessPolicy) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(String) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(String) - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(Optional<? extends PlaybackIdAccessPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(Optional<? extends PlaybackIdRequestAccessPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackIdRequest
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(Optional<? extends PlaybackSettingsAccessPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackSettings
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
-
Determines if access to the streamed content is kept private or available to all.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessRestrictions(CreateMediaRequestAccessRestrictions) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withAccessRestrictions(PlaybackIdAccessRestrictions) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
-
Controls access based on domains and user agents.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessRestrictions(CreateMediaPlaybackIdAccessRestrictions) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
-
 
-
withAccessRestrictions(DirectUploadVideoMediaAccessRestrictions) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withAccessRestrictions(Optional<? extends CreateMediaRequestAccessRestrictions>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withAccessRestrictions(Optional<? extends PlaybackIdAccessRestrictions>) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
-
Controls access based on domains and user agents.
+
Raw HTTP response; suitable for custom response parsing
-
withAccessRestrictions(Optional<? extends CreateMediaPlaybackIdAccessRestrictions>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
-
 
-
withAccessRestrictions(Optional<? extends DirectUploadVideoMediaAccessRestrictions>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
-
A list of domain names or patterns that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
-
A list of domains that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
-
A list of specific user agents that are allowed to access the resource.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
-
A list of domain names or patterns that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
-
A list of domain names or patterns that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
-
A list of domain names or patterns that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
-
A list of domains that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
-
A list of specific user agents that are allowed to access the resource.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
-
A list of domain names or patterns that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetMediaResponse
-
A list of domain names or patterns that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAllow(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
-
A list of user agents (identified by string names or patterns) that are explicitly allowed access.
+
Raw HTTP response; suitable for custom response parsing
-
withAspectRatio(String) - Method in class io.fastpix.sdk.models.components.Media
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
-
The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
+
Raw HTTP response; suitable for custom response parsing
-
withAspectRatio(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
-
The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
+
Raw HTTP response; suitable for custom response parsing
-
withChapters(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
-
Enable or disable the chapters feature for the media.
+
Raw HTTP response; suitable for custom response parsing
-
withChapters(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
-
Enable or disable the chapters feature for the media.
+
Raw HTTP response; suitable for custom response parsing
-
withChapters(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
-
Enable or disable the chapters feature for the media.
+
Raw HTTP response; suitable for custom response parsing
-
withChapters(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
-
Enable or disable the chapters feature for the media.
+
Raw HTTP response; suitable for custom response parsing
-
withClosedCaptions(boolean) - Method in class io.fastpix.sdk.models.components.Track
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
-
Indicates if the track contains closed captions.
+
Raw HTTP response; suitable for custom response parsing
-
withClosedCaptions(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.Track
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
-
Indicates if the track contains closed captions.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(double) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(double) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(double) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(double) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(double) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(double) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListMediaResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(long) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(long) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(long) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
-
An error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(long) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(long) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
-
An error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Double>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
-
An error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
-
Displays the error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withCode(Optional<Long>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
-
An error code indicating the type of the error.
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
withRawResponse(HttpResponse<InputStream>) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withContentType(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
-
HTTP response content type for this operation
+
Raw HTTP response; suitable for custom response parsing
-
withCorsOrigin(String) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
-
Upload media directly from a device using the url name or enter '*' to allow all.
+
Raw HTTP response; suitable for custom response parsing
-
withCorsOrigin(String) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
-
Upload media directly from a device using the URL name or enter '*' to allow all.
+
Raw HTTP response; suitable for custom response parsing
-
withCorsOrigin(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
-
Upload media directly from a device using the url name or enter '*' to allow all.
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
-
Time the media was created, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.Media
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
-
Time the media was created, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
-
Time the media was created, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.Media
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
-
Time the media was created, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCreatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
-
It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
+
Raw HTTP response; suitable for custom response parsing
-
withCurrentOffset(long) - Method in class io.fastpix.sdk.models.components.Pagination
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
-
Determines the current point for data retrieval within a paginated list.
+
Raw HTTP response; suitable for custom response parsing
-
withCurrentOffset(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Pagination
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
-
Determines the current point for data retrieval within a paginated list.
+
Raw HTTP response; suitable for custom response parsing
-
withData(CreateMediaResponse) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
-
 
-
withData(DirectUpload) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(GetCreateLiveStreamResponseDTO) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(GetCreateLiveStreamResponseDTO) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Media) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
-
 
-
withData(Media) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
-
 
-
withData(PatchResponseData) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(PlaybackIdResponseData) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
-
 
-
withData(SimulcastResponseData) - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(SimulcastUpdateResponseData) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Data) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Object) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(List<GetCreateLiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(List<Media>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends CreateMediaResponse>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
-
 
-
withData(Optional<? extends DirectUpload>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends GetCreateLiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends GetCreateLiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends Media>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
-
 
-
withData(Optional<? extends Media>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
-
 
-
withData(Optional<? extends PatchResponseData>) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends PlaybackIdResponseData>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
-
 
-
withData(Optional<? extends SimulcastResponseData>) - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends SimulcastUpdateResponseData>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends Data>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends Object>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends List<GetCreateLiveStreamResponseDTO>>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withData(Optional<? extends List<Media>>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
-
Displays the result of the request.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(CreateMediaRequestDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
-
Specifies the default access policy for domains.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(CreateMediaRequestUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
-
Specifies the default access policy for user agents (browsers, bots, etc.).
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(PlaybackIdDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
-
This sets the default behavior for domain access (either "allow" or "deny").
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(PlaybackIdUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
-
This sets the default behavior for user agent access (either "allow" or "deny").
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(CreateMediaPlaybackIdDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
-
Specifies the default access policy for domains.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(CreateMediaPlaybackIdUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
-
Specifies the default access policy for user agents (browsers, bots, etc.).
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(DirectUploadVideoMediaDomainsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
-
Specifies the default access policy for domains.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(DirectUploadVideoMediaUserAgentsDefaultPolicy) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
-
Specifies the default access policy for user agents (browsers, bots, etc.).
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends CreateMediaRequestDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
-
Specifies the default access policy for domains.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
-
Specifies the default access policy for user agents (browsers, bots, etc.).
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends PlaybackIdDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
-
This sets the default behavior for domain access (either "allow" or "deny").
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends PlaybackIdUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
-
This sets the default behavior for user agent access (either "allow" or "deny").
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
-
Specifies the default access policy for domains.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
-
Specifies the default access policy for user agents (browsers, bots, etc.).
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
-
Specifies the default access policy for domains.
+
Raw HTTP response; suitable for custom response parsing
-
withDefaultPolicy(Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
-
Specifies the default access policy for user agents (browsers, bots, etc.).
+
Raw HTTP response; suitable for custom response parsing
-
withDefaults() - Static method in class io.fastpix.sdk.utils.BackoffStrategy
-
 
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
withRawResponse(HttpResponse<Blob>) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
-
A list of domain names or patterns that are explicitly denied access.
+
Raw HTTP response; suitable for custom response parsing
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
withReconnectWindow(Long) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
withReconnectWindow(Long) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
A list of domains that are explicitly blocked from accessing the resource.
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
withReconnectWindow(Long) - Method in class org.openapis.openapi.models.components.InputMediaSettings
-
A list of specific user agents that are blocked.
+
Time period (in seconds) FastPix waits to reconnect before ending the stream when disconnected.
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withReconnectWindow(Long) - Method in class org.openapis.openapi.models.components.PatchLiveStreamRequest
-
A list of domain names or patterns that are explicitly denied access.
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window defines the duration FastPix waits before automatically terminating + the stream.
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withReconnectWindow(Long) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
In case the software streaming the live, gets disrupted for any reason and gets disconnected from + FastPix, the reconnect window specifies the time span FastPix will wait before ending the stream.
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withReferenceId(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
-
A list of domain names or patterns that are explicitly denied access.
+
Unique string value assigned by user to the playlist.
-
withDeny(List<String>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withReferenceId(String) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
Unique string value assigned by user to the playlist.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestDomains
+
withReferenceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
-
A list of domain names or patterns that are explicitly denied access.
+
Unique string value assigned by user to the playlist.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
+
withReferenceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
Unique string value assigned by user to the playlist.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdDomains
+
withReferenceId(String) - Method in class org.openapis.openapi.models.components.PlaylistItem
-
A list of domains that are explicitly blocked from accessing the resource.
+
Unique string value assigned by user to the playlist.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.PlaybackIdUserAgents
+
withRegion(String) - Method in class org.openapis.openapi.models.components.Views
-
A list of specific user agents that are blocked.
+
Region denotes the geographical region of the viewer accessing the video content.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
+
withRenderQualityScore(Double) - Method in class org.openapis.openapi.models.components.Views
-
A list of domain names or patterns that are explicitly denied access.
+
Render Quality Score is a decimal value representing the score indicating the perceived quality of + the video.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
+
withResolution(Resolution) - Method in class org.openapis.openapi.models.components.CreatePlaybackId
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
The maximum resolution for the playback ID.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
+
withResolution(Resolution) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdRequestBody
-
A list of domain names or patterns that are explicitly denied access.
+
The maximum resolution for the playback ID.
-
withDeny(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
+
withSegments(List<PullVideoInputSegmentUnion>) - Method in class org.openapis.openapi.models.components.PullVideoInput
-
A list of user agents (identified by string names or patterns) that are explicitly denied access.
+
A list of media segments to be added or processed.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
withSegments(List<VideoInputSegmentUnion>) - Method in class org.openapis.openapi.models.components.VideoInput
-
A detailed explanation of the possible causes for the error.
+
A list of media segments to be added or processed.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
withSessionId(String) - Method in class org.openapis.openapi.models.components.Views
-
A detailed explanation of the possible causes for the error.
+
Session ID refers to the unique identifier tracking a viewers session within the FastPix platform.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
withSign(String) - Method in class org.openapis.openapi.models.components.Views
-
A detailed explanation of the possible causes for the error.
+
Represents a cryptographic signature used to verify the authenticity and integrity of the playback + or API request within the FastPix platform.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
withSigningKeyId(String) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
+
 
+
withSigningKeyId(String) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyRequest
-
A detailed explanation of the possible causes for the error.
+
When creating the signing key, FastPix assigns a universally unique identifier with a maximum length + of 255 characters.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
withSigningKeyId(String) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdRequest
-
A detailed explanation of the possible causes for the error.
+
When creating the signing key, FastPix assigns a universally unique identifier with a maximum length + of 255 characters.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
withSimulcastdeleteResponse(SimulcastdeleteResponse) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
Stream's simulcast deleted successfully
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withSimulcastdeleteResponse(SimulcastdeleteResponse) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
Stream's simulcast deleted successfully
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withSimulcastId(String) - Method in class org.openapis.openapi.models.components.LiveSimulcast
-
A detailed explanation of the possible causes for the error.
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withSimulcastId(String) - Method in class org.openapis.openapi.models.components.SimulcastResponseData
-
A detailed explanation of the possible causes for the error.
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
-
withDescription(String) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withSimulcastId(String) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
-
A detailed explanation of the possible causes for the error.
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
withSimulcastId(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
-
A detailed explanation of the possible causes for the error.
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
withSimulcastId(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
-
A detailed explanation of the possible causes for the error.
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
withSimulcastId(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
A detailed explanation of the possible causes for the error.
+
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a + maximum of 255 characters.
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
withSimulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
New Simulcast created successfully
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
withSimulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
Stream's simulcast details fetched successfully
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
withSimulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
New Simulcast created successfully
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withSimulcastResponse(SimulcastResponse) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
Stream's simulcast details fetched successfully
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withSimulcastResponses(List<LiveSimulcast>) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
A detailed explanation of the possible causes for the error.
+
A list of simulcast responses created for the livestream.
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withSimulcastUpdateResponse(SimulcastUpdateResponse) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
Stream's simulcast details fetched successfully
-
withDescription(Optional<String>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withSimulcastUpdateResponse(SimulcastUpdateResponse) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
A detailed explanation of the possible causes for the error.
+
Stream's simulcast details fetched successfully
-
withDomains(CreateMediaRequestDomains) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
-
 
-
withDomains(PlaybackIdDomains) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
withSortOrder(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
-
Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
+
The order direction to sort the view list by.
-
withDomains(CreateMediaPlaybackIdDomains) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
-
 
-
withDomains(DirectUploadVideoMediaDomains) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
-
 
-
withDomains(Optional<? extends CreateMediaRequestDomains>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
-
 
-
withDomains(Optional<? extends PlaybackIdDomains>) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
withSortOrder(GetTimeseriesDataSortOrder) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
-
Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
+
The order direction to sort the metrics list by.
-
withDomains(Optional<? extends CreateMediaPlaybackIdDomains>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
-
 
-
withDomains(Optional<? extends DirectUploadVideoMediaDomains>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
-
 
-
withDuration(String) - Method in class io.fastpix.sdk.models.components.Media
+
withSortOrder(ListBreakdownValuesSortOrder) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
-
The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
+
The order direction to sort the metrics list by.
-
withDuration(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
withSourceAccess(boolean) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessRequestBody
-
The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEnableRecording(boolean) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEnableRecording(boolean) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEnableRecording(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.DirectUploadResponse
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEnableRecording(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
When set to true, the livestream will be recorded and stored for later viewing purposes.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEndTime(double) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
End time indicates where encoding should end within the video file.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEndTime(double) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
End time indicates where encoding should end within the video file, in seconds.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEndTime(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.Media
-
End time (in seconds) of the imposed audio in the video.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEndTime(Optional<Double>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
End time indicates where encoding should end within the video file.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEndTime(Optional<Double>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.UnusedDirectUploadResponse
-
End time indicates where encoding should end within the video file, in seconds.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withEndTime(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
End time (in seconds) of the imposed audio in the video.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withError(BadRequestError) - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
withSourceAccess(Boolean) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
Displays details about the reasons behind the request's failure.
+
The sourceAccess parameter determines whether the original media file is accessible.
-
withError(ForbiddenError) - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
withSourceMediaId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Displays details about the reasons behind the request's failure.
+
The source media ID if this media was created from another media (for example, as a clip).
-
withError(InvalidPermissionError) - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
withSourceMediaId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Displays details about the reasons behind the request's failure.
+
The source media ID if this media was created from another media (for example, as a clip).
-
withError(MediaNotFoundError) - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
withSourceResolution(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
-
Displays details about the reasons behind the request's failure.
+
source resolution of the media.
-
withError(MediaOrPlaybackNotFoundError) - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
withSourceResolution(GetAllMediaResponseSourceResolution) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Displays details about the reasons behind the request's failure.
+
The actual resolution of the uploaded media.
-
withError(NotFoundErrorError) - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
withSourceResolution(GetMediaResponseSourceResolution) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Displays details about the reasons behind the request's failure.
+
The actual resolution of the uploaded media.
-
withError(NotFoundErrorPlaybackIdError) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
withSourceResolution(LiveMediaClipsSourceResolution) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Displays details about the reasons behind the request's failure.
+
The actual resolution of the uploaded media.
-
withError(NotFoundErrorSimulcastError) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
withSourceResolution(MediaSourceResolution) - Method in class org.openapis.openapi.models.components.Media
-
Displays details about the reasons behind the request's failure.
+
The actual resolution of the uploaded media.
-
withError(SimulcastUnavailableError) - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
withSourceResolution(SourceAccessMediaSourceResolution) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
Returns the problem that has occured.
+
The actual resolution of the uploaded media.
-
withError(UnauthorizedError) - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
withSourceResolution(UpdateMediaSourceResolution) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
Displays details about the reasons behind the request's failure.
+
The actual resolution of the uploaded media.
-
withError(ValidationErrorResponseError) - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
withSrtPlaybackResponse(SrtPlaybackResponse) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Returns the problem that has occured
+
This object contains the livestream playback response details for SRT Protocol
-
withError(Optional<? extends BadRequestError>) - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
withSrtPlaybackResponse(SrtPlaybackResponse) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
Displays details about the reasons behind the request's failure.
+
This object contains the livestream playback response details for SRT Protocol
-
withError(Optional<? extends ForbiddenError>) - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
withSrtPlaybackResponse(SrtPlaybackResponse) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
Displays details about the reasons behind the request's failure.
+
This object contains the livestream playback response details for SRT Protocol
-
withError(Optional<? extends InvalidPermissionError>) - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
withSrtPlaybackSecret(String) - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
-
Displays details about the reasons behind the request's failure.
+
A playback secret used for securing the SRT playback stream.
-
withError(Optional<? extends MediaNotFoundError>) - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
withSrtPlaybackStreamId(String) - Method in class org.openapis.openapi.models.components.SrtPlaybackResponse
-
Displays details about the reasons behind the request's failure.
+
A unique identifier for the SRT playback stream.
-
withError(Optional<? extends MediaOrPlaybackNotFoundError>) - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
withSrtSecret(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Displays details about the reasons behind the request's failure.
+
A secret used for securing the SRT stream.
-
withError(Optional<? extends NotFoundErrorError>) - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
withSrtSecret(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
Displays details about the reasons behind the request's failure.
+
A secret used for securing the SRT stream.
-
withError(Optional<? extends NotFoundErrorPlaybackIdError>) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
withSrtSecret(String) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
Displays details about the reasons behind the request's failure.
+
A secret used for securing the SRT stream.
-
withError(Optional<? extends NotFoundErrorSimulcastError>) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
withStabilityScore(Double) - Method in class org.openapis.openapi.models.components.Views
-
Displays details about the reasons behind the request's failure.
+
Stability Score quantifies the smoothness of video playback, typically represented as a decimal + value.
-
withError(Optional<? extends SimulcastUnavailableError>) - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
withStartDate(String) - Method in class org.openapis.openapi.models.components.DateRange
+
 
+
withStartTime(Double) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
Returns the problem that has occured.
+
Start time indicates where encoding must begin within the video file, in seconds.
-
withError(Optional<? extends UnauthorizedError>) - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
withStartTime(Long) - Method in class org.openapis.openapi.models.components.ImposeTrack
-
Displays details about the reasons behind the request's failure.
+
Start time (in seconds) of the imposed audio in the video.
-
withError(Optional<? extends ValidationErrorResponseError>) - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
withStartTime(Long) - Method in class org.openapis.openapi.models.components.PullVideoInput
-
Returns the problem that has occured
+
Start time indicates where encoding must begin within the video file.
-
withExpungeSegments(List<String>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withStartupScore(Double) - Method in class org.openapis.openapi.models.components.Views
-
The list of the startTime-endTime of the segments to be removed from the actual video.
+
Startup Score evaluates the startup performance of the player, usually represented as a decimal + value
-
withExpungeSegments(Optional<? extends List<String>>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withStatus(String) - Method in class org.openapis.openapi.models.components.AiResponseRecord
-
The list of the startTime-endTime of the segments to be removed from the actual video.
+
The status of the AI processing (for example, "available", "preparing", "failed").
-
withFadeInLevel(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withStatus(String) - Method in class org.openapis.openapi.models.components.AiSummaryRecord
-
Level of fade-in effect (in seconds) at the start of the imposed audio.
+
The status of the AI processing (for example, "available", "preparing", "failed").
-
withFadeInLevel(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withStatus(String) - Method in class org.openapis.openapi.models.components.AudioTrack
-
Level of fade-in effect (in seconds) at the start of the imposed audio.
+
Indicates the current state of the track.
-
withFadeOutLevel(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withStatus(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Level of fade-out effect (in seconds) at the end of the imposed audio.
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
-
withFadeOutLevel(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withStatus(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
Level of fade-out effect (in seconds) at the end of the imposed audio.
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
-
withField(String) - Method in class io.fastpix.sdk.models.errors.Field
+
withStatus(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
Displays the specific field associated with the error.
+
The status of the upload after cancellation.
-
withField(Optional<String>) - Method in class io.fastpix.sdk.models.errors.Field
+
withStatus(String) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
Displays the specific field associated with the error.
+
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The + Idle status signifies that there isn"t a broadcast in progress.The preparing status indicates that + the stream is getting prepared.
-
withFields(List<Field>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withStatus(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
-
It is an array of objects, where each object contains information about a specific field and a corresponding error message.
+
status of the media, only media with ready status is added to playlist.
-
withFields(Optional<? extends List<Field>>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withStatus(String) - Method in class org.openapis.openapi.models.components.SubtitleTrack
-
It is an array of objects, where each object contains information about a specific field and a corresponding error message.
+
Indicates the current state of the track.
-
withFrameRate(String) - Method in class io.fastpix.sdk.models.components.Media
+
withStatus(String) - Method in class org.openapis.openapi.models.components.TracksSubtitles
-
Frame rate quantifies the speed at which frames are displayed per second.
+
Current status of the generated subtitle track.
-
withFrameRate(String) - Method in class io.fastpix.sdk.models.components.Track
+
withStatus(String) - Method in class org.openapis.openapi.models.components.VideoTrack
-
Frame rate quantifies the speed at which frames are displayed per second.
+
Indicates the current state of the track.
-
withFrameRate(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
withStatus(String) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
-
Frame rate quantifies the speed at which frames are displayed per second.
+
Indicates the current state of the track.
-
withFrameRate(Optional<String>) - Method in class io.fastpix.sdk.models.components.Track
+
withStatus(CreateMediaResponseStatus) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
Frame rate quantifies the speed at which frames are displayed per second.
+
Determines the media's status, which can be one of the possible values.
-
withGenerate(boolean) - Method in class io.fastpix.sdk.models.components.Summary
+
withStatus(DirectUploadStatus) - Method in class org.openapis.openapi.models.components.DirectUpload
-
Enable or disable the summary feature for the media.
+
Determines the media's status, which can be one of the possible values.
-
withGenerate(boolean) - Method in class io.fastpix.sdk.models.operations.Summary
+
withStatus(GetAllMediaResponseStatus) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Enable or disable the summary feature for the media.
+
Determines the media's status, which can be one of the possible values.
-
withGenerate(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.Summary
+
withStatus(GetMediaResponseStatus) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Enable or disable the summary feature for the media.
+
Determines the media's status, which can be one of the possible values.
-
withGetStreamsResponse(GetStreamsResponse) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
withStatus(LiveMediaClipsStatus) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
All streams retrieved sucessfully
+
Determines the media's status, which can be one of the possible values.
-
withGetStreamsResponse(Optional<? extends GetStreamsResponse>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
withStatus(MediaClipResponseStatus) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
-
All streams retrieved sucessfully
+
The current processing status of the media.
-
withHeight(double) - Method in class io.fastpix.sdk.models.components.Track
+
withStatus(MediaStatus) - Method in class org.openapis.openapi.models.components.Media
-
Track height denotes the range of height applicable to a specific track.
+
Determines the media’s status, which can be one of the possible values.
-
withHeight(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withStatus(SourceAccessMediaStatus) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
Height of the watermark in percentage or pixels.
+
Determines the media's status, which can be one of the possible values.
-
withHeight(Optional<Double>) - Method in class io.fastpix.sdk.models.components.Track
+
withStatus(UnusedDirectUploadStatus) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
-
Track height denotes the range of height applicable to a specific track.
+
Determines the media's status, which can be one of the possible values.
-
withHeight(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withStatus(UpdateMediaStatus) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
Height of the watermark in percentage or pixels.
+
Determines the media's status, which can be one of the possible values.
-
withId(String) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.AddMediaToPlaylistResponse
-
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
HTTP response status code for this operation
-
withId(String) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponse
-
When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withId(String) - Method in class io.fastpix.sdk.models.components.Media
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.AddMediaToPlaylistResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withId(String) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.AddMediaTrackResponse
-
A unique identifier is generated by FastPix for the playbacks.
+
HTTP response status code for this operation
-
withId(String) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CancelUploadResponse
-
Unique identifier for the playbackId
+
HTTP response status code for this operation
-
withId(String) - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ChangeMediaOrderInPlaylistResponse
-
Unique identifier for the playbackId
+
HTTP response status code for this operation
-
withId(String) - Method in class io.fastpix.sdk.models.components.Track
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CompleteLiveStreamResponse
-
FastPix generates a unique identifier for each track.
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateAPlaylistResponse
-
The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateMediaPlaybackIdResponse
-
When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateMediaResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackId
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateNewStreamResponse
-
A unique identifier is generated by FastPix for the playbacks.
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreatePlaybackIdOfStreamResponse
-
Unique identifier for the playbackId
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PlaybackIds
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateSigningKeyResponse
-
Unique identifier for the playbackId
+
HTTP response status code for this operation
-
withId(Optional<String>) - Method in class io.fastpix.sdk.models.components.Track
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.CreateSimulcastOfStreamResponse
-
FastPix generates a unique identifier for each track.
+
HTTP response status code for this operation
-
withImposeTracks(List<ImposeTrack>) - Method in class io.fastpix.sdk.models.components.AudioInput
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteAPlaylistResponse
-
List of additional audio tracks to overlay on the video.
+
HTTP response status code for this operation
-
withImposeTracks(Optional<? extends List<ImposeTrack>>) - Method in class io.fastpix.sdk.models.components.AudioInput
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteLiveStreamResponse
-
List of additional audio tracks to overlay on the video.
+
HTTP response status code for this operation
-
withInputMediaSettings(InputMediaSettings) - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaFromPlaylistResponse
-
Displays the result of the input Media settings.
+
HTTP response status code for this operation
-
withInputs(List<Input>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withInputs(List<Input>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withInputs(Optional<? extends List<Input>>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withInsertAt(long) - Method in class io.fastpix.sdk.models.components.Segment1
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaPlaybackIdResponse
-
The timestamp at which the segment should be inserted.
+
HTTP response status code for this operation
-
withInsertAtEnd(boolean) - Method in class io.fastpix.sdk.models.components.Segment2
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaResponse
-
Flag indicating the segment should be inserted at the end.
+
HTTP response status code for this operation
-
withIntroUrl(String) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteMediaTrackResponse
-
The url of the intro video which is to be added at the start of the video.
+
HTTP response status code for this operation
-
withIntroUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeletePlaybackIdOfStreamResponse
-
The url of the intro video which is to be added at the start of the video.
+
HTTP response status code for this operation
-
withIsEnabled(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteSigningKeyResponse
-
When the value is true, the simulcast will be enabled for the given stream
+
HTTP response status code for this operation
-
withIsEnabled(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DeleteSimulcastOfStreamResponse
-
When the value is set to false, the simulcast will be disabled for the given stream.
+
HTTP response status code for this operation
-
withIsEnabled(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DirectUploadVideoMediaResponse
-
When the value is set to false, the simulcast will be disabled for the given stream
+
HTTP response status code for this operation
-
withIsEnabled(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.DisableLiveStreamResponse
-
When the value is true, the simulcast will be enabled for the given stream
+
HTTP response status code for this operation
-
withIsEnabled(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.EnableLiveStreamResponse
-
When the value is set to false, the simulcast will be disabled for the given stream.
+
HTTP response status code for this operation
-
withIsEnabled(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GenerateSubtitleTrackResponse
-
When the value is set to false, the simulcast will be disabled for the given stream
+
HTTP response status code for this operation
-
withLanguageCode(CreateMediaRequestLanguageCode) - Method in class io.fastpix.sdk.models.components.Subtitle
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetAllPlaylistsResponse
-
Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
+
HTTP response status code for this operation
-
withLanguageCode(SubtitleInputLanguageCode) - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetAllStreamsResponse
-
The BCP 47 language code representing the language of the generated track.
+
HTTP response status code for this operation
-
withLanguageCode(LanguageCode) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationByIdResponse
-
Language codes (BCP 47 compliant) used for text files.
+
HTTP response status code for this operation
-
withLanguageCode(Optional<? extends CreateMediaRequestLanguageCode>) - Method in class io.fastpix.sdk.models.components.Subtitle
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetDrmConfigurationResponse
-
Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
+
HTTP response status code for this operation
-
withLanguageCode(Optional<? extends LanguageCode>) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamByIdResponse
-
Language codes (BCP 47 compliant) used for text files.
+
HTTP response status code for this operation
-
withLanguageName(String) - Method in class io.fastpix.sdk.models.components.Subtitle
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamPlaybackIdResponse
-
Name of the language in which the subtitles will be generated.
+
HTTP response status code for this operation
-
withLanguageName(String) - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
-
Name of the language in which the subtitles will be generated.
+
HTTP response status code for this operation
-
withLanguageName(String) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetMediaClipsResponse
-
Name of the language for the subtitles.
+
HTTP response status code for this operation
-
withLanguageName(Optional<String>) - Method in class io.fastpix.sdk.models.components.Subtitle
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetMediaResponse
-
Name of the language in which the subtitles will be generated.
+
HTTP response status code for this operation
-
withLanguageName(Optional<String>) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetMediaSummaryResponse
-
Name of the language for the subtitles.
+
HTTP response status code for this operation
-
withLimit(long) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetPlaybackIdResponse
-
Limit specifies the maximum number of items to display per page.
+
HTTP response status code for this operation
-
withLimit(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetPlaylistByIdResponse
-
Limit specifies the maximum number of items to display per page.
+
HTTP response status code for this operation
-
withLimit(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetSigningKeyByIdResponse
-
Limit specifies the maximum number of items to display per page.
+
HTTP response status code for this operation
-
withLimit(Optional<String>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetSpecificSimulcastOfStreamResponse
-
Limit specifies the maximum number of items to display per page.
+
HTTP response status code for this operation
-
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetTimeseriesDataResponse
-
Stream deleted successfully
+
HTTP response status code for this operation
-
withLiveStreamDeleteResponse(LiveStreamDeleteResponse) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.GetVideoViewDetailsResponse
-
Stream's playbackId deleted successfully
+
HTTP response status code for this operation
-
withLiveStreamDeleteResponse(Optional<? extends LiveStreamDeleteResponse>) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListBreakdownValuesResponse
-
Stream deleted successfully
+
HTTP response status code for this operation
-
withLiveStreamDeleteResponse(Optional<? extends LiveStreamDeleteResponse>) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListByTopContentResponse
-
Stream's playbackId deleted successfully
+
HTTP response status code for this operation
-
withLivestreamgetResponse(LivestreamgetResponse) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListComparisonValuesResponse
-
Stream details retrieved successfully
+
HTTP response status code for this operation
-
withLivestreamgetResponse(Optional<? extends LivestreamgetResponse>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListDimensionsResponse
-
Stream details retrieved successfully
+
HTTP response status code for this operation
-
withLiveStreamResponseDTO(LiveStreamResponseDTO) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListErrorsResponse
-
Stream created successfully
+
HTTP response status code for this operation
-
withLiveStreamResponseDTO(Optional<? extends LiveStreamResponseDTO>) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListFilterValuesForDimensionResponse
-
Stream created successfully
+
HTTP response status code for this operation
-
withMaxDuration(long) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListLiveClipsResponse
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
HTTP response status code for this operation
-
withMaxDuration(long) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListMediaResponse
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
HTTP response status code for this operation
-
withMaxDuration(Optional<Long>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListOverallValuesResponse
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
HTTP response status code for this operation
-
withMaxDuration(Optional<Long>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListPlaybackIdsResponse
-
The maximum duration in seconds that a live stream can have before it ends the stream.
+
HTTP response status code for this operation
-
withMaxResolution(CreateLiveStreamRequestMaxResolution) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListSigningKeysResponse
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
HTTP response status code for this operation
-
withMaxResolution(CreateMediaRequestMaxResolution) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListUploadsResponse
-
The maximum resolution tier determines the highest quality your media will be available in.
+
HTTP response status code for this operation
-
withMaxResolution(CreateMediaResponseMaxResolution) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.ListVideoViewsResponse
-
The maximum resolution tier determines the highest quality your media will be available in.
+
HTTP response status code for this operation
-
withMaxResolution(MediaMaxResolution) - Method in class io.fastpix.sdk.models.components.Media
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.RetrieveMediaInputInfoResponse
-
The maximum resolution specified by the user for the media.
+
HTTP response status code for this operation
-
withMaxResolution(MaxResolution) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateAPlaylistResponse
-
Determines the highest quality resolution available.
+
HTTP response status code for this operation
-
withMaxResolution(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdatedMediaResponse
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
HTTP response status code for this operation
-
withMaxResolution(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdatedMp4SupportResponse
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<? extends CreateLiveStreamRequestMaxResolution>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateDomainRestrictionsResponse
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<? extends CreateMediaRequestMaxResolution>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdatedSourceAccessResponse
-
The maximum resolution tier determines the highest quality your media will be available in.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<? extends CreateMediaResponseMaxResolution>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateLiveStreamResponse
-
The maximum resolution tier determines the highest quality your media will be available in.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<? extends MediaMaxResolution>) - Method in class io.fastpix.sdk.models.components.Media
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaChaptersResponse
-
The maximum resolution specified by the user for the media.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<? extends MaxResolution>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaModerationResponse
-
Determines the highest quality resolution available.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaNamedEntitiesResponse
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
HTTP response status code for this operation
-
withMaxResolution(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaSummaryResponse
-
Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateMediaTrackResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateSpecificSimulcastOfStreamResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.async.UpdateUserAgentRestrictionsResponse
-
Return the universal unique identifier for media which can contain a maximum of 255 characters.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CancelUploadResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.operations.GetMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ChangeMediaOrderInPlaylistResponse
-
The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamResponse
-
Pass the list of the input objects used to create the media, along with applied settings.
+
HTTP response status code for this operation
-
withMediaId(String) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreateAPlaylistResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withMediaId(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponse
-
When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
+
HTTP response status code for this operation
-
withMediaPolicy(MediaPolicy) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreateMediaResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
HTTP response status code for this operation
-
withMediaPolicy(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreateNewStreamResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
HTTP response status code for this operation
-
withMediaPolicy(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
HTTP response status code for this operation
-
withMediaPolicy(Optional<? extends MediaPolicy>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreateSigningKeyResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
HTTP response status code for this operation
-
withMediaPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
HTTP response status code for this operation
-
withMediaPolicy(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteAPlaylistResponse
-
Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.Field
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaFromPlaylistResponse
-
A descriptive message providing more details for the error
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteSigningKeyResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamResponse
-
A descriptive message providing more details for the error
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(String) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponse
-
A descriptive message providing more details for the error
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.BadRequestError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetAllPlaylistsResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.Field
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetAllStreamsResponse
-
A descriptive message providing more details for the error
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.ForbiddenError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.InvalidPermissionError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaNotFoundError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetMediaClipsResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetMediaResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.SimulcastUnavailableError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponse
-
A descriptive message providing more details for the error
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.UnauthorizedError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponse
-
A descriptive message providing more details for the error.
+
HTTP response status code for this operation
-
withMessage(Optional<String>) - Method in class io.fastpix.sdk.models.errors.ValidationErrorResponseError
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetPlaylistByIdResponse
-
A descriptive message providing more details for the error
+
HTTP response status code for this operation
-
withMetadata(CreateLiveStreamRequestMetadata) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetSigningKeyByIdResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(CreateMediaRequestMetadata) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(CreateMediaResponseMetadata) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(DirectUploadResponseMetadata) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(GetCreateLiveStreamResponseDTOMetadata) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(MediaMetadata) - Method in class io.fastpix.sdk.models.components.Media
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(PatchLiveStreamRequestMetadata) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(PatchResponseDataMetadata) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(SimulcastResponseMetadata) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListErrorsResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response status code for this operation
-
withMetadata(SimulcastUpdateRequestMetadata) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response status code for this operation
-
withMetadata(SimulcastUpdateResponseMetadata) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response status code for this operation
-
withMetadata(SubtitleMetadata) - Method in class io.fastpix.sdk.models.components.Subtitle
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListMediaResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(DirectUploadVideoMediaMetadata) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponse
-
Tag a video in "key" : "value" pairs for searchable metadata.
+
HTTP response status code for this operation
-
withMetadata(SubtitlesMetadata) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponse
-
Searchable metadata tags for the video in key-value pairs.
+
HTTP response status code for this operation
-
withMetadata(UpdatedMediaMetadata) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListSigningKeysResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends CreateLiveStreamRequestMetadata>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListUploadsResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends CreateMediaRequestMetadata>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends CreateMediaResponseMetadata>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends DirectUploadResponseMetadata>) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateAPlaylistResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends GetCreateLiveStreamResponseDTOMetadata>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends MediaMetadata>) - Method in class io.fastpix.sdk.models.components.Media
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends PatchLiveStreamRequestMetadata>) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends PatchResponseDataMetadata>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends SimulcastResponseMetadata>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends SimulcastUpdateRequestMetadata>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends SimulcastUpdateResponseMetadata>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponse
-
Arbitrary user-supplied metadata that will be included in the simulcast details.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends SubtitleMetadata>) - Method in class io.fastpix.sdk.models.components.Subtitle
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponse
-
You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends DirectUploadVideoMediaMetadata>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponse
-
Tag a video in "key" : "value" pairs for searchable metadata.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends SubtitlesMetadata>) - Method in class io.fastpix.sdk.models.operations.Subtitles
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponse
-
Searchable metadata tags for the video in key-value pairs.
+
HTTP response status code for this operation
-
withMetadata(Optional<? extends UpdatedMediaMetadata>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamResponse
-
You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
+
HTTP response status code for this operation
-
withModeration(Moderation) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withModeration(Moderation) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withModeration(Optional<? extends Moderation>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withModeration(Optional<? extends Moderation>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withMp4Support(CreateMediaRequestMp4Support) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStatusCode(int) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponse
-
“capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
+
HTTP response status code for this operation
-
withMp4Support(MediaMp4Support) - Method in class io.fastpix.sdk.models.components.Media
+
withStreamId(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Determines the type of MP4 support for the media.
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withMp4Support(Mp4Support) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStreamId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
+
The ID of the livestream for which the clips were created.
-
withMp4Support(Optional<? extends CreateMediaRequestMp4Support>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStreamId(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
“capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withMp4Support(Optional<? extends MediaMp4Support>) - Method in class io.fastpix.sdk.models.components.Media
+
withStreamId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Determines the type of MP4 support for the media.
+
The ID of the livestream for which the clips were created.
-
withMp4Support(Optional<? extends Mp4Support>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStreamId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
+
The ID of the livestream for which the clips were created.
-
withNamedEntities(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStreamId(String) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
Enable or disable named entity extraction.
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withNamedEntities(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.CompleteLiveStreamRequest
-
Enable or disable named entity extraction.
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withNamedEntities(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.CreatePlaybackIdOfStreamRequest
-
Enable or disable named entity extraction.
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withNamedEntities(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.CreateSimulcastOfStreamRequest
-
Enable or disable named entity extraction.
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(CreateMediaPlaybackIdResponseBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.DeleteLiveStreamRequest
-
Playback id for an media
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(CreateMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.DeletePlaybackIdOfStreamRequest
-
Media is created successfully
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(DeleteMediaPlaybackIdResponseBody) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.DeleteSimulcastOfStreamRequest
-
Deleted a Playback Id successfully
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(DeleteMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.DisableLiveStreamRequest
-
Delete a video media
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(DirectUploadVideoMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.EnableLiveStreamRequest
-
Direct upload created successfully
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(GetMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamByIdRequest
-
Get a video media by id
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(ListMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamPlaybackIdRequest
-
List of video media
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(RetrieveMediaInputInfoResponseBody) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdRequest
-
Get video media input information
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(UpdatedMediaResponseBody) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.GetSpecificSimulcastOfStreamRequest
-
Media details updated successfully
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(Optional<? extends CreateMediaPlaybackIdResponseBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.UpdateLiveStreamRequest
-
Playback id for an media
+
After creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(Optional<? extends CreateMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
withStreamId(String) - Method in class org.openapis.openapi.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
Media is created successfully
+
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
-
withObject(Optional<? extends DeleteMediaPlaybackIdResponseBody>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
Deleted a Playback Id successfully
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withObject(Optional<? extends DeleteMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
Delete a video media
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withObject(Optional<? extends DirectUploadVideoMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.LiveSimulcast
-
Direct upload created successfully
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withObject(Optional<? extends GetMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
Get a video media by id
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withObject(Optional<? extends ListMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.SimulcastRequest
-
List of video media
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withObject(Optional<? extends RetrieveMediaInputInfoResponseBody>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.SimulcastResponseData
-
Get video media input information
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withObject(Optional<? extends UpdatedMediaResponseBody>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
withStreamKey(String) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
-
Media details updated successfully
+
A unique stream key is generated for streaming, allowing the user to start streaming on any + third-party platform using this key.
-
withOffset(long) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withSubPropertyId(String) - Method in class org.openapis.openapi.models.components.Views
-
Offset determines the starting point for data retrieval within a paginated list.
+
Sub Property ID denotes the unique identifier assigned to FastPix properties, previously linked with + a specific workspace.
-
withOffset(String) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withSubtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
Indicates whether subtitles are available for the media.
-
withOffset(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withSubtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Offset determines the starting point for data retrieval within a paginated list.
+
Indicates whether subtitles are available for the media.
-
withOffset(Optional<String>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withSubtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Offset determines the starting point for data retrieval within a paginated list.
+
Indicates whether subtitles are available for the media.
-
withOffsetCount(long) - Method in class io.fastpix.sdk.models.components.Pagination
+
withSubtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.Media
-
The offset count is expressed as total records by limit.
+
Indicates whether subtitles are available for the media.
-
withOffsetCount(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Pagination
+
withSubtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
The offset count is expressed as total records by limit.
+
Indicates whether subtitles are available for the media.
-
withOpacity(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withSubtitleAvailable(Boolean) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
Opacity of the watermark in percentage.
+
Specifies whether subtitle tracks are available for the media.
-
withOpacity(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withSubtitles(Subtitles) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
-
Opacity of the watermark in percentage.
+
Generates subtitle files for audio/video files.
-
withOptimizeAudio(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withSubtitles(Subtitles) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
normalize volume of the audio track.
+
Generates subtitle files for audio/video files.
-
withOptimizeAudio(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withSuccess(boolean) - Method in class org.openapis.openapi.models.components.GetAllPlaylistsResponse
-
Enhance the quality and volume of the audio track.
+
Shows the request status.
-
withOptimizeAudio(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withSuccess(boolean) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponse
-
normalize volume of the audio track.
+
Shows the request status.
-
withOptimizeAudio(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withSuccess(boolean) - Method in class org.openapis.openapi.models.components.PlaylistCreatedResponse
-
Enhance the quality and volume of the audio track.
+
Shows the request status.
-
withOrderBy(GetAllStreamsOrderBy) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withSuccess(boolean) - Method in class org.openapis.openapi.models.operations.CancelUploadResponseBody
-
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
Demonstrates whether the request is successful or not.
-
withOrderBy(ListMediaOrderBy) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withSuccess(boolean) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaResponseBody
-
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
Shows the request status.
-
withOrderBy(Optional<? extends GetAllStreamsOrderBy>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaSuccessResponse
-
The list of value can be order in two ways DESC (Descending) or ASC (Ascending).
+
Shows the request status.
-
withOrderBy(Optional<? extends ListMediaOrderBy>) - Method in class io.fastpix.sdk.models.operations.ListMediaRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.CreateResponse
-
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
+
Shows the request status.
-
withOutroUrl(String) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.DefaultError
-
The url of the outro video which is to be added at the end of the video.
+
Shows if the request was completed successfully.
-
withOutroUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.DeleteSigningKeyResponse
-
The url of the outro video which is to be added at the end of the video.
+
Shows the request status.
-
withPagination(Pagination) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.GetAllSigningKeysResponse
-
Pagination organizes content into pages for better readability and navigation.
+
Shows the request status.
-
withPagination(Pagination) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTO
-
Pagination organizes content into pages for better readability and navigation.
+
Shows the request status.
-
withPagination(Optional<? extends Pagination>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.GetStreamsResponse
-
Pagination organizes content into pages for better readability and navigation.
+
Shows the request status.
-
withPagination(Optional<? extends Pagination>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.LiveStreamDeleteResponse
-
Pagination organizes content into pages for better readability and navigation.
+
Shows the request status.
-
withPassword(String) - Method in class io.fastpix.sdk.models.components.Security
-
 
-
withPatchLiveStreamRequest(PatchLiveStreamRequest) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
-
 
-
withPatchLiveStreamRequest(Optional<? extends PatchLiveStreamRequest>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
-
 
-
withPatchResponseDTO(PatchResponseDTO) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.LivestreamgetResponse
-
Stream details updated successfully
+
Shows the request status.
-
withPatchResponseDTO(Optional<? extends PatchResponseDTO>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.LiveStreamResponseDTO
-
Stream details updated successfully
+
Shows the request status.
-
withPlacement(Placement) - Method in class io.fastpix.sdk.models.components.WatermarkInput
-
 
-
withPlacement(Optional<? extends Placement>) - Method in class io.fastpix.sdk.models.components.WatermarkInput
-
 
-
withPlaybackId(String) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.MediaClipResponse
-
Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
+
Shows the request status.
-
withPlaybackId(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseDTO
-
Unique identifier for the playbackId
+
Shows the request status.
-
withPlaybackId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.PlaybackIdSuccessResponse
-
Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
+
Shows the request status.
-
withPlaybackId(List<PlaybackIds>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.PlaylistDeleteResponse
-
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
Shows the request status.
-
withPlaybackId(List<PlaybackIds>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
-
 
-
withPlaybackId(Optional<? extends List<PlaybackIds>>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastdeleteResponse
-
A collection of Playback ID objects utilized for crafting HLS playback urls.
+
Shows the request status.
-
withPlaybackId(Optional<? extends List<PlaybackIds>>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
-
 
-
withPlaybackIdRequest(PlaybackIdRequest) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
-
 
-
withPlaybackIdRequest(Optional<? extends PlaybackIdRequest>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
-
 
-
withPlaybackIdResponse(PlaybackIdResponse) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastResponse
-
New PlaybackId created successfully
+
Shows the request status.
-
withPlaybackIdResponse(PlaybackIdResponse) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponse
-
Stream details retrieved successfully
+
Shows the request status.
-
withPlaybackIdResponse(Optional<? extends PlaybackIdResponse>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.components.ViewsCountResponse
-
New PlaybackId created successfully
+
Shows the request status.
-
withPlaybackIdResponse(Optional<? extends PlaybackIdResponse>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.AddMediaTrackResponseBody
-
Stream details retrieved successfully
+
Demonstrates whether the request is successful or not.
-
withPlaybackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdResponseBody
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
Shows the request status.
-
withPlaybackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
-
 
-
withPlaybackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.components.Media
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.DeleteMediaPlaybackIdResponseBody
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
Shows the request status.
-
withPlaybackIds(List<PlaybackId>) - Method in class io.fastpix.sdk.models.operations.Data
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.DeleteMediaResponseBody
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
Demonstrates whether the request is successful or not.
-
withPlaybackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackResponseBody
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
Demonstrates whether the request is successful or not.
-
withPlaybackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.components.DirectUploadResponse
-
 
-
withPlaybackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.components.Media
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackResponseBody
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
Demonstrates whether the request is successful or not.
-
withPlaybackIds(Optional<? extends List<PlaybackId>>) - Method in class io.fastpix.sdk.models.operations.Data
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationByIdResponseBody
-
A collection of Playback ID objects utilized for crafting HLS playback URLs.
+
Shows the request status.
-
withPlaybackSettings(PlaybackSettings) - Method in class io.fastpix.sdk.models.components.CreateLiveStreamRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetDrmConfigurationResponseBody
-
Displays the result of the playback settings.
+
Shows the request status.
-
withPushMediaSettings(DirectUploadResponse) - Method in class io.fastpix.sdk.models.components.DirectUpload
-
 
-
withPushMediaSettings(PushMediaSettings) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetMediaResponseBody
-
Configuration settings for media upload.
+
Demonstrates whether the request is successful or not.
-
withPushMediaSettings(Optional<? extends DirectUploadResponse>) - Method in class io.fastpix.sdk.models.components.DirectUpload
-
 
-
withPushMediaSettings(Optional<? extends PushMediaSettings>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetMediaSummaryResponseBody
-
Configuration settings for media upload.
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListDimensionsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListLiveClipsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Demonstrates whether the request is successful or not.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListMediaResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Demonstrates whether the request is successful or not.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListUploadsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.RetrieveMediaInputInfoResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdatedMediaResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Demonstrates whether the request is successful or not.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdatedMp4SupportResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateDomainRestrictionsResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdatedSourceAccessResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withRawResponse(HttpResponse<InputStream>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaChaptersResponseBody
-
Raw HTTP response; suitable for custom response parsing
+
Shows the request status.
-
withReconnectWindow(long) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationResponseBody
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Shows the request status.
-
withReconnectWindow(long) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaNamedEntitiesResponseBody
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Indicates if the request was successful or not.
-
withReconnectWindow(long) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryResponseBody
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Shows the request status.
-
withReconnectWindow(long) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackResponseBody
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Demonstrates whether the request is successful or not.
-
withReconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withSuccess(Boolean) - Method in class org.openapis.openapi.models.operations.UpdateUserAgentRestrictionsResponseBody
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Shows the request status.
-
withReconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.InputMediaSettings
+
withSummary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
withReconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.PatchLiveStreamRequest
+
withSummary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
withReconnectWindow(Optional<Long>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withSummary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.Media
-
In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
withRequestBody(CreateMediaPlaybackIdRequestBody) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
withSummary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
Request body for creating playback id for an media
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
withRequestBody(UpdatedMediaRequestBody) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
-
 
-
withRequestBody(Optional<? extends CreateMediaPlaybackIdRequestBody>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
+
withSummary(AiSummaryRecord) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
Request body for creating playback id for an media
+
Represents an AI response record containing status and data for AI-generated features like summary, + chapters, named entities, or moderation.
-
withRequestBody(Optional<? extends UpdatedMediaRequestBody>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaRequest
+
withSummary(Summary) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
+
 
+
withSummary(Summary) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
 
-
withSegments(List<SegmentUnion>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withSummaryLength(Long) - Method in class org.openapis.openapi.models.components.Summary
-
A list of media segments to be added or processed.
+
Specifies the desired word count for the generated summary.
-
withSegments(Optional<? extends List<SegmentUnion>>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withSummaryLength(Long) - Method in class org.openapis.openapi.models.operations.Summary
-
A list of media segments to be added or processed.
+
Specifies the desired word count for the generated summary.
-
withSimulcastdeleteResponse(SimulcastdeleteResponse) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
withSummaryLength(Long) - Method in class org.openapis.openapi.models.operations.UpdateMediaSummaryRequestBody
-
Stream's simulcast deleted successfully
+
Specifies the desired word count for the generated summary.
-
withSimulcastdeleteResponse(Optional<? extends SimulcastdeleteResponse>) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
withSwapTrackUrl(String) - Method in class org.openapis.openapi.models.components.AudioInput
-
Stream's simulcast deleted successfully
+
URL of the audio track to replace the existing audio in the video.
-
withSimulcastId(String) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
A video thumbnail is a still image that acts as the preview image for your video.
-
withSimulcastId(String) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
A video thumbnail is a still image that acts as the preview image for your video.
-
withSimulcastId(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
A video thumbnail is a still image that acts as the preview image for your video.
-
withSimulcastId(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.Media
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
A video thumbnail is a still image that acts as the preview image for your video.
-
withSimulcastId(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.MediaClipResponseData
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
A video thumbnail that acts as a preview image for the video.
-
withSimulcastId(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
thumbnail for the particular media.
-
withSimulcastId(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
+
A video thumbnail is a still image that acts as the preview image for your video.
-
withSimulcastRequest(SimulcastRequest) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
-
 
-
withSimulcastRequest(Optional<? extends SimulcastRequest>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
-
 
-
withSimulcastResponse(SimulcastResponse) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
withThumbnail(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
New Simulcast created successfully
+
A video thumbnail is a still image that acts as the preview image for your video.
-
withSimulcastResponse(SimulcastResponse) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
withTimeout(Double) - Method in class org.openapis.openapi.models.components.DirectUpload
-
Stream's simulcast details fetched successfully
+
The duration set for the validity of the upload URL.
-
withSimulcastResponse(Optional<? extends SimulcastResponse>) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
withTimeout(Double) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
-
New Simulcast created successfully
+
The duration set for the validity of the upload URL.
-
withSimulcastResponse(Optional<? extends SimulcastResponse>) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
withTimeout(Long) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
Stream's simulcast details fetched successfully
+
The timeout value for the upload.
-
withSimulcastUpdateRequest(SimulcastUpdateRequest) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
 
-
withSimulcastUpdateRequest(Optional<? extends SimulcastUpdateRequest>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
-
 
-
withSimulcastUpdateResponse(SimulcastUpdateResponse) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataResponseBody
-
Stream's simulcast details fetched successfully
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSimulcastUpdateResponse(Optional<? extends SimulcastUpdateResponse>) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesResponseBody
-
Stream's simulcast details fetched successfully
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceAccess(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListByTopContentResponseBody
-
The sourceAccess parameter determines whether the original media file is accessible.
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceAccess(boolean) - Method in class io.fastpix.sdk.models.components.Media
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesResponseBody
-
The sourceAccess parameter determines whether the original media file is accessible.
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceAccess(boolean) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListErrorsResponseBody
-
The sourceAccess parameter determines whether the original media file is accessible.
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceAccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionResponseBody
-
The sourceAccess parameter determines whether the original media file is accessible.
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceAccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.Media
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListOverallValuesResponseBody
-
The sourceAccess parameter determines whether the original media file is accessible.
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceAccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withTimespan(List<Long>) - Method in class org.openapis.openapi.models.operations.ListVideoViewsResponseBody
-
The sourceAccess parameter determines whether the original media file is accessible.
+
The timespan from and to details displayed in the form of unix epoch timestamps.
-
withSourceResolution(SourceResolution) - Method in class io.fastpix.sdk.models.components.Media
+
withTimespan(GetTimeseriesDataTimespan) - Method in class org.openapis.openapi.models.operations.GetTimeseriesDataRequest
-
The actual resolution of the uploaded media.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSourceResolution(Optional<? extends SourceResolution>) - Method in class io.fastpix.sdk.models.components.Media
+
withTimespan(ListBreakdownValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListBreakdownValuesRequest
-
The actual resolution of the uploaded media.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackResponse(GetCreateLiveStreamResponseDTOSrtPlaybackResponse) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withTimespan(ListByTopContentTimespan) - Method in class org.openapis.openapi.models.operations.ListByTopContentRequest
-
This object contains the livestream playback response details for SRT Protocol.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackResponse(PatchResponseDataSrtPlaybackResponse) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withTimespan(ListComparisonValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
-
This object contains the livestream playback response details for SRT Protocol.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackResponse(Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withTimespan(ListErrorsTimespan) - Method in class org.openapis.openapi.models.operations.ListErrorsRequest
-
This object contains the livestream playback response details for SRT Protocol.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackResponse(Optional<? extends PatchResponseDataSrtPlaybackResponse>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withTimespan(ListFilterValuesForDimensionTimespan) - Method in class org.openapis.openapi.models.operations.ListFilterValuesForDimensionRequest
-
This object contains the livestream playback response details for SRT Protocol.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackSecret(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
withTimespan(ListOverallValuesTimespan) - Method in class org.openapis.openapi.models.operations.ListOverallValuesRequest
-
A playback secret used for securing the SRT playback stream.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackSecret(String) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
withTimespan(ListVideoViewsTimespan) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
-
A playback secret used for securing the SRT playback stream.
+
This parameter specifies the time span between which the video views list must be retrieved by.
-
withSrtPlaybackSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
withTitle(String) - Method in class org.openapis.openapi.models.components.CreateMediaRequest
-
A playback secret used for securing the SRT playback stream.
+
Title of the media file.
-
withSrtPlaybackSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
withTitle(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
A playback secret used for securing the SRT playback stream.
+
Title of the media file.
-
withSrtPlaybackStreamId(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
withTitle(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
A unique identifier for the SRT playback stream.
+
Title of the media file.
-
withSrtPlaybackStreamId(String) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
withTitle(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
A unique identifier for the SRT playback stream.
+
Title of the media file.
-
withSrtPlaybackStreamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
+
withTitle(String) - Method in class org.openapis.openapi.models.components.Media
-
A unique identifier for the SRT playback stream.
+
Title of the media file.
-
withSrtPlaybackStreamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
+
withTitle(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
A unique identifier for the SRT playback stream.
+
Title of the media file.
-
withSrtSecret(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withTitle(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMediaListItem
-
A secret used for securing the SRT stream.
+
Title of the media.
-
withSrtSecret(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withTitle(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
A secret used for securing the SRT stream.
+
Title of the media file.
-
withSrtSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withTitle(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
A secret used for securing the SRT stream.
+
Title of the media file.
-
withSrtSecret(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withTitle(String) - Method in class org.openapis.openapi.models.operations.PushMediaSettings
-
A secret used for securing the SRT stream.
+
Title of the media file.
-
withStartTime(double) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withTitle(String) - Method in class org.openapis.openapi.models.operations.UpdatedMediaRequestBody
-
Start time indicates where encoding should begin within the video file.
+
Title of the media file.
-
withStartTime(double) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withTopErrors(List<TopErrorDetails>) - Method in class org.openapis.openapi.models.operations.ListErrorsData
-
Start time indicates where encoding should begin within the video file, in seconds.
+
Retrieves a list of errors that have occurred most frequently in the system, ranked by their count + of occurrences.
-
withStartTime(long) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withTotalPlayingTime(Long) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
-
Start time (in seconds) of the imposed audio in the video.
+
Total time spent playing the video, represented in milliseconds.
-
withStartTime(Optional<Double>) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withTotalPlayTime(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
-
Start time indicates where encoding should begin within the video file.
+
Total time spent playing the video, represented in milliseconds.
-
withStartTime(Optional<Double>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withTotalRecords(Long) - Method in class org.openapis.openapi.models.components.DataPagination
-
Start time indicates where encoding should begin within the video file, in seconds.
+
The total number of records retrieved within the timespan.
-
withStartTime(Optional<Long>) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withTotalRecords(Long) - Method in class org.openapis.openapi.models.components.LiveStreamPagination
-
Start time (in seconds) of the imposed audio in the video.
+
It gives the total number of media assets that are accessible overall.
-
withStatus(String) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withTotalRecords(Long) - Method in class org.openapis.openapi.models.components.MediaClipResponsePagination
-
Determines the media's status, which can be one of the possible values.
+
Total number of records available.
-
withStatus(String) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withTotalRecords(Long) - Method in class org.openapis.openapi.models.components.Pagination
-
Determines the media's status, which can be one of the possible values.
+
It gives the total number of media assets that are accessible overall.
-
withStatus(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withTotalRecords(Long) - Method in class org.openapis.openapi.models.components.SigningKeysPagination
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
It gives the total number of Signing keys that are created by a user.
-
withStatus(String) - Method in class io.fastpix.sdk.models.components.Media
+
withTotalStartupTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
Determines the media's status, which can be one of the possible values.
+
Represents the total time (in milliseconds) taken for the video player to start playback from the + moment the user initiates the session.
-
withStatus(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withTotalViews(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
The total number of views recorded.
-
withStatus(Optional<String>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withTotalWatchTime(Long) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
-
Determines the media's status, which can be one of the possible values.
+
Total time watched across all views, represented in milliseconds.
-
withStatus(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withTotalWatchTime(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
-
Determines the media's status, which can be one of the possible values.
+
Total time watched across all views, represented in milliseconds.
-
withStatus(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withTrackId(String) - Method in class org.openapis.openapi.models.operations.DeleteMediaTrackRequest
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
The unique identifier assigned to the media when created.
-
withStatus(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
withTrackId(String) - Method in class org.openapis.openapi.models.operations.GenerateSubtitleTrackRequest
-
Determines the media's status, which can be one of the possible values.
+
A universally unique identifier (UUID) assigned to the specific track for which subtitles must be + generated.
-
withStatus(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withTrackId(String) - Method in class org.openapis.openapi.models.operations.UpdateMediaTrackRequest
-
The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
+
The unique identifier assigned to the media when created.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
+
withTracks(List<GetAllMediaResponseTrack>) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
HTTP response status code for this operation
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponse
+
withTracks(List<GetMediaResponseTrack>) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
HTTP response status code for this operation
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateNewStreamResponse
+
withTracks(List<LiveMediaClipsTrack>) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
HTTP response status code for this operation
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
+
withTracks(List<MediaTrack>) - Method in class org.openapis.openapi.models.components.Media
-
HTTP response status code for this operation
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
+
withTracks(List<SourceAccessMediaTrack>) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
HTTP response status code for this operation
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
+
withTracks(List<UpdateMediaTrack>) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
HTTP response status code for this operation
+
A media consists of different media tracks, like video, audio, and subtitle, all combined.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
+
withTracks(List<Track>) - Method in class org.openapis.openapi.models.operations.File
-
HTTP response status code for this operation
+
A list of all media tracks including video, audio, and subtitles.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponse
+
withTracks(AddTrackRequest) - Method in class org.openapis.openapi.models.operations.AddMediaTrackRequestBody
-
HTTP response status code for this operation
+
Contains details about the track being added to the media file.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.CreateLiveStreamResponseDTO
-
HTTP response status code for this operation
+
FastPix allows for a to trial the live stream for free.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
HTTP response status code for this operation
+
FastPix allows for a free trial.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.DirectUpload
-
HTTP response status code for this operation
+
Indicates if the upload was a trial.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.GetAllStreamsResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.GetCreateLiveStreamResponseDTO
-
HTTP response status code for this operation
+
FastPix allows for a to trial the live stream for free.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
HTTP response status code for this operation
+
Indicates if the upload was a trial.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.PatchResponseData
-
HTTP response status code for this operation
+
FastPix allows for a to trial the live stream for free.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.GetMediaResponse
+
withTrial(Boolean) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
-
HTTP response status code for this operation
+
Indicates if the upload was a trial.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
+
withType(String) - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
-
HTTP response status code for this operation
+
The type of input media.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.ListMediaResponse
+
withType(String) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
-
HTTP response status code for this operation
+
value can be score that ranges from 0 to 100
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
+
withType(String) - Method in class org.openapis.openapi.models.components.PullVideoInput
-
HTTP response status code for this operation
+
Defines the type of input.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponse
+
withType(String) - Method in class org.openapis.openapi.models.components.SubtitleInput
-
HTTP response status code for this operation
+
Defines the type of input.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
+
withType(String) - Method in class org.openapis.openapi.models.components.VideoInput
-
HTTP response status code for this operation
+
Defines the type of input.
-
withStatusCode(int) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
+
withType(String) - Method in class org.openapis.openapi.models.components.VideoTrack
-
HTTP response status code for this operation
+
Defines the type of input.
-
withStreamId(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withType(String) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Defines the type of input.
-
withStreamId(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withType(AddTrackRequestType) - Method in class org.openapis.openapi.models.components.AddTrackRequest
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Specifies the type of track being added.
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
+
withType(AddTrackResponseType) - Method in class org.openapis.openapi.models.components.AddTrackResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Specifies the type of track (audio or subtitle).
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
+
withType(AudioInputType) - Method in class org.openapis.openapi.models.components.AudioInput
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Type of overlay (currently only supports "audio").
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
+
withType(AudioTrackType) - Method in class org.openapis.openapi.models.components.AudioTrack
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Defines the type of input track.
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
+
withType(CreateMediaRequestType) - Method in class org.openapis.openapi.models.components.Moderation
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Defines the type of input.
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
+
withType(CreatePlaylistRequestManualType) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestManual
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Manual playlist type (no `playOrder`).
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
+
withType(CreatePlaylistRequestSmartType) - Method in class org.openapis.openapi.models.components.CreatePlaylistRequestSmart
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
For a smart playlist metadata is required.
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
+
withType(GenerateTrackResponseType) - Method in class org.openapis.openapi.models.components.GenerateTrackResponse
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
The type of track generated ("subtitle").
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
+
withType(MediaType) - Method in class org.openapis.openapi.models.operations.UpdateMediaModerationModeration
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Type of media content
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
+
withType(PlaylistByIdResponseDataManualType) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
type of the playlist, when it was created
-
withStreamId(String) - Method in class io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
+
withType(PlaylistByIdResponseDataSmartType) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
type of the playlist, when it was created
-
withStreamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withType(PlaylistItemType) - Method in class org.openapis.openapi.models.components.PlaylistItem
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
type of the playlist, when it was created
-
withStreamId(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withType(SubtitleTrackType) - Method in class org.openapis.openapi.models.components.SubtitleTrack
-
Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
+
Defines the type of input track.
-
withStreamKey(String) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withType(UpdateTrackResponseType) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Specifies the type of track (audio or subtitle).
-
withStreamKey(String) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withType(WatermarkInputType) - Method in class org.openapis.openapi.models.components.WatermarkInput
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Type of overlay (currently only supports "watermark").
-
withStreamKey(String) - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
withType(Type) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaModeration
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Defines the type of input.
-
withStreamKey(String) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withUniqueCount(Long) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The count of unique viewers who interacted with the content.
-
withStreamKey(String) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withUniqueViewersEffectedPercentage(UniqueViewersEffectedPercentage) - Method in class org.openapis.openapi.models.components.TopErrorDetails
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
percentage of unique viewers affected by the specific error.
-
withStreamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withUniqueViews(Long) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
The count of unique viewers who interacted with the content.
-
withStreamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withUniqueViews(Long) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Total count of unique video viewers for particular video content.
-
withStreamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.CreateMediaResponse
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withStreamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withStreamKey(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withSubtitle(Subtitle) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Generates subtitle files for audio/video files.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withSubtitle(Optional<? extends Subtitle>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.Media
-
Generates subtitle files for audio/video files.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withSubtitles(Subtitles) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
-
Generates subtitle files for audio/video files.
+
Playlist's most recent update timestamp.
-
withSubtitles(Optional<? extends Subtitles>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
Generates subtitle files for audio/video files.
+
Playlist's most recent update timestamp.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
It demonstrates whether the request is successful or not.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
+
withUpdatedAt(OffsetDateTime) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
It demonstrates whether the request is successful or not.
+
Time the media was updated, defined as a localDateTime (UTC Time).
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
withUpdatedDate(DateRange) - Method in class org.openapis.openapi.models.components.Metadata
-
It demonstrates whether the request is successful or not.
+
Date range with start and end dates.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
withUpdatedDate(DateRange) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseMetadata
-
It demonstrates whether the request is successful or not.
+
Date range with start and end dates.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
withUpdatedTimestamp(String) - Method in class org.openapis.openapi.models.components.Views
-
It demonstrates whether the request is successful or not.
+
Updated Timestamp refers to when the record is updated to a particular Video.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
+
withUploadId(String) - Method in class org.openapis.openapi.models.components.DirectUpload
-
It demonstrates whether the request is successful or not.
+
The unique identifier assigned to the media when created.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
+
withUploadId(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
It demonstrates whether the request is successful or not.
+
The unique identifier of the cancelled upload.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
withUploadId(String) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
-
It demonstrates whether the request is successful or not.
+
The unique identifier assigned to the media when created.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
withUploadId(String) - Method in class org.openapis.openapi.models.operations.CancelUploadRequest
-
It demonstrates whether the request is successful or not.
+
When uploading the media, FastPix assigns a universally unique identifier with a maximum length of + 255 characters.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.AddTrackRequest
-
Demonstrates whether the request is successful or not.
+
The direct URL of the track file.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.AddTrackResponse
-
Demonstrates whether the request is successful or not.
+
The direct URL of the track file.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.CreateMediaResponseInput
-
Demonstrates whether the request is successful or not.
+
The publicly accessible URL of the input video file.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.DirectUpload
-
Demonstrates whether the request is successful or not.
+
The url hosts the media file for FastPix, which needs to be download to use further.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.ImposeTrack
-
Demonstrates whether the request is successful or not.
+
URL of the audio track to impose on the video.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
withUrl(String) - Method in class org.openapis.openapi.models.components.LiveSimulcast
-
Demonstrates whether the request is successful or not.
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
withUrl(String) - Method in class org.openapis.openapi.models.components.MediaCancelResponse
-
Demonstrates whether the request is successful or not.
+
The upload URL (if available) after cancellation.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
withUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInput
-
Demonstrates whether the request is successful or not.
+
The URL hosts the media file for FastPix, which needs to be downloaded to use further.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment1
-
It demonstrates whether the request is successful or not.
+
The URL of the **video segment** to be added.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
withUrl(String) - Method in class org.openapis.openapi.models.components.PullVideoInputSegment2
-
Demonstrates whether the request is successful or not.
+
The URL of the **video segment** to be added.
-
withSuccess(boolean) - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
withUrl(String) - Method in class org.openapis.openapi.models.components.SimulcastRequest
-
It demonstrates whether the request is successful or not.
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.SimulcastResponseData
-
Demonstrates whether the request is successful or not.
+
The RTMPS hostname, combined with the application name, is crucial for connecting to third-party + live streaming services and transmitting the live stream.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.SimulcastUpdateResponseData
-
Demonstrates whether the request is successful or not.
+
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live + streaming services and transmitting the live stream.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.SubtitleInput
-
Demonstrates whether the request is successful or not.
+
The direct URL of the subtitle file.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.TracksSubtitles
-
Demonstrates whether the request is successful or not.
+
URL of the generated subtitle file (VTT).
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.UnusedDirectUpload
-
Demonstrates whether the request is successful or not.
+
The url hosts the media file for FastPix, which needs to be download to use further.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.UpdateTrackRequest
-
Demonstrates whether the request is successful or not.
+
The direct URL of the track file.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.UpdateTrackResponse
-
Demonstrates whether the request is successful or not.
+
The direct URL of the track file.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.VideoInputSegment1
-
Demonstrates whether the request is successful or not.
+
URL of the segment to be added.
-
withSuccess(boolean) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
withUrl(String) - Method in class org.openapis.openapi.models.components.VideoInputSegment2
-
Demonstrates whether the request is successful or not.
+
URL of the segment to be added.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.GetStreamsResponse
+
withUrl(String) - Method in class org.openapis.openapi.models.components.WatermarkInput
-
It demonstrates whether the request is successful or not.
+
URL of the watermark image.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.LiveStreamDeleteResponse
+
withUrl(String) - Method in class org.openapis.openapi.models.operations.Configuration
-
It demonstrates whether the request is successful or not.
+
The URL hosting the media file to be downloaded and processed by FastPix.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.LivestreamgetResponse
+
withUsedFullScreen(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
It demonstrates whether the request is successful or not.
+
Used Fullscreen denotes whether the viewer utilized the full-screen mode while watching the video.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.LiveStreamResponseDTO
+
withUserAgent(String) - Method in class org.openapis.openapi.models.components.Views
-
It demonstrates whether the request is successful or not.
+
User Agent represents the user agent string transmitted by the viewers device to identify itself to + the server, typically including information about the device and browser.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PatchResponseDTO
+
withUserAgents(CreateMediaRequestUserAgents) - Method in class org.openapis.openapi.models.components.CreateMediaRequestAccessRestrictions
+
 
+
withUserAgents(CreatePlaybackIdUserAgents) - Method in class org.openapis.openapi.models.components.CreatePlaybackIdAccessRestrictions
-
It demonstrates whether the request is successful or not.
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PlaybackIdResponse
+
withUserAgents(PlaybackIdUserAgents) - Method in class org.openapis.openapi.models.components.PlaybackIdAccessRestrictions
-
It demonstrates whether the request is successful or not.
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastdeleteResponse
+
withUserAgents(UnusedUploadsPlaybackIdUserAgents) - Method in class org.openapis.openapi.models.components.UnusedUploadsPlaybackIdAccessRestrictions
-
It demonstrates whether the request is successful or not.
+
Restrictions based on the user agent (which is typically a string sent by browsers or bots + identifying themselves).
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastResponse
+
withUserAgents(UserAgentRestrictions) - Method in class org.openapis.openapi.models.operations.CreateMediaPlaybackIdAccessRestrictions
-
It demonstrates whether the request is successful or not.
+
Restrictions based on the user agent
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponse
+
withUserAgents(DirectUploadVideoMediaUserAgents) - Method in class org.openapis.openapi.models.operations.DirectUploadVideoMediaAccessRestrictions
+
 
+
withUserAgents(GetPlaybackIdUserAgents) - Method in class org.openapis.openapi.models.operations.GetPlaybackIdAccessRestrictions
+
 
+
withUserAgents(ListPlaybackIdsUserAgents) - Method in class org.openapis.openapi.models.operations.ListPlaybackIdsAccessRestrictions
+
 
+
withUsername(String) - Method in class org.openapis.openapi.models.components.Security
+
 
+
withValue(Double) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
-
It demonstrates whether the request is successful or not.
+
The specific metric value calculated based on the applied filters.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.BadRequestException
+
withValue(Double) - Method in class org.openapis.openapi.models.components.MetricsComparisonDetails
-
Demonstrates whether the request is successful or not.
+
The specific metric value calculated based on the applied filters.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.ForbiddenException
+
withValue(Double) - Method in class org.openapis.openapi.models.components.MetricsOverallDataDetails
-
Demonstrates whether the request is successful or not.
+
metric value calculated based on the applied filters.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.InvalidPermissionException
+
withValue(String) - Method in class org.openapis.openapi.models.components.BrowserNameDimensiondetails
-
Demonstrates whether the request is successful or not.
+
The specific metric value calculated based on the applied filters.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.MediaNotFoundException
+
withValue(String) - Method in class org.openapis.openapi.models.components.Custom1
-
Demonstrates whether the request is successful or not.
+
Allows assigning user-friendly data values such as email addresses, identifiers, or other meaningful + information.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
+
withValue(String) - Method in class org.openapis.openapi.models.operations.ListComparisonValuesRequest
-
Demonstrates whether the request is successful or not.
+
The value for the selected dimension.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.NotFoundError
+
withVideoContentType(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Content Type specifies the classification of the video content.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
+
withVideoDuration(Long) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Duration represents the length of the video, provided in milliseconds, typically supplied to + FastPix through custom metadata.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
+
withVideoEncodingVariant(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Indicates the specific encoding variant or rendition of the video being played, such as resolution, + bitrate, or codec type.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.SimulcastUnavailableException
+
withVideoId(String) - Method in class org.openapis.openapi.models.components.Views
-
It demonstrates whether the request is successful or not.
+
Video ID refers to an internal identifier assigned by the user or system to uniquely identify a + particular video.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.UnauthorizedException
+
withVideoLanguage(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Language denotes the primary audio language of the video content, assuming it remains + unchanged after playback initiation.
-
withSuccess(Optional<Boolean>) - Method in exception io.fastpix.sdk.models.errors.ValidationErrorResponse
+
withVideoProducer(String) - Method in class org.openapis.openapi.models.components.Views
-
It demonstrates whether the request is successful or not.
+
Specifies the creator or source responsible for producing the video content.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
+
withVideoResolution(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Resolution refers to the resolution of the video being played.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.CreateMediaResponseBody
+
withVideoSeries(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Series denotes the name of a series to which the video content belongs.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
+
withVideoSourceDomain(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Source Domain identifies the domain from which the video source originates.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.DeleteMediaResponseBody
+
withVideoSourceDuration(Long) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Source Duration represents the duration of the video source content, measured in milliseconds.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
+
withVideoSourceHostname(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Source Hostname represents the hostname of the video.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.GetMediaResponseBody
+
withVideoSourceStreamType(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Source Stream Type denotes the type of stream used by the player, although it is currently + unused.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.ListMediaResponseBody
+
withVideoSourceType(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Source Type denotes the format of the video source as determined by the player.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
+
withVideoSourceUrl(String) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Source URL refers to the URL of the video source accessed by the player.
-
withSuccess(Optional<Boolean>) - Method in class io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
+
withVideoStartupFailed(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
Demonstrates whether the request is successful or not.
+
Video Startup Failure is a boolean metric indicating whether a viewer encountered an error before + the first frame of the video commenced playback.
-
withSummary(Summary) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withSummary(Summary) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withSummary(Optional<? extends Summary>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequest
-
 
-
withSummary(Optional<? extends Summary>) - Method in class io.fastpix.sdk.models.operations.PushMediaSettings
-
 
-
withSummaryLength(long) - Method in class io.fastpix.sdk.models.components.Summary
+
withVideoStartupTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
Specifies the desired word count for the generated summary.
+
Video Startup Time measures the duration, in milliseconds, from the initialization of the player + within the webpage to its readiness to receive further instructions.
-
withSummaryLength(long) - Method in class io.fastpix.sdk.models.operations.Summary
+
withVideoTitle(String) - Method in class org.openapis.openapi.models.components.Views
-
Specifies the desired word count for the generated summary.
+
Video Title refers to the title of the video content being viewed.
-
withSummaryLength(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Summary
+
withVideoTitle(String) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
-
Specifies the desired word count for the generated summary.
+
Title of the video
-
withSummaryLength(Optional<Long>) - Method in class io.fastpix.sdk.models.operations.Summary
+
withVideoTitle(String) - Method in class org.openapis.openapi.models.components.ViewsList
-
Specifies the desired word count for the generated summary.
+
The title of the Video.
-
withSwapTrackUrl(String) - Method in class io.fastpix.sdk.models.components.AudioInput
+
withVideoVariantId(String) - Method in class org.openapis.openapi.models.components.Views
-
URL of the audio track to replace the existing audio in the video.
+
Represents the unique identifier for the specific video variant or rendition being played.
-
withSwapTrackUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.AudioInput
+
withVideoVariantName(String) - Method in class org.openapis.openapi.models.components.Views
-
URL of the audio track to replace the existing audio in the video.
+
Specifies the human-readable name of the video variant or rendition being played (for example, + “1080p H.264” or “720p AV1”).
-
withThumbnail(String) - Method in class io.fastpix.sdk.models.components.Media
+
withViewEnd(String) - Method in class org.openapis.openapi.models.components.Views
-
A video thumbnail is a still image that acts as the preview image for your video.
+
View End refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing + session concluded.
-
withThumbnail(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
withViewEndTime(String) - Method in class org.openapis.openapi.models.components.ViewsList
-
A video thumbnail is a still image that acts as the preview image for your video.
+
The end timestamp of the video view.
-
withTimeout(double) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withViewerId(String) - Method in class org.openapis.openapi.models.components.Views
-
The duration set for the validity of the upload URL.
+
Viewer ID refers to a customer-defined identifier representing the viewer who is watching the video + stream.
-
withTimeout(Optional<Double>) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withViewerId(String) - Method in class org.openapis.openapi.models.operations.ListVideoViewsRequest
-
The duration set for the validity of the upload URL.
+
Pass the viewer_id to filter the list of views.
-
withTotalRecords(long) - Method in class io.fastpix.sdk.models.components.Pagination
+
withViewerTime(ViewerTime) - Method in class org.openapis.openapi.models.components.Event
-
It gives the total number of media assets that are accessible overall.
+
The unix epoch timestamp which represents the actual time the event has occurred.
-
withTotalRecords(Optional<Long>) - Method in class io.fastpix.sdk.models.components.Pagination
+
withViewHasAd(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
It gives the total number of media assets that are accessible overall.
+
View Has Ad is a boolean metric indicating whether an advertisement played or attempted to play + during the video view.
-
withTracks(List<Track>) - Method in class io.fastpix.sdk.models.components.Media
+
withViewHasError(Boolean) - Method in class org.openapis.openapi.models.components.Views
-
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
Indicates whether any playback error occurred during the video view.
-
withTracks(Optional<? extends List<Track>>) - Method in class io.fastpix.sdk.models.components.Media
+
withViewId(String) - Method in class org.openapis.openapi.models.components.Views
-
A media consists of different media tracks, like video, audio, and subtitle, all combined.
+
View ID is a unique identifier assigned to each individual video viewing session.
-
withTrial(boolean) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withViewId(String) - Method in class org.openapis.openapi.models.components.ViewsList
-
FastPix allows for a free trial.
+
The unique identifier for the viewing session of the user.
-
withTrial(boolean) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withViewId(String) - Method in class org.openapis.openapi.models.operations.GetVideoViewDetailsRequest
-
FastPix allows for a to trial the live stream for free.
+
Pass View Id
-
withTrial(boolean) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withViewMaxPlayheadPosition(Long) - Method in class org.openapis.openapi.models.components.Views
-
FastPix allows for a to trial the live stream for free.
+
View Max Playhead Position represents the furthest point reached by the playhead during the video + view, measured in milliseconds.
-
withTrial(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withViewPageUrl(String) - Method in class org.openapis.openapi.models.components.Views
-
FastPix allows for a free trial.
+
View Page URL denotes the URL address of the web page where the video content is being accessed.
-
withTrial(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
+
withViewPlayingTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
FastPix allows for a to trial the live stream for free.
+
Playing Time denotes the total duration of time the video content was actively playing during the + view, excluding time spent buffering, seeking, or joining.
-
withTrial(Optional<Boolean>) - Method in class io.fastpix.sdk.models.components.PatchResponseData
+
withViews(Long) - Method in class org.openapis.openapi.models.components.MetricsBreakdownDetails
-
FastPix allows for a to trial the live stream for free.
+
Total count of view sessions for a paricular video content.
-
withType(AudioInputType) - Method in class io.fastpix.sdk.models.components.AudioInput
+
withViews(Long) - Method in class org.openapis.openapi.models.components.ViewsByTopContentDetails
-
Type of overlay (currently only supports 'audio').
+
Total count of view sessions for a particular video content.
-
withType(CreateMediaRequestType) - Method in class io.fastpix.sdk.models.components.Moderation
+
withViews(Long) - Method in class org.openapis.openapi.models.components.ViewsCountResponseData
-
Defines the type of input.
+
Number of views for the stream or resource.
-
withType(WatermarkInputType) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withViewsCountResponse(ViewsCountResponse) - Method in class org.openapis.openapi.models.operations.async.GetLiveStreamViewerCountByIdResponse
-
Type of overlay (currently only supports 'watermark').
+
Stream viewer count retrieved successfully
-
withType(Type) - Method in class io.fastpix.sdk.models.operations.Moderation
+
withViewsCountResponse(ViewsCountResponse) - Method in class org.openapis.openapi.models.operations.GetLiveStreamViewerCountByIdResponse
-
Defines the type of input.
+
Stream viewer count retrieved successfully
-
withType(String) - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
withViewSeekedCount(Long) - Method in class org.openapis.openapi.models.components.Views
-
Defines the type of input.
+
View Seeked Count signifies the number of times the viewer attempted to seek to a new location + within the video.
-
withType(String) - Method in class io.fastpix.sdk.models.components.Track
+
withViewSeekedDuration(Long) - Method in class org.openapis.openapi.models.components.Views
-
Defines the type of input.
+
View Seeked Duration indicates the total duration of time spent waiting for playback to resume after + the viewer seeks to a new location.
-
withType(String) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withViewSessionId(String) - Method in class org.openapis.openapi.models.components.Views
-
Defines the type of input.
+
Represents the unique identifier assigned to a single playback session within FastPix.
-
withType(Optional<? extends AudioInputType>) - Method in class io.fastpix.sdk.models.components.AudioInput
+
withViewStart(String) - Method in class org.openapis.openapi.models.components.Views
-
Type of overlay (currently only supports 'audio').
+
View Start refers to the date and time, in Coordinated Universal Time (UTC), when the video viewing + session commenced.
-
withType(Optional<? extends WatermarkInputType>) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withViewStartTime(String) - Method in class org.openapis.openapi.models.components.ViewsList
-
Type of overlay (currently only supports 'watermark').
+
The start timestamp of the video view.
-
withType(Optional<? extends Type>) - Method in class io.fastpix.sdk.models.operations.Moderation
+
withViewTotalContentPlaybackTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
Defines the type of input.
+
View Total Content Playback Time represents the cumulative duration of video content watched by the + viewer, measured in milliseconds.
-
withUpdatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withViewWatchTime(Double) - Method in class org.openapis.openapi.models.components.ViewsList
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
The watch time represents the time spent watching the video including staruptime, playback time + ,buffering time.
-
withUpdatedAt(OffsetDateTime) - Method in class io.fastpix.sdk.models.components.Media
+
withWatchTime(Long) - Method in class org.openapis.openapi.models.components.Views
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Total Watch Time denotes the total duration of video content watched by the viewer, encompassing + startup time, playing time, and potential rebuffering time, measured in milliseconds.
-
withUpdatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.CreateMediaResponse
+
withWidth(Double) - Method in class org.openapis.openapi.models.components.VideoTrack
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Track width denotes the range of widths applicable to a specific track.
-
withUpdatedAt(Optional<OffsetDateTime>) - Method in class io.fastpix.sdk.models.components.Media
+
withWidth(Double) - Method in class org.openapis.openapi.models.components.VideoTrackForGetAll
-
Time the media was updated, defined as a localDateTime (UTC Time).
+
Track width denotes the range of widths applicable to a specific track.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withWidth(String) - Method in class org.openapis.openapi.models.components.WatermarkInput
-
The url hosts the media file for FastPix, which needs to be download to use further.
+
Width of the watermark in percentage or pixels.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
URL of the audio track to impose on the video.
+
A unique identifier is generated by FastPix for the workspace.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.Segment1
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
URL of the segment to be added.
+
A unique identifier is generated by FastPix for the workspace.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.Segment2
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
-
URL of the segment to be added.
+
FastPix generates a unique identifier for each workspace.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
A unique identifier is generated by FastPix for the workspace.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.Media
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
A unique identifier is generated by FastPix for the workspace.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
The unique id of the workspace in which the playlist is present.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.SubtitleInput
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
The direct URL of the subtitle file.
+
The unique id of the workspace in which the playlist is present.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.VideoInput
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia
-
The url hosts the media file for FastPix, which needs to be downloaded to use further.
+
A unique identifier is generated by FastPix for the workspace.
-
withUrl(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.UpdateMedia
-
URL of the watermark image.
+
A unique identifier is generated by FastPix for the workspace.
-
withUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.DirectUpload
+
withWorkspaceId(String) - Method in class org.openapis.openapi.models.components.Views
-
The url hosts the media file for FastPix, which needs to be download to use further.
+
It is a unique identifier associated with a specific workspace within the FastPix platform.
-
withUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.ImposeTrack
+
withXAlign(XAlign) - Method in class org.openapis.openapi.models.components.Placement
-
URL of the audio track to impose on the video.
+
Horizontal alignment of the watermark.
-
withUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastRequest
+
withXMargin(String) - Method in class org.openapis.openapi.models.components.Placement
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Horizontal margin from the edge of the video.
-
withUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastResponseData
+
withYAlign(YAlign) - Method in class org.openapis.openapi.models.components.Placement
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Vertical alignment of the watermark.
-
withUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.SimulcastUpdateResponseData
+
withYMargin(String) - Method in class org.openapis.openapi.models.components.Placement
-
The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
+
Vertical margin from the edge of the video.
-
withUrl(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
workspaceId() - Method in class org.openapis.openapi.models.components.GetAllMediaResponse
-
URL of the watermark image.
+
A unique identifier is generated by FastPix for the workspace.
-
withUserAgents(CreateMediaRequestUserAgents) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
-
 
-
withUserAgents(PlaybackIdUserAgents) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
workspaceId() - Method in class org.openapis.openapi.models.components.GetMediaResponse
-
Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
+
A unique identifier is generated by FastPix for the workspace.
-
withUserAgents(CreateMediaPlaybackIdUserAgents) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
-
 
-
withUserAgents(DirectUploadVideoMediaUserAgents) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
-
 
-
withUserAgents(Optional<? extends CreateMediaRequestUserAgents>) - Method in class io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
-
 
-
withUserAgents(Optional<? extends PlaybackIdUserAgents>) - Method in class io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
+
workspaceId() - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData
-
Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
+
FastPix generates a unique identifier for each workspace.
-
withUserAgents(Optional<? extends CreateMediaPlaybackIdUserAgents>) - Method in class io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
-
 
-
withUserAgents(Optional<? extends DirectUploadVideoMediaUserAgents>) - Method in class io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
-
 
-
withUsername(String) - Method in class io.fastpix.sdk.models.components.Security
-
 
-
withWidth(double) - Method in class io.fastpix.sdk.models.components.Track
+
workspaceId() - Method in class org.openapis.openapi.models.components.LiveMediaClips
-
Track width denotes the range of widths applicable to a specific track.
+
A unique identifier is generated by FastPix for the workspace.
-
withWidth(String) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
workspaceId() - Method in class org.openapis.openapi.models.components.Media
-
Width of the watermark in percentage or pixels.
+
A unique identifier is generated by FastPix for the workspace.
-
withWidth(Optional<Double>) - Method in class io.fastpix.sdk.models.components.Track
+
workspaceId() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual
-
Track width denotes the range of widths applicable to a specific track.
+
The unique id of the workspace in which the playlist is present.
-
withWidth(Optional<String>) - Method in class io.fastpix.sdk.models.components.WatermarkInput
+
workspaceId() - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart
-
Width of the watermark in percentage or pixels.
+
The unique id of the workspace in which the playlist is present.
-
withWorkspaceId(String) - Method in class io.fastpix.sdk.models.components.Media
+
workspaceId() - Method in class org.openapis.openapi.models.components.SourceAccessMedia
A unique identifier is generated by FastPix for the workspace.
-
withWorkspaceId(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media
+
workspaceId() - Method in class org.openapis.openapi.models.components.UpdateMedia
A unique identifier is generated by FastPix for the workspace.
-
withXAlign(XAlign) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId() - Method in class org.openapis.openapi.models.components.Views
-
Horizontal alignment of the watermark.
+
It is a unique identifier associated with a specific workspace within the FastPix platform.
-
withXAlign(Optional<? extends XAlign>) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.GetAllMediaResponse.Builder
-
Horizontal alignment of the watermark.
+
A unique identifier is generated by FastPix for the workspace.
-
withXMargin(String) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.GetMediaResponse.Builder
-
Horizontal margin from the edge of the video.
+
A unique identifier is generated by FastPix for the workspace.
-
withXMargin(Optional<String>) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.GetPublicPemUsingSigningKeyIdResponseDTOData.Builder
-
Horizontal margin from the edge of the video.
+
FastPix generates a unique identifier for each workspace.
-
withYAlign(YAlign) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.LiveMediaClips.Builder
-
Vertical alignment of the watermark.
+
A unique identifier is generated by FastPix for the workspace.
-
withYAlign(Optional<? extends YAlign>) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.Media.Builder
-
Vertical alignment of the watermark.
+
A unique identifier is generated by FastPix for the workspace.
-
withYMargin(String) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataManual.Builder
-
Vertical margin from the edge of the video.
+
The unique id of the workspace in which the playlist is present.
-
withYMargin(Optional<String>) - Method in class io.fastpix.sdk.models.components.Placement
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.PlaylistByIdResponseDataSmart.Builder
-
Vertical margin from the edge of the video.
+
The unique id of the workspace in which the playlist is present.
-
workspaceId() - Method in class io.fastpix.sdk.models.components.Media
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.SourceAccessMedia.Builder
A unique identifier is generated by FastPix for the workspace.
-
workspaceId(String) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.UpdateMedia.Builder
A unique identifier is generated by FastPix for the workspace.
-
workspaceId(Optional<String>) - Method in class io.fastpix.sdk.models.components.Media.Builder
+
workspaceId(String) - Method in class org.openapis.openapi.models.components.Views.Builder
-
A unique identifier is generated by FastPix for the workspace.
+
It is a unique identifier associated with a specific workspace within the FastPix platform.
-
- - - -

X

-
-
xAlign() - Method in class io.fastpix.sdk.models.components.Placement
+
wrapped(Flow.Publisher<T>) - Static method in class org.openapis.openapi.utils.reactive.ReactiveUtils
-
Horizontal alignment of the watermark.
+
Wraps a Flow.Publisher<T> into a Flow.Publisher<List<T>>.
-
xAlign(XAlign) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
+

X

+
+
xAlign() - Method in class org.openapis.openapi.models.components.Placement
Horizontal alignment of the watermark.
-
xAlign(Optional<? extends XAlign>) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
xAlign(XAlign) - Method in class org.openapis.openapi.models.components.Placement.Builder
Horizontal alignment of the watermark.
-
XAlign - Enum in io.fastpix.sdk.models.components
+
XAlign - Enum Class in org.openapis.openapi.models.components
XAlign
-
xMargin() - Method in class io.fastpix.sdk.models.components.Placement
-
-
Horizontal margin from the edge of the video.
-
-
xMargin(String) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
xMargin() - Method in class org.openapis.openapi.models.components.Placement
Horizontal margin from the edge of the video.
-
xMargin(Optional<String>) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
xMargin(String) - Method in class org.openapis.openapi.models.components.Placement.Builder
Horizontal margin from the edge of the video.
- - - -

Y

-
-
yAlign() - Method in class io.fastpix.sdk.models.components.Placement
-
-
Vertical alignment of the watermark.
-
-
yAlign(YAlign) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+

Y

+
+
yAlign() - Method in class org.openapis.openapi.models.components.Placement
Vertical alignment of the watermark.
-
yAlign(Optional<? extends YAlign>) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
yAlign(YAlign) - Method in class org.openapis.openapi.models.components.Placement.Builder
Vertical alignment of the watermark.
-
YAlign - Enum in io.fastpix.sdk.models.components
+
YAlign - Enum Class in org.openapis.openapi.models.components
YAlign
-
yMargin() - Method in class io.fastpix.sdk.models.components.Placement
+
yMargin() - Method in class org.openapis.openapi.models.components.Placement
Vertical margin from the edge of the video.
-
yMargin(String) - Method in class io.fastpix.sdk.models.components.Placement.Builder
-
-
Vertical margin from the edge of the video.
-
-
yMargin(Optional<String>) - Method in class io.fastpix.sdk.models.components.Placement.Builder
+
yMargin(String) - Method in class org.openapis.openapi.models.components.Placement.Builder
Vertical margin from the edge of the video.
- - - -

Z

-
-
ZH_CN - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+

Z

+
+
ZH_CN - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ZH_CN - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
 
-
ZH_HK - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
ZH_CN - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
-
ZH_TW - io.fastpix.sdk.models.components.SubtitleInputLanguageCode
+
ZH_HK - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ZH_HK - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ZH_HK - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
+
 
+
ZH_TW - Enum constant in enum class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode.GenerateTrackResponseLanguageCodeEnum
+
 
+
ZH_TW - Enum constant in enum class org.openapis.openapi.models.components.LanguageCode
+
 
+
ZH_TW - Static variable in class org.openapis.openapi.models.components.GenerateTrackResponseLanguageCode
 
- - - -

_

-
-
_Deserializer() - Constructor for class io.fastpix.sdk.models.components.Input._Deserializer
+

_

+
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.ErrorDetailsPercentage._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.EventTime._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.GetAllMediaResponseTrack._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.GetMediaResponseTrack._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.Input._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.LiveMediaClipsTrack._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.MediaTrack._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.PlayerHeight._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.PlayerViewCount._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.PropertyId._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.PullVideoInputSegmentUnion._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.SourceAccessMediaTrack._Deserializer
 
-
_Deserializer() - Constructor for class io.fastpix.sdk.models.components.SegmentUnion._Deserializer
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.TopErrorDetailsPercentage._Deserializer
 
-
_Deserializer() - Constructor for class io.fastpix.sdk.models.operations.Input._Deserializer
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.UniqueViewersEffectedPercentage._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.UpdateMediaTrack._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.VideoInputSegmentUnion._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.components.ViewerTime._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.operations.Input._Deserializer
+
 
+
_Deserializer() - Constructor for class org.openapis.openapi.models.operations.Track._Deserializer
 
-A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages
-
- diff --git a/build/docs/javadoc/index.html b/build/docs/javadoc/index.html index b5da30f..e484a36 100644 --- a/build/docs/javadoc/index.html +++ b/build/docs/javadoc/index.html @@ -1,176 +1,82 @@ - - -Overview (fastpix 0.1.0 API) + +Overview (openapi 1.0.0 API) + + + - - + - - - - - + + - - -
+
+ +
-

fastpix 0.1.0 API

+

openapi 1.0.0 API

+
+
-
- -
diff --git a/build/docs/javadoc/io/fastpix/sdk/FastPixSDK.Builder.html b/build/docs/javadoc/io/fastpix/sdk/FastPixSDK.Builder.html deleted file mode 100644 index 17364d7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/FastPixSDK.Builder.html +++ /dev/null @@ -1,440 +0,0 @@ - - - - - -FastPixSDK.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class FastPixSDK.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.FastPixSDK.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    FastPixSDK
    -
    -
    -
    public static class FastPixSDK.Builder
    -extends java.lang.Object
    -
    The Builder class allows the configuration of a new instance of the SDK.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        client

        -
        public FastPixSDK.Builder client​(HTTPClient client)
        -
        Allows the default HTTP client to be overridden with a custom implementation.
        -
        -
        Parameters:
        -
        client - The HTTP client to use for all requests.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        security

        -
        public FastPixSDK.Builder security​(Security security)
        -
        Configures the SDK to use the provided security details.
        -
        -
        Parameters:
        -
        security - The security details to use for all requests.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        securitySource

        -
        public FastPixSDK.Builder securitySource​(SecuritySource securitySource)
        -
        Configures the SDK to use a custom security source.
        -
        -
        Parameters:
        -
        securitySource - The security source to use for all requests.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        serverURL

        -
        public FastPixSDK.Builder serverURL​(java.lang.String serverUrl)
        -
        Overrides the default server URL.
        -
        -
        Parameters:
        -
        serverUrl - The server URL to use for all requests.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        serverURL

        -
        public FastPixSDK.Builder serverURL​(java.lang.String serverUrl,
        -                                    java.util.Map<java.lang.String,​java.lang.String> params)
        -
        Overrides the default server URL with a templated URL populated with the provided parameters.
        -
        -
        Parameters:
        -
        serverUrl - The server URL to use for all requests.
        -
        params - The parameters to use when templating the URL.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        serverIndex

        -
        public FastPixSDK.Builder serverIndex​(int serverIdx)
        -
        Overrides the default server by index.
        -
        -
        Parameters:
        -
        serverIdx - The server to use for all requests.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryConfig

        -
        public FastPixSDK.Builder retryConfig​(RetryConfig retryConfig)
        -
        Overrides the default configuration for retries
        -
        -
        Parameters:
        -
        retryConfig - The retry configuration to use for all requests.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        build

        -
        public FastPixSDK build()
        -
        Builds a new instance of the SDK.
        -
        -
        Returns:
        -
        The SDK instance.
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/FastPixSDK.html b/build/docs/javadoc/io/fastpix/sdk/FastPixSDK.html deleted file mode 100644 index 69cd8be..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/FastPixSDK.html +++ /dev/null @@ -1,436 +0,0 @@ - - - - - -FastPixSDK (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class FastPixSDK

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.FastPixSDK
    • -
    -
  • -
-
-
    -
  • -
    -
    public class FastPixSDK
    -extends java.lang.Object
    -
    LIVE STREAMING API: The Live Stream APIs in FastPix simplifies the process of creating,managing, and distributing live content. This set of API endpoints is designed to help developers initiate live broadcasts, configure stream settings, and extend streams to external platforms (via simulcasting). By integrating FastPix’s live streaming capabilities into your applications, you can provide users with seamless and high-quality live video experiences, whether for events, webinars, gaming, or live content creation. - -

    Live streams can be customized with various parameters, such as stream metadata, privacy settings, and playback configurations. Additionally, the API supports real-time interaction with streams, including updating stream details, managing playback IDs, and extending the reach of a stream through simulcasting to platforms like YouTube or Facebook. - -

    <h3>Use case scenarios</h3> - -

    **Event Broadcasting**: A developer integrates FastPix live streaming APIs into an event management platform. By leveraging these APIs, the platform can enable event organizers to set up live streams for conferences, concerts, or webinars, allowing viewers to tune in from multiple platforms simultaneously via simulcasting. - -

    **Live Content Platforms**: Developers working on a live content platform for creators can use the live stream APIs to allow users to broadcast gaming, vlogs, or tutorials. Creators can manage their streams in real time, control playback options, and extend their reach by simulcasting to popular platforms like Twitch or YouTube. - -

    **Corporate Streaming Services**: A corporate communication tool can integrate live streaming functionality for internal town halls or global employee meetings. The live streams can be made accessible to different employee groups through privacy settings and playback control, ensuring secure and efficient internal communication.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        SERVERS

        -
        public static final java.lang.String[] SERVERS
        -
        SERVERS contains the list of server urls available to the SDK.
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/InputVideo.html b/build/docs/javadoc/io/fastpix/sdk/InputVideo.html deleted file mode 100644 index fc73944..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/InputVideo.html +++ /dev/null @@ -1,584 +0,0 @@ - - - - - -InputVideo (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InputVideo

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.InputVideo
    • -
    -
  • -
- -
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createMedia

        -
        public CreateMediaRequestBuilder createMedia()
        -
        Create media from URL - -

        This endpoint allows developers or users to create a new video or audio media in FastPix using a publicly accessible URL. FastPix will fetch the media from the provided URL, process it, and store it on the platform for use. - -

        #### Public URL requirement: - -

        The provided URL must be publicly accessible and should point to a video stored in one of the following supported formats: .m4v, .ogv, .mpeg, .mov, .3gp, .f4v, .rm, .ts, .wtv, .avi, .mp4, .wmv, .webm, .mts, .vob, .mxf, asf, m2ts - -

        #### Supported storage types: - -

        The URL can originate from various cloud storage services or content delivery networks (CDNs) such as: - -

        * **Amazon S3:** URLs from Amazon's Simple Storage Service. - -

        * **Google Cloud Storage:** URLs from Google Cloud's storage solution. - -

        * **Azure Blob Storage:** URLs from Microsoft's Azure storage. - -

        * **Public CDNs:** URLs from public content delivery networks that host video files. - -

        Upon successful creation, the API returns an id that should be retained for future operations related to this media. - -

        #### How it works - -

        1. Send a POST request to the /on-demand endpoint with the media URL (typically a video or audio file) and optional media settings. - -

        2. FastPix uploads the video from the provided URL to its storage. - -

        3. Receive a response containing the unique id for the newly created media item. - -

        4. Use the id in subsequent API calls, such as checking the status of the media with the **Get Media by ID** endpoint to determine when the media is ready for playback. - -

        FastPix uses webhooks to tell your application about things that happen in the background, outside of the API regular request flow. For instance, once the media file is created (but not yet processed or encoded), we’ll shoot a POST message to the address you give us with the webhook event video.media.created. - -

        Once processing is done you can look for the events video.media.ready and video.media.failed to see the status of your new media file. - -

        #### Use case scenario - -

        * **Use case:** A developer wants to integrate a user-generated content platform where users can upload links to their videos hosted on third-party platforms like AWS or Google Cloud Storage. This endpoint is used to create media directly from those URLs. - -

        * **Detailed example:** - Say you’re building an online learning platform where instructors upload video URLs hosted on their private cloud servers. By providing the video URL to this endpoint, the platform processes and adds it to your media library, ready for playback.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        createMediaDirect

        -
        public CreateMediaResponse createMediaDirect()
        -                                      throws java.lang.Exception
        -
        Create media from URL - -

        This endpoint allows developers or users to create a new video or audio media in FastPix using a publicly accessible URL. FastPix will fetch the media from the provided URL, process it, and store it on the platform for use. - -

        #### Public URL requirement: - -

        The provided URL must be publicly accessible and should point to a video stored in one of the following supported formats: .m4v, .ogv, .mpeg, .mov, .3gp, .f4v, .rm, .ts, .wtv, .avi, .mp4, .wmv, .webm, .mts, .vob, .mxf, asf, m2ts - -

        #### Supported storage types: - -

        The URL can originate from various cloud storage services or content delivery networks (CDNs) such as: - -

        * **Amazon S3:** URLs from Amazon's Simple Storage Service. - -

        * **Google Cloud Storage:** URLs from Google Cloud's storage solution. - -

        * **Azure Blob Storage:** URLs from Microsoft's Azure storage. - -

        * **Public CDNs:** URLs from public content delivery networks that host video files. - -

        Upon successful creation, the API returns an id that should be retained for future operations related to this media. - -

        #### How it works - -

        1. Send a POST request to the /on-demand endpoint with the media URL (typically a video or audio file) and optional media settings. - -

        2. FastPix uploads the video from the provided URL to its storage. - -

        3. Receive a response containing the unique id for the newly created media item. - -

        4. Use the id in subsequent API calls, such as checking the status of the media with the **Get Media by ID** endpoint to determine when the media is ready for playback. - -

        FastPix uses webhooks to tell your application about things that happen in the background, outside of the API regular request flow. For instance, once the media file is created (but not yet processed or encoded), we’ll shoot a POST message to the address you give us with the webhook event video.media.created. - -

        Once processing is done you can look for the events video.media.ready and video.media.failed to see the status of your new media file. - -

        #### Use case scenario - -

        * **Use case:** A developer wants to integrate a user-generated content platform where users can upload links to their videos hosted on third-party platforms like AWS or Google Cloud Storage. This endpoint is used to create media directly from those URLs. - -

        * **Detailed example:** - Say you’re building an online learning platform where instructors upload video URLs hosted on their private cloud servers. By providing the video URL to this endpoint, the platform processes and adds it to your media library, ready for playback.

        -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        createMedia

        -
        public CreateMediaResponse createMedia​(java.util.Optional<? extends CreateMediaRequest> request)
        -                                throws java.lang.Exception
        -
        Create media from URL - -

        This endpoint allows developers or users to create a new video or audio media in FastPix using a publicly accessible URL. FastPix will fetch the media from the provided URL, process it, and store it on the platform for use. - -

        #### Public URL requirement: - -

        The provided URL must be publicly accessible and should point to a video stored in one of the following supported formats: .m4v, .ogv, .mpeg, .mov, .3gp, .f4v, .rm, .ts, .wtv, .avi, .mp4, .wmv, .webm, .mts, .vob, .mxf, asf, m2ts - -

        #### Supported storage types: - -

        The URL can originate from various cloud storage services or content delivery networks (CDNs) such as: - -

        * **Amazon S3:** URLs from Amazon's Simple Storage Service. - -

        * **Google Cloud Storage:** URLs from Google Cloud's storage solution. - -

        * **Azure Blob Storage:** URLs from Microsoft's Azure storage. - -

        * **Public CDNs:** URLs from public content delivery networks that host video files. - -

        Upon successful creation, the API returns an id that should be retained for future operations related to this media. - -

        #### How it works - -

        1. Send a POST request to the /on-demand endpoint with the media URL (typically a video or audio file) and optional media settings. - -

        2. FastPix uploads the video from the provided URL to its storage. - -

        3. Receive a response containing the unique id for the newly created media item. - -

        4. Use the id in subsequent API calls, such as checking the status of the media with the **Get Media by ID** endpoint to determine when the media is ready for playback. - -

        FastPix uses webhooks to tell your application about things that happen in the background, outside of the API regular request flow. For instance, once the media file is created (but not yet processed or encoded), we’ll shoot a POST message to the address you give us with the webhook event video.media.created. - -

        Once processing is done you can look for the events video.media.ready and video.media.failed to see the status of your new media file. - -

        #### Use case scenario - -

        * **Use case:** A developer wants to integrate a user-generated content platform where users can upload links to their videos hosted on third-party platforms like AWS or Google Cloud Storage. This endpoint is used to create media directly from those URLs. - -

        * **Detailed example:** - Say you’re building an online learning platform where instructors upload video URLs hosted on their private cloud servers. By providing the video URL to this endpoint, the platform processes and adds it to your media library, ready for playback.

        -
        -
        Specified by:
        -
        createMedia in interface SDKMethodInterfaces.MethodCallCreateMedia
        -
        Parameters:
        -
        request - The request object containing all of the parameters for the API call.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        directUploadVideoMedia

        -
        public DirectUploadVideoMediaRequestBuilder directUploadVideoMedia()
        -
        Upload media from device - -

        This endpoint enables you to upload a video file directly from your local device to FastPix for processing, storage. When you invoke this API with your preferred media settings, the response returns an uploadId and a pre-signed URL, providing a streamlined experience for uploading. - -

        #### How it works - -

        1. Send a POST request to the /on-demand/uploads endpoint with optional media settings. - -

        2. The response includes an **uploadId** and a pre-signed URL for direct video file upload. - -

        3. Upload your video file to the provided **URL** by making **PUT** request. The API accepts the media file from the device and uploads it to the FastPix platform. - -

        4. Once uploaded, the media undergoes processing and is assigned a unique ID for tracking. Retain this **uploadId** for any future operations related to this upload. - -

        After uploading, you can use the **Get Media by ID** endpoint to check the status of the uploaded media asset and see if it has transitioned to a "ready" status for playback. - -

        To notify your application about the status of this API request check for the webhooks for Upload related events. - -

        #### Use case scenario - -

        **Use case:** A social media platform allows users to upload video content directly from their phones or computers. This endpoint facilitates the upload process. For example, if you are developing a video-sharing app where users can upload short clips from their mobile devices, this endpoint enables them to select a video, upload it to the platform.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        directUploadVideoMediaDirect

        -
        public DirectUploadVideoMediaResponse directUploadVideoMediaDirect()
        -                                                            throws java.lang.Exception
        -
        Upload media from device - -

        This endpoint enables you to upload a video file directly from your local device to FastPix for processing, storage. When you invoke this API with your preferred media settings, the response returns an uploadId and a pre-signed URL, providing a streamlined experience for uploading. - -

        #### How it works - -

        1. Send a POST request to the /on-demand/uploads endpoint with optional media settings. - -

        2. The response includes an **uploadId** and a pre-signed URL for direct video file upload. - -

        3. Upload your video file to the provided **URL** by making **PUT** request. The API accepts the media file from the device and uploads it to the FastPix platform. - -

        4. Once uploaded, the media undergoes processing and is assigned a unique ID for tracking. Retain this **uploadId** for any future operations related to this upload. - -

        After uploading, you can use the **Get Media by ID** endpoint to check the status of the uploaded media asset and see if it has transitioned to a "ready" status for playback. - -

        To notify your application about the status of this API request check for the webhooks for Upload related events. - -

        #### Use case scenario - -

        **Use case:** A social media platform allows users to upload video content directly from their phones or computers. This endpoint facilitates the upload process. For example, if you are developing a video-sharing app where users can upload short clips from their mobile devices, this endpoint enables them to select a video, upload it to the platform.

        -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        directUploadVideoMedia

        -
        public DirectUploadVideoMediaResponse directUploadVideoMedia​(java.util.Optional<? extends DirectUploadVideoMediaRequest> request)
        -                                                      throws java.lang.Exception
        -
        Upload media from device - -

        This endpoint enables you to upload a video file directly from your local device to FastPix for processing, storage. When you invoke this API with your preferred media settings, the response returns an uploadId and a pre-signed URL, providing a streamlined experience for uploading. - -

        #### How it works - -

        1. Send a POST request to the /on-demand/uploads endpoint with optional media settings. - -

        2. The response includes an **uploadId** and a pre-signed URL for direct video file upload. - -

        3. Upload your video file to the provided **URL** by making **PUT** request. The API accepts the media file from the device and uploads it to the FastPix platform. - -

        4. Once uploaded, the media undergoes processing and is assigned a unique ID for tracking. Retain this **uploadId** for any future operations related to this upload. - -

        After uploading, you can use the **Get Media by ID** endpoint to check the status of the uploaded media asset and see if it has transitioned to a "ready" status for playback. - -

        To notify your application about the status of this API request check for the webhooks for Upload related events. - -

        #### Use case scenario - -

        **Use case:** A social media platform allows users to upload video content directly from their phones or computers. This endpoint facilitates the upload process. For example, if you are developing a video-sharing app where users can upload short clips from their mobile devices, this endpoint enables them to select a video, upload it to the platform.

        -
        -
        Specified by:
        -
        directUploadVideoMedia in interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
        -
        Parameters:
        -
        request - The request object containing all of the parameters for the API call.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/ManageLiveStream.html b/build/docs/javadoc/io/fastpix/sdk/ManageLiveStream.html deleted file mode 100644 index 5dc6848..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/ManageLiveStream.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ManageLiveStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ManageLiveStream

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.ManageLiveStream
    • -
    -
  • -
- -
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getAllStreams

        -
        public GetAllStreamsRequestBuilder getAllStreams()
        -
        Get all live streams - -

        Retrieves a list of all live streams associated with the user’s account (workspace). It provides an overview of both current and past live streams, including details like streamId, title, status, and creation time.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        getAllStreamsDirect

        -
        public GetAllStreamsResponse getAllStreamsDirect()
        -                                          throws java.lang.Exception
        -
        Get all live streams - -

        Retrieves a list of all live streams associated with the user’s account (workspace). It provides an overview of both current and past live streams, including details like streamId, title, status, and creation time.

        -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        getAllStreams

        -
        public GetAllStreamsResponse getAllStreams​(java.util.Optional<java.lang.String> limit,
        -                                           java.util.Optional<java.lang.String> offset,
        -                                           java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -                                    throws java.lang.Exception
        -
        Get all live streams - -

        Retrieves a list of all live streams associated with the user’s account (workspace). It provides an overview of both current and past live streams, including details like streamId, title, status, and creation time.

        -
        -
        Specified by:
        -
        getAllStreams in interface SDKMethodInterfaces.MethodCallGetAllStreams
        -
        Parameters:
        -
        limit - Limit specifies the maximum number of items to display per page.
        -
        offset - Offset determines the starting point for data retrieval within a paginated list.
        -
        orderBy - The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        getLiveStreamById

        -
        public GetLiveStreamByIdRequestBuilder getLiveStreamById()
        -
        Get stream by ID - -

        This endpoint retrieves detailed information about a specific live stream by its unique streamId. It includes data such as the stream’s status (idle, preparing, active, disabled), metadata (title, description), and more. - -

        **Practical example:** Suppose a news agency is broadcasting a live event and wants to track the configurations set for the live stream while also checking the stream's status.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        getLiveStreamById

        -
        public GetLiveStreamByIdResponse getLiveStreamById​(java.lang.String streamId)
        -                                            throws java.lang.Exception
        -
        Get stream by ID - -

        This endpoint retrieves detailed information about a specific live stream by its unique streamId. It includes data such as the stream’s status (idle, preparing, active, disabled), metadata (title, description), and more. - -

        **Practical example:** Suppose a news agency is broadcasting a live event and wants to track the configurations set for the live stream while also checking the stream's status.

        -
        -
        Specified by:
        -
        getLiveStreamById in interface SDKMethodInterfaces.MethodCallGetLiveStreamById
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        deleteLiveStream

        -
        public DeleteLiveStreamRequestBuilder deleteLiveStream()
        -
        Delete a stream - -

        Permanently removes a specified live stream from the workspace. If the stream is still active, the encoder will be disconnected, and the ingestion will stop. This action cannot be undone, and any future playback attempts will fail. - -

        By providing the streamId, the API will terminate any active connections to the stream and remove it from the list of available live streams. You can further look for video.live_stream.deleted webhook to notify your system about the status. - -

        **Example:** For an online concert platform, a trial stream was mistakenly made public. The event manager deletes the stream before the concert begins to avoid confusion among viewers.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        deleteLiveStream

        -
        public DeleteLiveStreamResponse deleteLiveStream​(java.lang.String streamId)
        -                                          throws java.lang.Exception
        -
        Delete a stream - -

        Permanently removes a specified live stream from the workspace. If the stream is still active, the encoder will be disconnected, and the ingestion will stop. This action cannot be undone, and any future playback attempts will fail. - -

        By providing the streamId, the API will terminate any active connections to the stream and remove it from the list of available live streams. You can further look for video.live_stream.deleted webhook to notify your system about the status. - -

        **Example:** For an online concert platform, a trial stream was mistakenly made public. The event manager deletes the stream before the concert begins to avoid confusion among viewers.

        -
        -
        Specified by:
        -
        deleteLiveStream in interface SDKMethodInterfaces.MethodCallDeleteLiveStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        updateLiveStream

        -
        public UpdateLiveStreamRequestBuilder updateLiveStream()
        -
        Update a stream - -

        This endpoint allows users to modify the parameters of an existing live stream, such as its metadata (title, description) or the reconnect window. It’s useful for making changes to a stream that has already been created but not yet ended. Once the live stream is disabled, you cannot update a stream. - -

        The updated stream parameters and the streamId needs to be shared in the request, and FastPix will return the updated stream details. Once updated, video.live_stream.updated webhook event notifies your system. - -

        **Practical example:** A host realizes they need to extend the reconnect window for their live stream in case they lose connection temporarily during the event. Or suppose during a multi-day online conference, the event organizers need to update the stream title to reflect the next day's session while keeping the same stream ID for continuity.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        updateLiveStream

        -
        public UpdateLiveStreamResponse updateLiveStream​(java.lang.String streamId)
        -                                          throws java.lang.Exception
        -
        Update a stream - -

        This endpoint allows users to modify the parameters of an existing live stream, such as its metadata (title, description) or the reconnect window. It’s useful for making changes to a stream that has already been created but not yet ended. Once the live stream is disabled, you cannot update a stream. - -

        The updated stream parameters and the streamId needs to be shared in the request, and FastPix will return the updated stream details. Once updated, video.live_stream.updated webhook event notifies your system. - -

        **Practical example:** A host realizes they need to extend the reconnect window for their live stream in case they lose connection temporarily during the event. Or suppose during a multi-day online conference, the event organizers need to update the stream title to reflect the next day's session while keeping the same stream ID for continuity.

        -
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        updateLiveStream

        -
        public UpdateLiveStreamResponse updateLiveStream​(java.lang.String streamId,
        -                                                 java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
        -                                          throws java.lang.Exception
        -
        Update a stream - -

        This endpoint allows users to modify the parameters of an existing live stream, such as its metadata (title, description) or the reconnect window. It’s useful for making changes to a stream that has already been created but not yet ended. Once the live stream is disabled, you cannot update a stream. - -

        The updated stream parameters and the streamId needs to be shared in the request, and FastPix will return the updated stream details. Once updated, video.live_stream.updated webhook event notifies your system. - -

        **Practical example:** A host realizes they need to extend the reconnect window for their live stream in case they lose connection temporarily during the event. Or suppose during a multi-day online conference, the event organizers need to update the stream title to reflect the next day's session while keeping the same stream ID for continuity.

        -
        -
        Specified by:
        -
        updateLiveStream in interface SDKMethodInterfaces.MethodCallUpdateLiveStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        patchLiveStreamRequest -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/ManageVideos.html b/build/docs/javadoc/io/fastpix/sdk/ManageVideos.html deleted file mode 100644 index 89e52fb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/ManageVideos.html +++ /dev/null @@ -1,728 +0,0 @@ - - - - - -ManageVideos (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ManageVideos

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.ManageVideos
    • -
    -
  • -
- -
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        listMedia

        -
        public ListMediaRequestBuilder listMedia()
        -
        Get list of all media - -

        This endpoint returns a list of all media files created from a URL or uploaded as file objects within your organization. Each media entry contains metadata such as the media ID, creation date, status, and type. It allows you to retrieve a comprehensive overview of your media assets, making it easier to manage and review them. - -

        #### How it works - -

        When called, the API provides a paginated response containing the media items in the organization's library. This is helpful for retrieving a large volume of media and managing content in bulk. - -

        #### Use case scenario - -

        * **Use case:** A content manager at a video-on-demand platform wants to see all uploaded media to assess the quality and status of videos. - -

        * **Detailed example:** - You're managing a video platform and need to check all the uploaded media in your library to ensure no outdated or low-quality content is being served. Using this endpoint, you can retrieve a complete list of media, allowing you to filter, sort, or update items as needed.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        listMediaDirect

        -
        public ListMediaResponse listMediaDirect()
        -                                  throws java.lang.Exception
        -
        Get list of all media - -

        This endpoint returns a list of all media files created from a URL or uploaded as file objects within your organization. Each media entry contains metadata such as the media ID, creation date, status, and type. It allows you to retrieve a comprehensive overview of your media assets, making it easier to manage and review them. - -

        #### How it works - -

        When called, the API provides a paginated response containing the media items in the organization's library. This is helpful for retrieving a large volume of media and managing content in bulk. - -

        #### Use case scenario - -

        * **Use case:** A content manager at a video-on-demand platform wants to see all uploaded media to assess the quality and status of videos. - -

        * **Detailed example:** - You're managing a video platform and need to check all the uploaded media in your library to ensure no outdated or low-quality content is being served. Using this endpoint, you can retrieve a complete list of media, allowing you to filter, sort, or update items as needed.

        -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        listMedia

        -
        public ListMediaResponse listMedia​(java.util.Optional<java.lang.Long> limit,
        -                                   java.util.Optional<java.lang.Long> offset,
        -                                   java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -                            throws java.lang.Exception
        -
        Get list of all media - -

        This endpoint returns a list of all media files created from a URL or uploaded as file objects within your organization. Each media entry contains metadata such as the media ID, creation date, status, and type. It allows you to retrieve a comprehensive overview of your media assets, making it easier to manage and review them. - -

        #### How it works - -

        When called, the API provides a paginated response containing the media items in the organization's library. This is helpful for retrieving a large volume of media and managing content in bulk. - -

        #### Use case scenario - -

        * **Use case:** A content manager at a video-on-demand platform wants to see all uploaded media to assess the quality and status of videos. - -

        * **Detailed example:** - You're managing a video platform and need to check all the uploaded media in your library to ensure no outdated or low-quality content is being served. Using this endpoint, you can retrieve a complete list of media, allowing you to filter, sort, or update items as needed.

        -
        -
        Specified by:
        -
        listMedia in interface SDKMethodInterfaces.MethodCallListMedia
        -
        Parameters:
        -
        limit - Limit specifies the maximum number of items to display per page.
        -
        offset - Offset determines the starting point for data retrieval within a paginated list.
        -
        orderBy - The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        getMedia

        -
        public GetMediaRequestBuilder getMedia()
        -
        Get a media by ID - -

        By calling this endpoint, you can retrieve detailed information about a specific media item, including its current status and a playbackId. This is particularly useful for retrieving specific media details when managing large content libraries. - -

        #### How it works - -

        1. Make a GET request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the **uploadId** received during the upload process or the id obtained when creating media from a URL. - -

        2. Receive a response that includes details about the media, including: - -

        * **status:** Indicates whether the media is still “preparing” or has transitioned to "ready." - -

        * **playbackId:** The playbackId is a unique identifier that allows you to stream the media once it is ready. You can construct the stream URL dynamically using the playbackId in the following format: `https://stream.fastpix.io/<playbackId>.m3u8` - -

        **Please note:** Polling this API will let you know the status that whether the upload media has been moved to ready status, so that you can get started with streaming your media. - -

        #### Use case scenario - -

        **Use case:** Suppose your platform provides users with an interface where they can manage their uploaded content. A user requests detailed information about a specific video to see if it has been fully processed and is available for playback. Using the media ID, you can fetch the information from FastPix and display it in the user’s dashboard.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        getMedia

        -
        public GetMediaResponse getMedia​(java.lang.String mediaId)
        -                          throws java.lang.Exception
        -
        Get a media by ID - -

        By calling this endpoint, you can retrieve detailed information about a specific media item, including its current status and a playbackId. This is particularly useful for retrieving specific media details when managing large content libraries. - -

        #### How it works - -

        1. Make a GET request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the **uploadId** received during the upload process or the id obtained when creating media from a URL. - -

        2. Receive a response that includes details about the media, including: - -

        * **status:** Indicates whether the media is still “preparing” or has transitioned to "ready." - -

        * **playbackId:** The playbackId is a unique identifier that allows you to stream the media once it is ready. You can construct the stream URL dynamically using the playbackId in the following format: `https://stream.fastpix.io/<playbackId>.m3u8` - -

        **Please note:** Polling this API will let you know the status that whether the upload media has been moved to ready status, so that you can get started with streaming your media. - -

        #### Use case scenario - -

        **Use case:** Suppose your platform provides users with an interface where they can manage their uploaded content. A user requests detailed information about a specific video to see if it has been fully processed and is available for playback. Using the media ID, you can fetch the information from FastPix and display it in the user’s dashboard.

        -
        -
        Specified by:
        -
        getMedia in interface SDKMethodInterfaces.MethodCallGetMedia
        -
        Parameters:
        -
        mediaId - The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        updatedMedia

        -
        public UpdatedMediaRequestBuilder updatedMedia()
        -
        Update a media by ID - -

        This endpoint allows you to update specific parameters of an existing media file. You can modify the key-value pairs of the metadata that were provided in the payload during the creation of media from a URL or when uploading the media as a file object. - -

        #### How it works - -

        1. Make a PATCH request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the uploadId or the id of the media you want to update. - -

        2. Include the updated parameters in the request body. - -

        3. Receive a response containing the updated media data, confirming the changes made. - -

        Once you have made the update request, you can also look for the webhook event **video.media.updated** to notify your system about update status. - -

        **Use case:** Imagine a scenario where a user uploads a video and later realizes they need to change the title, add a new description or tags. You can use this endpoint to update the media metadata without having to re-upload the entire video.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        updatedMedia

        -
        public UpdatedMediaResponse updatedMedia​(java.lang.String mediaId)
        -                                  throws java.lang.Exception
        -
        Update a media by ID - -

        This endpoint allows you to update specific parameters of an existing media file. You can modify the key-value pairs of the metadata that were provided in the payload during the creation of media from a URL or when uploading the media as a file object. - -

        #### How it works - -

        1. Make a PATCH request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the uploadId or the id of the media you want to update. - -

        2. Include the updated parameters in the request body. - -

        3. Receive a response containing the updated media data, confirming the changes made. - -

        Once you have made the update request, you can also look for the webhook event **video.media.updated** to notify your system about update status. - -

        **Use case:** Imagine a scenario where a user uploads a video and later realizes they need to change the title, add a new description or tags. You can use this endpoint to update the media metadata without having to re-upload the entire video.

        -
        -
        Parameters:
        -
        mediaId - When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        updatedMedia

        -
        public UpdatedMediaResponse updatedMedia​(java.lang.String mediaId,
        -                                         java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
        -                                  throws java.lang.Exception
        -
        Update a media by ID - -

        This endpoint allows you to update specific parameters of an existing media file. You can modify the key-value pairs of the metadata that were provided in the payload during the creation of media from a URL or when uploading the media as a file object. - -

        #### How it works - -

        1. Make a PATCH request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the uploadId or the id of the media you want to update. - -

        2. Include the updated parameters in the request body. - -

        3. Receive a response containing the updated media data, confirming the changes made. - -

        Once you have made the update request, you can also look for the webhook event **video.media.updated** to notify your system about update status. - -

        **Use case:** Imagine a scenario where a user uploads a video and later realizes they need to change the title, add a new description or tags. You can use this endpoint to update the media metadata without having to re-upload the entire video.

        -
        -
        Specified by:
        -
        updatedMedia in interface SDKMethodInterfaces.MethodCallUpdatedMedia
        -
        Parameters:
        -
        mediaId - When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
        requestBody -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        deleteMedia

        -
        public DeleteMediaRequestBuilder deleteMedia()
        -
        Delete a media by ID - -

        This endpoint allows you to permanently delete a a specific video or audio media file along with all associated data. If you wish to remove a media file from FastPix storage, use this endpoint with the **mediaId** (either **uploadId** or **id**) received during the media's creation or upload. - -

        #### How it works - -

        1. Make a DELETE request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the uploadId or the id of the media you want to delete. - -

        2. Confirm the deletion: Since this action is irreversible, ensure that you no longer need the media before proceeding. Once deleted, the media cannot be retrieved or played back. - -

        3. Webhook event to look for: **video.media.deleted** - -

        **Use case:** A user on a video-sharing platform decides to remove an old video from their profile, or suppose you're running a content moderation system, and one of the videos uploaded by a user violates your platform’s policies. Using this endpoint, the media is permanently deleted from your library, ensuring it’s no longer accessible or viewable by other users.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        deleteMedia

        -
        public DeleteMediaResponse deleteMedia​(java.lang.String mediaId)
        -                                throws java.lang.Exception
        -
        Delete a media by ID - -

        This endpoint allows you to permanently delete a a specific video or audio media file along with all associated data. If you wish to remove a media file from FastPix storage, use this endpoint with the **mediaId** (either **uploadId** or **id**) received during the media's creation or upload. - -

        #### How it works - -

        1. Make a DELETE request to the ** /on-demand/`<mediaId>`** endpoint, replacing `<mediaId>` with the uploadId or the id of the media you want to delete. - -

        2. Confirm the deletion: Since this action is irreversible, ensure that you no longer need the media before proceeding. Once deleted, the media cannot be retrieved or played back. - -

        3. Webhook event to look for: **video.media.deleted** - -

        **Use case:** A user on a video-sharing platform decides to remove an old video from their profile, or suppose you're running a content moderation system, and one of the videos uploaded by a user violates your platform’s policies. Using this endpoint, the media is permanently deleted from your library, ensuring it’s no longer accessible or viewable by other users.

        -
        -
        Specified by:
        -
        deleteMedia in interface SDKMethodInterfaces.MethodCallDeleteMedia
        -
        Parameters:
        -
        mediaId - When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        retrieveMediaInputInfo

        -
        public RetrieveMediaInputInfoRequestBuilder retrieveMediaInputInfo()
        -
        Get info of media inputs - -

        Allows you to retrieve detailed information about the media inputs associated with a specific media item. You can use this endpoint to verify the media file’s input URL, track creation status, and container format. The mediaId (either uploadId or id) must be provided to fetch the information. - -

        #### How it works - -

        Upon making a GET request with the mediaId, FastPix returns a response that includes: - -

        * **Input-url:** The URL of the uploaded media file. - -

        * **tracks:** Information about the tracks associated with the media, including both video and audio tracks, indicating whether they have been successfully created. - -

        * **containerFormat:** The format of the uploaded media file container (e.g., MP4, MKV). - -

        This endpoint is particularly useful for ensuring that all necessary tracks (video and audio) have been correctly associated with the media during the upload or media creation process.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        retrieveMediaInputInfo

        -
        public RetrieveMediaInputInfoResponse retrieveMediaInputInfo​(java.lang.String mediaId)
        -                                                      throws java.lang.Exception
        -
        Get info of media inputs - -

        Allows you to retrieve detailed information about the media inputs associated with a specific media item. You can use this endpoint to verify the media file’s input URL, track creation status, and container format. The mediaId (either uploadId or id) must be provided to fetch the information. - -

        #### How it works - -

        Upon making a GET request with the mediaId, FastPix returns a response that includes: - -

        * **Input-url:** The URL of the uploaded media file. - -

        * **tracks:** Information about the tracks associated with the media, including both video and audio tracks, indicating whether they have been successfully created. - -

        * **containerFormat:** The format of the uploaded media file container (e.g., MP4, MKV). - -

        This endpoint is particularly useful for ensuring that all necessary tracks (video and audio) have been correctly associated with the media during the upload or media creation process.

        -
        -
        Specified by:
        -
        retrieveMediaInputInfo in interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
        -
        Parameters:
        -
        mediaId - Pass the list of the input objects used to create the media, along with applied settings.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/Playback.html b/build/docs/javadoc/io/fastpix/sdk/Playback.html deleted file mode 100644 index 9739faa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/Playback.html +++ /dev/null @@ -1,663 +0,0 @@ - - - - - -Playback (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Playback

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.Playback
    • -
    -
  • -
- -
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createPlaybackIdOfStream

        -
        public CreatePlaybackIdOfStreamRequestBuilder createPlaybackIdOfStream()
        -
        Create a playbackId - -

        Generates a new playback ID for the live stream, allowing viewers to access the stream through this ID. The playback ID can be shared with viewers for direct access to the live broadcast. - -

        By calling this endpoint with the streamId, FastPix returns a unique playbackId, which can be used to stream the live content. - -

        **Use case:** A media platform needs to distribute a unique playback ID to users for an exclusive live concert. The platform can also embed the stream on various partner websites.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        createPlaybackIdOfStream

        -
        public CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream​(java.lang.String streamId)
        -                                                          throws java.lang.Exception
        -
        Create a playbackId - -

        Generates a new playback ID for the live stream, allowing viewers to access the stream through this ID. The playback ID can be shared with viewers for direct access to the live broadcast. - -

        By calling this endpoint with the streamId, FastPix returns a unique playbackId, which can be used to stream the live content. - -

        **Use case:** A media platform needs to distribute a unique playback ID to users for an exclusive live concert. The platform can also embed the stream on various partner websites.

        -
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        createPlaybackIdOfStream

        -
        public CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream​(java.lang.String streamId,
        -                                                                 java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
        -                                                          throws java.lang.Exception
        -
        Create a playbackId - -

        Generates a new playback ID for the live stream, allowing viewers to access the stream through this ID. The playback ID can be shared with viewers for direct access to the live broadcast. - -

        By calling this endpoint with the streamId, FastPix returns a unique playbackId, which can be used to stream the live content. - -

        **Use case:** A media platform needs to distribute a unique playback ID to users for an exclusive live concert. The platform can also embed the stream on various partner websites.

        -
        -
        Specified by:
        -
        createPlaybackIdOfStream in interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        playbackIdRequest -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        deletePlaybackIdOfStream

        -
        public DeletePlaybackIdOfStreamRequestBuilder deletePlaybackIdOfStream()
        -
        Delete a playbackId - -

        Deletes a previously created playback ID for a live stream. This will prevent any new viewers from accessing the stream through the playback ID, though current viewers will be able to continue watching for a limited time before being disconnected. By providing the playbackId, FastPix deletes the ID and ensures new playback requests will fail. - -

        **Use case:** A streaming service wants to prevent new users from joining a live stream that is nearing its end. The host can delete the playback ID to ensure no one can join the stream or replay it once it ends.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        deletePlaybackIdOfStream

        -
        public DeletePlaybackIdOfStreamResponse deletePlaybackIdOfStream​(java.lang.String streamId,
        -                                                                 java.lang.String playbackId)
        -                                                          throws java.lang.Exception
        -
        Delete a playbackId - -

        Deletes a previously created playback ID for a live stream. This will prevent any new viewers from accessing the stream through the playback ID, though current viewers will be able to continue watching for a limited time before being disconnected. By providing the playbackId, FastPix deletes the ID and ensures new playback requests will fail. - -

        **Use case:** A streaming service wants to prevent new users from joining a live stream that is nearing its end. The host can delete the playback ID to ensure no one can join the stream or replay it once it ends.

        -
        -
        Specified by:
        -
        deletePlaybackIdOfStream in interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        playbackId - Unique identifier for the playbackId
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        getLiveStreamPlaybackId

        -
        public GetLiveStreamPlaybackIdRequestBuilder getLiveStreamPlaybackId()
        -
        Get stream's playbackId - -

        Retrieves details about a previously created playback ID. If you provide the distinct playback ID that was given back to you in the previous stream or playbackId create request, FastPix will provide the relevant playback details such as the access policy. - -

        **Use case:** A developer needs to confirm the playback ID details to ensure the right stream is being accessed by viewers.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        getLiveStreamPlaybackId

        -
        public GetLiveStreamPlaybackIdResponse getLiveStreamPlaybackId​(java.lang.String streamId,
        -                                                               java.lang.String playbackId)
        -                                                        throws java.lang.Exception
        -
        Get stream's playbackId - -

        Retrieves details about a previously created playback ID. If you provide the distinct playback ID that was given back to you in the previous stream or playbackId create request, FastPix will provide the relevant playback details such as the access policy. - -

        **Use case:** A developer needs to confirm the playback ID details to ensure the right stream is being accessed by viewers.

        -
        -
        Specified by:
        -
        getLiveStreamPlaybackId in interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        playbackId - Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        createMediaPlaybackId

        -
        public CreateMediaPlaybackIdRequestBuilder createMediaPlaybackId()
        -
        Create a playback ID - -

        You can create a new playback ID for a specific media asset. If you have already retrieved an existing playbackId using the "Get Media by ID" endpoint for a media asset, you can use this endpoint to generate a new playback ID with a specified access policy. - -

        If you want to create a private playback ID for a media asset that already has a public playback ID, this endpoint also allows you to do so by specifying the desired access policy. - -

        #### How it works - -

        1. **Make a POST request** to the ** /on-demand/`<mediaId>`/playback-ids** endpoint, replacing `<mediaId>` with the uploadId or id of the media asset. - -

        2. Include the **access policy** in the request body to indicate whether the new playback ID should be private or public. - -

        3. Receive a response containing the newly created playback ID with the requested access level. - -

        **Use case:** A video streaming service generates playback IDs for each media file when users request to view specific content. The playback ID is then used by the video player to stream the video.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        createMediaPlaybackId

        -
        public CreateMediaPlaybackIdResponse createMediaPlaybackId​(java.lang.String mediaId)
        -                                                    throws java.lang.Exception
        -
        Create a playback ID - -

        You can create a new playback ID for a specific media asset. If you have already retrieved an existing playbackId using the "Get Media by ID" endpoint for a media asset, you can use this endpoint to generate a new playback ID with a specified access policy. - -

        If you want to create a private playback ID for a media asset that already has a public playback ID, this endpoint also allows you to do so by specifying the desired access policy. - -

        #### How it works - -

        1. **Make a POST request** to the ** /on-demand/`<mediaId>`/playback-ids** endpoint, replacing `<mediaId>` with the uploadId or id of the media asset. - -

        2. Include the **access policy** in the request body to indicate whether the new playback ID should be private or public. - -

        3. Receive a response containing the newly created playback ID with the requested access level. - -

        **Use case:** A video streaming service generates playback IDs for each media file when users request to view specific content. The playback ID is then used by the video player to stream the video.

        -
        -
        Parameters:
        -
        mediaId - When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        createMediaPlaybackId

        -
        public CreateMediaPlaybackIdResponse createMediaPlaybackId​(java.lang.String mediaId,
        -                                                           java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
        -                                                    throws java.lang.Exception
        -
        Create a playback ID - -

        You can create a new playback ID for a specific media asset. If you have already retrieved an existing playbackId using the "Get Media by ID" endpoint for a media asset, you can use this endpoint to generate a new playback ID with a specified access policy. - -

        If you want to create a private playback ID for a media asset that already has a public playback ID, this endpoint also allows you to do so by specifying the desired access policy. - -

        #### How it works - -

        1. **Make a POST request** to the ** /on-demand/`<mediaId>`/playback-ids** endpoint, replacing `<mediaId>` with the uploadId or id of the media asset. - -

        2. Include the **access policy** in the request body to indicate whether the new playback ID should be private or public. - -

        3. Receive a response containing the newly created playback ID with the requested access level. - -

        **Use case:** A video streaming service generates playback IDs for each media file when users request to view specific content. The playback ID is then used by the video player to stream the video.

        -
        -
        Specified by:
        -
        createMediaPlaybackId in interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId
        -
        Parameters:
        -
        mediaId - When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
        requestBody - Request body for creating playback id for an media
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        deleteMediaPlaybackId

        -
        public DeleteMediaPlaybackIdRequestBuilder deleteMediaPlaybackId()
        -
        Delete a playback ID - -

        This endpoint allows you to remove a specific playback ID associated with a media asset. Deleting a playbackId will revoke access to the media content linked to that ID. - -

        #### How it works - -

        1. Make a DELETE request to the ** /on-demand/`<mediaId>`/playback-ids** endpoint, replacing `<mediaId>` with the uploadId or id of the media asset from which you want to delete the playback ID. - -

        2. Specify the playback ID you wish to delete in the request body. - -

        **Use case:** Your platform offers limited-time access to premium content. When the subscription expires, you can revoke access to the content by deleting the associated playback ID, preventing users from streaming the video further.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        deleteMediaPlaybackId

        -
        public DeleteMediaPlaybackIdResponse deleteMediaPlaybackId​(java.lang.String mediaId,
        -                                                           java.lang.String playbackId)
        -                                                    throws java.lang.Exception
        -
        Delete a playback ID - -

        This endpoint allows you to remove a specific playback ID associated with a media asset. Deleting a playbackId will revoke access to the media content linked to that ID. - -

        #### How it works - -

        1. Make a DELETE request to the ** /on-demand/`<mediaId>`/playback-ids** endpoint, replacing `<mediaId>` with the uploadId or id of the media asset from which you want to delete the playback ID. - -

        2. Specify the playback ID you wish to delete in the request body. - -

        **Use case:** Your platform offers limited-time access to premium content. When the subscription expires, you can revoke access to the content by deleting the associated playback ID, preventing users from streaming the video further.

        -
        -
        Specified by:
        -
        deleteMediaPlaybackId in interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
        -
        Parameters:
        -
        mediaId - Return the universal unique identifier for media which can contain a maximum of 255 characters.
        -
        playbackId - Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/SecuritySource.DefaultSecuritySource.html b/build/docs/javadoc/io/fastpix/sdk/SecuritySource.DefaultSecuritySource.html deleted file mode 100644 index 64c1501..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/SecuritySource.DefaultSecuritySource.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -SecuritySource.DefaultSecuritySource (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SecuritySource.DefaultSecuritySource

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.SecuritySource.DefaultSecuritySource
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    SecuritySource
    -
    -
    -
    Enclosing interface:
    -
    SecuritySource
    -
    -
    -
    public static class SecuritySource.DefaultSecuritySource
    -extends java.lang.Object
    -implements SecuritySource
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/SecuritySource.html b/build/docs/javadoc/io/fastpix/sdk/SecuritySource.html deleted file mode 100644 index 2646081..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/SecuritySource.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -SecuritySource (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SecuritySource

-
-
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/SimulcastStream.html b/build/docs/javadoc/io/fastpix/sdk/SimulcastStream.html deleted file mode 100644 index 80ecbf7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/SimulcastStream.html +++ /dev/null @@ -1,579 +0,0 @@ - - - - - -SimulcastStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastStream

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.SimulcastStream
    • -
    -
  • -
- -
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createSimulcastOfStream

        -
        public CreateSimulcastOfStreamRequestBuilder createSimulcastOfStream()
        -
        Create a simulcast - -

        Lets you to create a simulcast for a parent live stream. A simulcast enables you to broadcast the live stream to multiple platforms simultaneously (e.g., YouTube, Facebook, or Twitch). This feature is useful for expanding your audience reach across different platforms. However, a simulcast can only be created when the parent live stream is in an idle state (i.e., not currently live or disabled). Additionally, only one simulcast target can be created per API call. - -

        <h4>How it works</h4> - -

        Upon calling this endpoint, you need to provide the parent streamId and the details of the simulcast target (platform and credentials). The system will generate a unique simulcastId, which can be used to manage the simulcast later. - -

        To notify your application about the status of simulcast related events check for the webhooks for simulcast target events. - -

        **Practical example:** An event manager sets up a live stream for a virtual conference and wants to simulcast the stream on YouTube and Facebook Live. They first create the primary live stream in FastPix, ensuring it's in the idle state. Then, they use the API to create a simulcast target for YouTube.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        createSimulcastOfStream

        -
        public CreateSimulcastOfStreamResponse createSimulcastOfStream​(java.lang.String streamId)
        -                                                        throws java.lang.Exception
        -
        Create a simulcast - -

        Lets you to create a simulcast for a parent live stream. A simulcast enables you to broadcast the live stream to multiple platforms simultaneously (e.g., YouTube, Facebook, or Twitch). This feature is useful for expanding your audience reach across different platforms. However, a simulcast can only be created when the parent live stream is in an idle state (i.e., not currently live or disabled). Additionally, only one simulcast target can be created per API call. - -

        <h4>How it works</h4> - -

        Upon calling this endpoint, you need to provide the parent streamId and the details of the simulcast target (platform and credentials). The system will generate a unique simulcastId, which can be used to manage the simulcast later. - -

        To notify your application about the status of simulcast related events check for the webhooks for simulcast target events. - -

        **Practical example:** An event manager sets up a live stream for a virtual conference and wants to simulcast the stream on YouTube and Facebook Live. They first create the primary live stream in FastPix, ensuring it's in the idle state. Then, they use the API to create a simulcast target for YouTube.

        -
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        createSimulcastOfStream

        -
        public CreateSimulcastOfStreamResponse createSimulcastOfStream​(java.lang.String streamId,
        -                                                               java.util.Optional<? extends SimulcastRequest> simulcastRequest)
        -                                                        throws java.lang.Exception
        -
        Create a simulcast - -

        Lets you to create a simulcast for a parent live stream. A simulcast enables you to broadcast the live stream to multiple platforms simultaneously (e.g., YouTube, Facebook, or Twitch). This feature is useful for expanding your audience reach across different platforms. However, a simulcast can only be created when the parent live stream is in an idle state (i.e., not currently live or disabled). Additionally, only one simulcast target can be created per API call. - -

        <h4>How it works</h4> - -

        Upon calling this endpoint, you need to provide the parent streamId and the details of the simulcast target (platform and credentials). The system will generate a unique simulcastId, which can be used to manage the simulcast later. - -

        To notify your application about the status of simulcast related events check for the webhooks for simulcast target events. - -

        **Practical example:** An event manager sets up a live stream for a virtual conference and wants to simulcast the stream on YouTube and Facebook Live. They first create the primary live stream in FastPix, ensuring it's in the idle state. Then, they use the API to create a simulcast target for YouTube.

        -
        -
        Specified by:
        -
        createSimulcastOfStream in interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        simulcastRequest -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        deleteSimulcastOfStream

        -
        public DeleteSimulcastOfStreamRequestBuilder deleteSimulcastOfStream()
        -
        Delete a simulcast - -

        Allows you to delete a simulcast using its unique simulcastId, which was returned during the simulcast creation process. Deleting a simulcast stops the broadcast to the associated platform, but the parent stream will continue to run if it is live. This action is irreversible, and a new simulcast would need to be created if you want to resume streaming to the same platform. - -

        **Use case:** A broadcaster needs to stop simulcasting to one platform due to technical difficulties while keeping the stream active on others. For example, a tech company is simulcasting a product launch on multiple platforms. Midway through the event, they decide to stop the simulcast on Facebook due to performance issues, but keep it running on YouTube. They call this API to delete the Facebook simulcast target.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        deleteSimulcastOfStream

        -
        public DeleteSimulcastOfStreamResponse deleteSimulcastOfStream​(java.lang.String streamId,
        -                                                               java.lang.String simulcastId)
        -                                                        throws java.lang.Exception
        -
        Delete a simulcast - -

        Allows you to delete a simulcast using its unique simulcastId, which was returned during the simulcast creation process. Deleting a simulcast stops the broadcast to the associated platform, but the parent stream will continue to run if it is live. This action is irreversible, and a new simulcast would need to be created if you want to resume streaming to the same platform. - -

        **Use case:** A broadcaster needs to stop simulcasting to one platform due to technical difficulties while keeping the stream active on others. For example, a tech company is simulcasting a product launch on multiple platforms. Midway through the event, they decide to stop the simulcast on Facebook due to performance issues, but keep it running on YouTube. They call this API to delete the Facebook simulcast target.

        -
        -
        Specified by:
        -
        deleteSimulcastOfStream in interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        simulcastId - When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        getSpecificSimulcastOfStream

        -
        public GetSpecificSimulcastOfStreamRequestBuilder getSpecificSimulcastOfStream()
        -
        Get a specific simulcast of a stream - -

        Retrieves the details of a specific simulcast associated with a parent live stream. By providing both the streamId of the parent stream and the simulcastId, FastPix returns detailed information about the simulcast, such as the stream URL, the status of the simulcast (active or idle), and metadata. - -

        **Use case:** This endpoint can be used to verify the status of the simulcast on external platforms before the live stream begins. For instance, before starting a live gaming event, the organizer wants to ensure that the simulcast to Twitch is set up correctly. They retrieve the simulcast information to confirm that everything is properly configured.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        getSpecificSimulcastOfStream

        -
        public GetSpecificSimulcastOfStreamResponse getSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                         java.lang.String simulcastId)
        -                                                                  throws java.lang.Exception
        -
        Get a specific simulcast of a stream - -

        Retrieves the details of a specific simulcast associated with a parent live stream. By providing both the streamId of the parent stream and the simulcastId, FastPix returns detailed information about the simulcast, such as the stream URL, the status of the simulcast (active or idle), and metadata. - -

        **Use case:** This endpoint can be used to verify the status of the simulcast on external platforms before the live stream begins. For instance, before starting a live gaming event, the organizer wants to ensure that the simulcast to Twitch is set up correctly. They retrieve the simulcast information to confirm that everything is properly configured.

        -
        -
        Specified by:
        -
        getSpecificSimulcastOfStream in interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        simulcastId - When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        updateSpecificSimulcastOfStream

        -
        public UpdateSpecificSimulcastOfStreamRequestBuilder updateSpecificSimulcastOfStream()
        -
        Update a specific simulcast of a stream - -

        Allows you to enable or disable a specific simulcast associated with a parent live stream. The status of the simulcast can be updated at any point, whether the live stream is active or idle. However, once the live stream is disabled, the simulcast can no longer be modified. - -

        **Use case:** When a PATCH request is made to this endpoint, the API updates the status of the simulcast. This can be useful for pausing or resuming a simulcast on a particular platform without stopping the parent live stream.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        updateSpecificSimulcastOfStream

        -
        public UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                               java.lang.String simulcastId)
        -                                                                        throws java.lang.Exception
        -
        Update a specific simulcast of a stream - -

        Allows you to enable or disable a specific simulcast associated with a parent live stream. The status of the simulcast can be updated at any point, whether the live stream is active or idle. However, once the live stream is disabled, the simulcast can no longer be modified. - -

        **Use case:** When a PATCH request is made to this endpoint, the API updates the status of the simulcast. This can be useful for pausing or resuming a simulcast on a particular platform without stopping the parent live stream.

        -
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        simulcastId - When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        updateSpecificSimulcastOfStream

        -
        public UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                               java.lang.String simulcastId,
        -                                                                               java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
        -                                                                        throws java.lang.Exception
        -
        Update a specific simulcast of a stream - -

        Allows you to enable or disable a specific simulcast associated with a parent live stream. The status of the simulcast can be updated at any point, whether the live stream is active or idle. However, once the live stream is disabled, the simulcast can no longer be modified. - -

        **Use case:** When a PATCH request is made to this endpoint, the API updates the status of the simulcast. This can be useful for pausing or resuming a simulcast on a particular platform without stopping the parent live stream.

        -
        -
        Specified by:
        -
        updateSpecificSimulcastOfStream in interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
        -
        Parameters:
        -
        streamId - Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
        simulcastId - When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
        simulcastUpdateRequest -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/StartLiveStream.html b/build/docs/javadoc/io/fastpix/sdk/StartLiveStream.html deleted file mode 100644 index b23c4ae..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/StartLiveStream.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - -StartLiveStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class StartLiveStream

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.StartLiveStream
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createNewStream

        -
        public CreateNewStreamRequestBuilder createNewStream()
        -
        Create a new stream - -

        Allows you to initiate a new RTMP or SRT live stream on FastPix. Upon creating a stream, FastPix generates a unique stream key and SRT secret, which can be used with any broadcasting software (like OBS) to connect to FastPix's RTMP or SRT servers. Users can configure the stream settings, including metadata (such as stream name and description), reconnect window (in case of disconnection), privacy options (public or private), and advanced features like enabling DVR mode. - Leverage SRT for live streaming in environments with unstable networks, taking advantage of its error correction and encryption features for a resilient and secure broadcast. - -

        <h4>How it works</h4> - -

        When a user sends a POST request to this endpoint, FastPix returns the stream details for both RTMP and SRT configurations. These keys and IDs from the stream details are essential for connecting the broadcasting software to FastPix’s servers and transmitting the live stream to viewers. - FastPix uses <a href=https://docs.fastpix.io/docs/webhooks-for-status#/>webhooks</a> to tell your application about things that happen in the background, outside of the API regular request flow. For instance, once the live stream is created, we’ll shoot a POST message to the address you give us with the webhook event <a href=https://docs.fastpix.io/docs/video-live_stream-created#/>video.live_stream.created</a>. Here’re <a href=https://docs.fastpix.io/docs/webhooks-for-status#/live-stream-related-events>other live stream event related</a> webhooks you would want to look for. - -

        **Use case:** A gaming content creator initiates a live stream through the API, specifying a 1080p resolution and public access. They receive the stream key, RTMP and SRT details in the response. Using the SRT connection, they broadcast a high-action gaming session with reduced latency, offering viewers a seamless experience. - -

        **Detailed example:** - Imagine a gaming platform that allows users to live stream gameplay directly from their dashboard. The API creates a new stream, provides the necessary stream key, and sets it to "private" so that only specific viewers can access it.

        -
        -
        Returns:
        -
        The call builder
        -
        -
      • -
      - - - -
        -
      • -

        createNewStreamDirect

        -
        public CreateNewStreamResponse createNewStreamDirect()
        -                                              throws java.lang.Exception
        -
        Create a new stream - -

        Allows you to initiate a new RTMP or SRT live stream on FastPix. Upon creating a stream, FastPix generates a unique stream key and SRT secret, which can be used with any broadcasting software (like OBS) to connect to FastPix's RTMP or SRT servers. Users can configure the stream settings, including metadata (such as stream name and description), reconnect window (in case of disconnection), privacy options (public or private), and advanced features like enabling DVR mode. - Leverage SRT for live streaming in environments with unstable networks, taking advantage of its error correction and encryption features for a resilient and secure broadcast. - -

        <h4>How it works</h4> - -

        When a user sends a POST request to this endpoint, FastPix returns the stream details for both RTMP and SRT configurations. These keys and IDs from the stream details are essential for connecting the broadcasting software to FastPix’s servers and transmitting the live stream to viewers. - FastPix uses <a href=https://docs.fastpix.io/docs/webhooks-for-status#/>webhooks</a> to tell your application about things that happen in the background, outside of the API regular request flow. For instance, once the live stream is created, we’ll shoot a POST message to the address you give us with the webhook event <a href=https://docs.fastpix.io/docs/video-live_stream-created#/>video.live_stream.created</a>. Here’re <a href=https://docs.fastpix.io/docs/webhooks-for-status#/live-stream-related-events>other live stream event related</a> webhooks you would want to look for. - -

        **Use case:** A gaming content creator initiates a live stream through the API, specifying a 1080p resolution and public access. They receive the stream key, RTMP and SRT details in the response. Using the SRT connection, they broadcast a high-action gaming session with reduced latency, offering viewers a seamless experience. - -

        **Detailed example:** - Imagine a gaming platform that allows users to live stream gameplay directly from their dashboard. The API creates a new stream, provides the necessary stream key, and sets it to "private" so that only specific viewers can access it.

        -
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      - - - -
        -
      • -

        createNewStream

        -
        public CreateNewStreamResponse createNewStream​(java.util.Optional<? extends CreateLiveStreamRequest> request)
        -                                        throws java.lang.Exception
        -
        Create a new stream - -

        Allows you to initiate a new RTMP or SRT live stream on FastPix. Upon creating a stream, FastPix generates a unique stream key and SRT secret, which can be used with any broadcasting software (like OBS) to connect to FastPix's RTMP or SRT servers. Users can configure the stream settings, including metadata (such as stream name and description), reconnect window (in case of disconnection), privacy options (public or private), and advanced features like enabling DVR mode. - Leverage SRT for live streaming in environments with unstable networks, taking advantage of its error correction and encryption features for a resilient and secure broadcast. - -

        <h4>How it works</h4> - -

        When a user sends a POST request to this endpoint, FastPix returns the stream details for both RTMP and SRT configurations. These keys and IDs from the stream details are essential for connecting the broadcasting software to FastPix’s servers and transmitting the live stream to viewers. - FastPix uses <a href=https://docs.fastpix.io/docs/webhooks-for-status#/>webhooks</a> to tell your application about things that happen in the background, outside of the API regular request flow. For instance, once the live stream is created, we’ll shoot a POST message to the address you give us with the webhook event <a href=https://docs.fastpix.io/docs/video-live_stream-created#/>video.live_stream.created</a>. Here’re <a href=https://docs.fastpix.io/docs/webhooks-for-status#/live-stream-related-events>other live stream event related</a> webhooks you would want to look for. - -

        **Use case:** A gaming content creator initiates a live stream through the API, specifying a 1080p resolution and public access. They receive the stream key, RTMP and SRT details in the response. Using the SRT connection, they broadcast a high-action gaming session with reduced latency, offering viewers a seamless experience. - -

        **Detailed example:** - Imagine a gaming platform that allows users to live stream gameplay directly from their dashboard. The API creates a new stream, provides the necessary stream key, and sets it to "private" so that only specific viewers can access it.

        -
        -
        Specified by:
        -
        createNewStream in interface SDKMethodInterfaces.MethodCallCreateNewStream
        -
        Parameters:
        -
        request - The request object containing all of the parameters for the API call.
        -
        Returns:
        -
        The response from the API call
        -
        Throws:
        -
        java.lang.Exception - if the API call fails
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.Builder.html deleted file mode 100644 index d0c4edf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -AudioInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class AudioInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.AudioInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    AudioInput
    -
    -
    -
    public static final class AudioInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        swapTrackUrl

        -
        public AudioInput.Builder swapTrackUrl​(java.lang.String swapTrackUrl)
        -
        URL of the audio track to replace the existing audio in the video.
        -
      • -
      - - - -
        -
      • -

        swapTrackUrl

        -
        public AudioInput.Builder swapTrackUrl​(java.util.Optional<java.lang.String> swapTrackUrl)
        -
        URL of the audio track to replace the existing audio in the video.
        -
      • -
      - - - -
        -
      • -

        imposeTracks

        -
        public AudioInput.Builder imposeTracks​(java.util.List<ImposeTrack> imposeTracks)
        -
        List of additional audio tracks to overlay on the video.
        -
      • -
      - - - -
        -
      • -

        imposeTracks

        -
        public AudioInput.Builder imposeTracks​(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
        -
        List of additional audio tracks to overlay on the video.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.html deleted file mode 100644 index 48f7c34..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInput.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - -AudioInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class AudioInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.AudioInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class AudioInput
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class AudioInput.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AudioInput() 
      AudioInput​(java.util.Optional<? extends AudioInputType> type, - java.util.Optional<java.lang.String> swapTrackUrl, - java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AudioInput

        -
        public AudioInput​(java.util.Optional<? extends AudioInputType> type,
        -                  java.util.Optional<java.lang.String> swapTrackUrl,
        -                  java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
        -
      • -
      - - - -
        -
      • -

        AudioInput

        -
        public AudioInput()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.util.Optional<AudioInputType> type()
        -
        Type of overlay (currently only supports 'audio').
        -
      • -
      - - - -
        -
      • -

        swapTrackUrl

        -
        public java.util.Optional<java.lang.String> swapTrackUrl()
        -
        URL of the audio track to replace the existing audio in the video.
        -
      • -
      - - - -
        -
      • -

        imposeTracks

        -
        public java.util.Optional<java.util.List<ImposeTrack>> imposeTracks()
        -
        List of additional audio tracks to overlay on the video.
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public AudioInput withType​(AudioInputType type)
        -
        Type of overlay (currently only supports 'audio').
        -
      • -
      - - - -
        -
      • -

        withType

        -
        public AudioInput withType​(java.util.Optional<? extends AudioInputType> type)
        -
        Type of overlay (currently only supports 'audio').
        -
      • -
      - - - -
        -
      • -

        withSwapTrackUrl

        -
        public AudioInput withSwapTrackUrl​(java.lang.String swapTrackUrl)
        -
        URL of the audio track to replace the existing audio in the video.
        -
      • -
      - - - -
        -
      • -

        withSwapTrackUrl

        -
        public AudioInput withSwapTrackUrl​(java.util.Optional<java.lang.String> swapTrackUrl)
        -
        URL of the audio track to replace the existing audio in the video.
        -
      • -
      - - - -
        -
      • -

        withImposeTracks

        -
        public AudioInput withImposeTracks​(java.util.List<ImposeTrack> imposeTracks)
        -
        List of additional audio tracks to overlay on the video.
        -
      • -
      - - - -
        -
      • -

        withImposeTracks

        -
        public AudioInput withImposeTracks​(java.util.Optional<? extends java.util.List<ImposeTrack>> imposeTracks)
        -
        List of additional audio tracks to overlay on the video.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInputType.html b/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInputType.html deleted file mode 100644 index 0431b75..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/AudioInputType.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - -AudioInputType (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum AudioInputType

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<AudioInputType>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.AudioInputType
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<AudioInputType>
    -
    -
    -
    public enum AudioInputType
    -extends java.lang.Enum<AudioInputType>
    -
    AudioInputType - -

    Type of overlay (currently only supports 'audio').

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      AUDIO 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<AudioInputType>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static AudioInputTypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static AudioInputType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static AudioInputType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (AudioInputType c : AudioInputType.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static AudioInputType valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<AudioInputType> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.Builder.html deleted file mode 100644 index b72c2ae..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -CreateLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateLiveStreamRequest
    -
    -
    -
    public static final class CreateLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.html deleted file mode 100644 index 4952134..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -CreateLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playbackSettings

        -
        public PlaybackSettings playbackSettings()
        -
        Displays the result of the playback settings.
        -
      • -
      - - - -
        -
      • -

        inputMediaSettings

        -
        public InputMediaSettings inputMediaSettings()
        -
        Displays the result of the input Media settings.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.html deleted file mode 100644 index f2ad9e4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMaxResolution.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -CreateLiveStreamRequestMaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateLiveStreamRequestMaxResolution

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateLiveStreamRequestMaxResolution>
    -
    -
    -
    public enum CreateLiveStreamRequestMaxResolution
    -extends java.lang.Enum<CreateLiveStreamRequestMaxResolution>
    -
    CreateLiveStreamRequestMaxResolution - -

    Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateLiveStreamRequestMaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateLiveStreamRequestMaxResolution c : CreateLiveStreamRequestMaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateLiveStreamRequestMaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.Builder.html deleted file mode 100644 index e4bc285..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -CreateLiveStreamRequestMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateLiveStreamRequestMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateLiveStreamRequestMetadata
    -
    -
    -
    public static final class CreateLiveStreamRequestMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.html deleted file mode 100644 index 0645268..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateLiveStreamRequestMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -CreateLiveStreamRequestMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateLiveStreamRequestMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateLiveStreamRequestMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateLiveStreamRequestMetadata
    -extends java.lang.Object
    -
    CreateLiveStreamRequestMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateLiveStreamRequestMetadata

        -
        public CreateLiveStreamRequestMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.Builder.html deleted file mode 100644 index 59dda84..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.Builder.html +++ /dev/null @@ -1,655 +0,0 @@ - - - - - -CreateMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaRequest
    -
    -
    -
    public static final class CreateMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.html deleted file mode 100644 index 806cb39..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequest.html +++ /dev/null @@ -1,1016 +0,0 @@ - - - - - -CreateMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        inputs

        -
        public java.util.List<Input> inputs()
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<CreateMediaRequestMetadata> metadata()
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        subtitle

        -
        public java.util.Optional<Subtitle> subtitle()
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public CreateMediaRequestAccessPolicy accessPolicy()
        -
        Determines whether access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public java.util.Optional<CreateMediaRequestMp4Support> mp4Support()
        -
        “capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public java.util.Optional<java.lang.Boolean> sourceAccess()
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        optimizeAudio

        -
        public java.util.Optional<java.lang.Boolean> optimizeAudio()
        -
        normalize volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<CreateMediaRequestMaxResolution> maxResolution()
        -
        The maximum resolution tier determines the highest quality your media will be available in.
        -
      • -
      - - - -
        -
      • -

        summary

        -
        public java.util.Optional<Summary> summary()
        -
      • -
      - - - -
        -
      • -

        chapters

        -
        public java.util.Optional<java.lang.Boolean> chapters()
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        namedEntities

        -
        public java.util.Optional<java.lang.Boolean> namedEntities()
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        moderation

        -
        public java.util.Optional<Moderation> moderation()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withMetadata

        -
        public CreateMediaRequest withMetadata​(CreateMediaRequestMetadata metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public CreateMediaRequest withMetadata​(java.util.Optional<? extends CreateMediaRequestMetadata> metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withSubtitle

        -
        public CreateMediaRequest withSubtitle​(Subtitle subtitle)
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        withSubtitle

        -
        public CreateMediaRequest withSubtitle​(java.util.Optional<? extends Subtitle> subtitle)
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - - - - - -
        -
      • -

        withMp4Support

        -
        public CreateMediaRequest withMp4Support​(CreateMediaRequestMp4Support mp4Support)
        -
        “capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public CreateMediaRequest withMp4Support​(java.util.Optional<? extends CreateMediaRequestMp4Support> mp4Support)
        -
        “capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public CreateMediaRequest withSourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public CreateMediaRequest withSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withOptimizeAudio

        -
        public CreateMediaRequest withOptimizeAudio​(boolean optimizeAudio)
        -
        normalize volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        withOptimizeAudio

        -
        public CreateMediaRequest withOptimizeAudio​(java.util.Optional<java.lang.Boolean> optimizeAudio)
        -
        normalize volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - - - - - -
        -
      • -

        withMaxResolution

        -
        public CreateMediaRequest withMaxResolution​(java.util.Optional<? extends CreateMediaRequestMaxResolution> maxResolution)
        -
        The maximum resolution tier determines the highest quality your media will be available in.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withChapters

        -
        public CreateMediaRequest withChapters​(boolean chapters)
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withChapters

        -
        public CreateMediaRequest withChapters​(java.util.Optional<java.lang.Boolean> chapters)
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withNamedEntities

        -
        public CreateMediaRequest withNamedEntities​(boolean namedEntities)
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withNamedEntities

        -
        public CreateMediaRequest withNamedEntities​(java.util.Optional<java.lang.Boolean> namedEntities)
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.html deleted file mode 100644 index 1d3fc19..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessPolicy.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -CreateMediaRequestAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestAccessPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestAccessPolicy>
    -
    -
    -
    public enum CreateMediaRequestAccessPolicy
    -extends java.lang.Enum<CreateMediaRequestAccessPolicy>
    -
    CreateMediaRequestAccessPolicy - -

    Determines whether access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      DRM 
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestAccessPolicy c : CreateMediaRequestAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.Builder.html deleted file mode 100644 index 34baf8b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.Builder.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -CreateMediaRequestAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.html deleted file mode 100644 index 38afc75..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestAccessRestrictions.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -CreateMediaRequestAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequestAccessRestrictions
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.Builder.html deleted file mode 100644 index 9572f06..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -CreateMediaRequestDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaRequestDomains
    -
    -
    -
    public static final class CreateMediaRequestDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaRequestDomains.Builder defaultPolicy​(CreateMediaRequestDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaRequestDomains.Builder defaultPolicy​(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaRequestDomains.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaRequestDomains.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaRequestDomains.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaRequestDomains.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.html deleted file mode 100644 index 9846e48..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomains.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -CreateMediaRequestDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequestDomains
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaRequestDomains

        -
        public CreateMediaRequestDomains​(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy,
        -                                 java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                 java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        CreateMediaRequestDomains

        -
        public CreateMediaRequestDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<CreateMediaRequestDomainsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaRequestDomains withDefaultPolicy​(CreateMediaRequestDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaRequestDomains withDefaultPolicy​(java.util.Optional<? extends CreateMediaRequestDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaRequestDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaRequestDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaRequestDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaRequestDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.html deleted file mode 100644 index 523ed2b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestDomainsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CreateMediaRequestDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestDomainsDefaultPolicy>
    -
    -
    -
    public enum CreateMediaRequestDomainsDefaultPolicy
    -extends java.lang.Enum<CreateMediaRequestDomainsDefaultPolicy>
    -
    CreateMediaRequestDomainsDefaultPolicy - -

    Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` lists.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestDomainsDefaultPolicy c : CreateMediaRequestDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.html deleted file mode 100644 index 8bdc7b0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestLanguageCode.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -CreateMediaRequestLanguageCode (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestLanguageCode

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestLanguageCode>
    -
    -
    -
    public enum CreateMediaRequestLanguageCode
    -extends java.lang.Enum<CreateMediaRequestLanguageCode>
    -
    CreateMediaRequestLanguageCode - -

    Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      EN 
      ES 
      FR 
      IT 
      NL 
      PL 
      RU 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestLanguageCode[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestLanguageCode c : CreateMediaRequestLanguageCode.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestLanguageCode valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.html deleted file mode 100644 index 65c96a7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMaxResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -CreateMediaRequestMaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestMaxResolution

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestMaxResolution>
    -
    -
    -
    public enum CreateMediaRequestMaxResolution
    -extends java.lang.Enum<CreateMediaRequestMaxResolution>
    -
    CreateMediaRequestMaxResolution - -

    The maximum resolution tier determines the highest quality your media will be available in.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestMaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestMaxResolution c : CreateMediaRequestMaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestMaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.Builder.html deleted file mode 100644 index ddc4169..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -CreateMediaRequestMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaRequestMetadata
    -
    -
    -
    public static final class CreateMediaRequestMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.html deleted file mode 100644 index 535266a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -CreateMediaRequestMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequestMetadata
    -extends java.lang.Object
    -
    CreateMediaRequestMetadata - -

    You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaRequestMetadata

        -
        public CreateMediaRequestMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.html deleted file mode 100644 index 838df2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestMp4Support.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -CreateMediaRequestMp4Support (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestMp4Support

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestMp4Support>
    -
    -
    -
    public enum CreateMediaRequestMp4Support
    -extends java.lang.Enum<CreateMediaRequestMp4Support>
    -
    CreateMediaRequestMp4Support - -

    “capped_4k": Generates an mp4 video file up to 4k resolution "audioOnly": Generates an m4a audio file of the media file "audioOnly,capped_4k": Generates both video and audio media files for offline viewing

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestMp4Support[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestMp4Support c : CreateMediaRequestMp4Support.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestMp4Support valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestType.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestType.html deleted file mode 100644 index 3b35512..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestType.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -CreateMediaRequestType (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestType

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestType>
    -
    -
    -
    public enum CreateMediaRequestType
    -extends java.lang.Enum<CreateMediaRequestType>
    -
    CreateMediaRequestType - -

    Defines the type of input. Possible values include video, audio, av.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      AUDIO 
      AV 
      VIDEO 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<CreateMediaRequestType>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static CreateMediaRequestTypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static CreateMediaRequestType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestType c : CreateMediaRequestType.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestType valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<CreateMediaRequestType> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.Builder.html deleted file mode 100644 index ff43766..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -CreateMediaRequestUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestUserAgents.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaRequestUserAgents
    -
    -
    -
    public static final class CreateMediaRequestUserAgents.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaRequestUserAgents.Builder defaultPolicy​(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaRequestUserAgents.Builder defaultPolicy​(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaRequestUserAgents.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaRequestUserAgents.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaRequestUserAgents.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaRequestUserAgents.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.html deleted file mode 100644 index 2cc6f23..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgents.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -CreateMediaRequestUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaRequestUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequestUserAgents
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaRequestUserAgents

        -
        public CreateMediaRequestUserAgents​(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy,
        -                                    java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                    java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        CreateMediaRequestUserAgents

        -
        public CreateMediaRequestUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaRequestUserAgents withDefaultPolicy​(CreateMediaRequestUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaRequestUserAgents withDefaultPolicy​(java.util.Optional<? extends CreateMediaRequestUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` lists.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaRequestUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaRequestUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaRequestUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaRequestUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.html deleted file mode 100644 index 8308bc3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaRequestUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CreateMediaRequestUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaRequestUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaRequestUserAgentsDefaultPolicy>
    -
    -
    -
    public enum CreateMediaRequestUserAgentsDefaultPolicy
    -extends java.lang.Enum<CreateMediaRequestUserAgentsDefaultPolicy>
    -
    CreateMediaRequestUserAgentsDefaultPolicy - -

    Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` lists. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` lists.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaRequestUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaRequestUserAgentsDefaultPolicy c : CreateMediaRequestUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaRequestUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.Builder.html deleted file mode 100644 index 0ba4b98..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.Builder.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - - -CreateMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaResponse
    -
    -
    -
    public static final class CreateMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public CreateMediaResponse.Builder id​(java.lang.String id)
        -
        The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public CreateMediaResponse.Builder id​(java.util.Optional<java.lang.String> id)
        -
        The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public CreateMediaResponse.Builder trial​(boolean trial)
        -
        FastPix allows for a free trial. Create as many media files as you like during the trial period. Remember, each clip can only be 10 seconds long and will be deleted after 24 hours. Also, all trial content will have the FastPix logo watermark.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public CreateMediaResponse.Builder trial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a free trial. Create as many media files as you like during the trial period. Remember, each clip can only be 10 seconds long and will be deleted after 24 hours. Also, all trial content will have the FastPix logo watermark.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public CreateMediaResponse.Builder status​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public CreateMediaResponse.Builder status​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public CreateMediaResponse.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public CreateMediaResponse.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public CreateMediaResponse.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public CreateMediaResponse.Builder updatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public CreateMediaResponse.Builder playbackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public CreateMediaResponse.Builder playbackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public CreateMediaResponse.Builder metadata​(CreateMediaResponseMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public CreateMediaResponse.Builder metadata​(java.util.Optional<? extends CreateMediaResponseMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.html deleted file mode 100644 index 8168f8b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponse.html +++ /dev/null @@ -1,816 +0,0 @@ - - - - - -CreateMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaResponse
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      CreateMediaResponse() 
      CreateMediaResponse​(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.Boolean> trial, - java.util.Optional<java.lang.String> status, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.time.OffsetDateTime> updatedAt, - java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds, - java.util.Optional<? extends CreateMediaResponseMetadata> metadata, - java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponse

        -
        public CreateMediaResponse​(java.util.Optional<java.lang.String> id,
        -                           java.util.Optional<java.lang.Boolean> trial,
        -                           java.util.Optional<java.lang.String> status,
        -                           java.util.Optional<java.time.OffsetDateTime> createdAt,
        -                           java.util.Optional<java.time.OffsetDateTime> updatedAt,
        -                           java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds,
        -                           java.util.Optional<? extends CreateMediaResponseMetadata> metadata,
        -                           java.util.Optional<? extends CreateMediaResponseMaxResolution> maxResolution)
        -
      • -
      - - - -
        -
      • -

        CreateMediaResponse

        -
        public CreateMediaResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public java.util.Optional<java.lang.Boolean> trial()
        -
        FastPix allows for a free trial. Create as many media files as you like during the trial period. Remember, each clip can only be 10 seconds long and will be deleted after 24 hours. Also, all trial content will have the FastPix logo watermark.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public java.util.Optional<java.time.OffsetDateTime> updatedAt()
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<CreateMediaResponseMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<CreateMediaResponseMaxResolution> maxResolution()
        -
        The maximum resolution tier determines the highest quality your media will be available in.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public CreateMediaResponse withId​(java.lang.String id)
        -
        The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public CreateMediaResponse withId​(java.util.Optional<java.lang.String> id)
        -
        The Media is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public CreateMediaResponse withTrial​(boolean trial)
        -
        FastPix allows for a free trial. Create as many media files as you like during the trial period. Remember, each clip can only be 10 seconds long and will be deleted after 24 hours. Also, all trial content will have the FastPix logo watermark.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public CreateMediaResponse withTrial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a free trial. Create as many media files as you like during the trial period. Remember, each clip can only be 10 seconds long and will be deleted after 24 hours. Also, all trial content will have the FastPix logo watermark.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public CreateMediaResponse withStatus​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public CreateMediaResponse withStatus​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public CreateMediaResponse withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public CreateMediaResponse withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withUpdatedAt

        -
        public CreateMediaResponse withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withUpdatedAt

        -
        public CreateMediaResponse withUpdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public CreateMediaResponse withPlaybackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public CreateMediaResponse withPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public CreateMediaResponse withMetadata​(CreateMediaResponseMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public CreateMediaResponse withMetadata​(java.util.Optional<? extends CreateMediaResponseMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.html deleted file mode 100644 index 070889d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMaxResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -CreateMediaResponseMaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaResponseMaxResolution

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaResponseMaxResolution>
    -
    -
    -
    public enum CreateMediaResponseMaxResolution
    -extends java.lang.Enum<CreateMediaResponseMaxResolution>
    -
    CreateMediaResponseMaxResolution - -

    The maximum resolution tier determines the highest quality your media will be available in.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaResponseMaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaResponseMaxResolution c : CreateMediaResponseMaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaResponseMaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.Builder.html deleted file mode 100644 index 28a7dc5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -CreateMediaResponseMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponseMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaResponseMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaResponseMetadata
    -
    -
    -
    public static final class CreateMediaResponseMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.html deleted file mode 100644 index a24716e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/CreateMediaResponseMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -CreateMediaResponseMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponseMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.CreateMediaResponseMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaResponseMetadata
    -extends java.lang.Object
    -
    CreateMediaResponseMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponseMetadata

        -
        public CreateMediaResponseMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.Builder.html deleted file mode 100644 index e06c0d3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.Builder.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - -DirectUpload.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUpload.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.DirectUpload.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUpload
    -
    -
    -
    public static final class DirectUpload.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      DirectUploadbuild() 
      DirectUpload.BuildercorsOrigin​(java.lang.String corsOrigin) -
      Upload media directly from a device using the url name or enter '*' to allow all.
      -
      DirectUpload.BuildercorsOrigin​(java.util.Optional<java.lang.String> corsOrigin) -
      Upload media directly from a device using the url name or enter '*' to allow all.
      -
      DirectUpload.Builderid​(java.lang.String id) -
      When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUpload.Builderid​(java.util.Optional<java.lang.String> id) -
      When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUpload.BuildermediaId​(java.lang.String mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUpload.BuildermediaId​(java.util.Optional<java.lang.String> mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUpload.BuilderpushMediaSettings​(DirectUploadResponse pushMediaSettings) 
      DirectUpload.BuilderpushMediaSettings​(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) 
      DirectUpload.Builderstatus​(java.lang.String status) -
      Determines the media's status, which can be one of the possible values.
      -
      DirectUpload.Builderstatus​(java.util.Optional<java.lang.String> status) -
      Determines the media's status, which can be one of the possible values.
      -
      DirectUpload.Buildertimeout​(double timeout) -
      The duration set for the validity of the upload URL.
      -
      DirectUpload.Buildertimeout​(java.util.Optional<java.lang.Double> timeout) -
      The duration set for the validity of the upload URL.
      -
      DirectUpload.Builderurl​(java.lang.String url) -
      The url hosts the media file for FastPix, which needs to be download to use further.
      -
      DirectUpload.Builderurl​(java.util.Optional<java.lang.String> url) -
      The url hosts the media file for FastPix, which needs to be download to use further.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public DirectUpload.Builder id​(java.lang.String id)
        -
        When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public DirectUpload.Builder id​(java.util.Optional<java.lang.String> id)
        -
        When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        mediaId

        -
        public DirectUpload.Builder mediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        mediaId

        -
        public DirectUpload.Builder mediaId​(java.util.Optional<java.lang.String> mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public DirectUpload.Builder status​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public DirectUpload.Builder status​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public DirectUpload.Builder url​(java.lang.String url)
        -
        The url hosts the media file for FastPix, which needs to be download to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public DirectUpload.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The url hosts the media file for FastPix, which needs to be download to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        timeout

        -
        public DirectUpload.Builder timeout​(double timeout)
        -
        The duration set for the validity of the upload URL. If the upload isn't completed within this timeframe, it's marked as timed out.
        -
      • -
      - - - -
        -
      • -

        timeout

        -
        public DirectUpload.Builder timeout​(java.util.Optional<java.lang.Double> timeout)
        -
        The duration set for the validity of the upload URL. If the upload isn't completed within this timeframe, it's marked as timed out.
        -
      • -
      - - - -
        -
      • -

        corsOrigin

        -
        public DirectUpload.Builder corsOrigin​(java.lang.String corsOrigin)
        -
        Upload media directly from a device using the url name or enter '*' to allow all.
        -
      • -
      - - - -
        -
      • -

        corsOrigin

        -
        public DirectUpload.Builder corsOrigin​(java.util.Optional<java.lang.String> corsOrigin)
        -
        Upload media directly from a device using the url name or enter '*' to allow all.
        -
      • -
      - - - - - - - - - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.html b/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.html deleted file mode 100644 index e3fa342..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUpload.html +++ /dev/null @@ -1,757 +0,0 @@ - - - - - -DirectUpload (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUpload

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.DirectUpload
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUpload
    -extends java.lang.Object
    -
    DirectUpload - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class DirectUpload.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      DirectUpload() 
      DirectUpload​(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> mediaId, - java.util.Optional<java.lang.String> status, - java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.Double> timeout, - java.util.Optional<java.lang.String> corsOrigin, - java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static DirectUpload.Builderbuilder() 
      java.util.Optional<java.lang.String>corsOrigin() -
      Upload media directly from a device using the url name or enter '*' to allow all.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>id() -
      When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      java.util.Optional<java.lang.String>mediaId() -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      java.util.Optional<DirectUploadResponse>pushMediaSettings() 
      java.util.Optional<java.lang.String>status() -
      Determines the media's status, which can be one of the possible values.
      -
      java.util.Optional<java.lang.Double>timeout() -
      The duration set for the validity of the upload URL.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The url hosts the media file for FastPix, which needs to be download to use further.
      -
      DirectUploadwithCorsOrigin​(java.lang.String corsOrigin) -
      Upload media directly from a device using the url name or enter '*' to allow all.
      -
      DirectUploadwithCorsOrigin​(java.util.Optional<java.lang.String> corsOrigin) -
      Upload media directly from a device using the url name or enter '*' to allow all.
      -
      DirectUploadwithId​(java.lang.String id) -
      When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUploadwithId​(java.util.Optional<java.lang.String> id) -
      When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUploadwithMediaId​(java.lang.String mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUploadwithMediaId​(java.util.Optional<java.lang.String> mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      DirectUploadwithPushMediaSettings​(DirectUploadResponse pushMediaSettings) 
      DirectUploadwithPushMediaSettings​(java.util.Optional<? extends DirectUploadResponse> pushMediaSettings) 
      DirectUploadwithStatus​(java.lang.String status) -
      Determines the media's status, which can be one of the possible values.
      -
      DirectUploadwithStatus​(java.util.Optional<java.lang.String> status) -
      Determines the media's status, which can be one of the possible values.
      -
      DirectUploadwithTimeout​(double timeout) -
      The duration set for the validity of the upload URL.
      -
      DirectUploadwithTimeout​(java.util.Optional<java.lang.Double> timeout) -
      The duration set for the validity of the upload URL.
      -
      DirectUploadwithUrl​(java.lang.String url) -
      The url hosts the media file for FastPix, which needs to be download to use further.
      -
      DirectUploadwithUrl​(java.util.Optional<java.lang.String> url) -
      The url hosts the media file for FastPix, which needs to be download to use further.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUpload

        -
        public DirectUpload​(java.util.Optional<java.lang.String> id,
        -                    java.util.Optional<java.lang.String> mediaId,
        -                    java.util.Optional<java.lang.String> status,
        -                    java.util.Optional<java.lang.String> url,
        -                    java.util.Optional<java.lang.Double> timeout,
        -                    java.util.Optional<java.lang.String> corsOrigin,
        -                    java.util.Optional<? extends DirectUploadResponse> pushMediaSettings)
        -
      • -
      - - - -
        -
      • -

        DirectUpload

        -
        public DirectUpload()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        mediaId

        -
        public java.util.Optional<java.lang.String> mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The url hosts the media file for FastPix, which needs to be download to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        timeout

        -
        public java.util.Optional<java.lang.Double> timeout()
        -
        The duration set for the validity of the upload URL. If the upload isn't completed within this timeframe, it's marked as timed out.
        -
      • -
      - - - -
        -
      • -

        corsOrigin

        -
        public java.util.Optional<java.lang.String> corsOrigin()
        -
        Upload media directly from a device using the url name or enter '*' to allow all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withId

        -
        public DirectUpload withId​(java.lang.String id)
        -
        When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public DirectUpload withId​(java.util.Optional<java.lang.String> id)
        -
        When creating the upload, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withMediaId

        -
        public DirectUpload withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withMediaId

        -
        public DirectUpload withMediaId​(java.util.Optional<java.lang.String> mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public DirectUpload withStatus​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public DirectUpload withStatus​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public DirectUpload withUrl​(java.lang.String url)
        -
        The url hosts the media file for FastPix, which needs to be download to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public DirectUpload withUrl​(java.util.Optional<java.lang.String> url)
        -
        The url hosts the media file for FastPix, which needs to be download to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        withTimeout

        -
        public DirectUpload withTimeout​(double timeout)
        -
        The duration set for the validity of the upload URL. If the upload isn't completed within this timeframe, it's marked as timed out.
        -
      • -
      - - - -
        -
      • -

        withTimeout

        -
        public DirectUpload withTimeout​(java.util.Optional<java.lang.Double> timeout)
        -
        The duration set for the validity of the upload URL. If the upload isn't completed within this timeframe, it's marked as timed out.
        -
      • -
      - - - -
        -
      • -

        withCorsOrigin

        -
        public DirectUpload withCorsOrigin​(java.lang.String corsOrigin)
        -
        Upload media directly from a device using the url name or enter '*' to allow all.
        -
      • -
      - - - -
        -
      • -

        withCorsOrigin

        -
        public DirectUpload withCorsOrigin​(java.util.Optional<java.lang.String> corsOrigin)
        -
        Upload media directly from a device using the url name or enter '*' to allow all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.Builder.html deleted file mode 100644 index 3e0f922..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -DirectUploadResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.DirectUploadResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadResponse
    -
    -
    -
    public static final class DirectUploadResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.html deleted file mode 100644 index 396f949..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponse.html +++ /dev/null @@ -1,489 +0,0 @@ - - - - - -DirectUploadResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.DirectUploadResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadResponse
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadResponse

        -
        public DirectUploadResponse​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds,
        -                            java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        DirectUploadResponse

        -
        public DirectUploadResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playbackIds

        -
        public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<DirectUploadResponseMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withMetadata

        -
        public DirectUploadResponse withMetadata​(DirectUploadResponseMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public DirectUploadResponse withMetadata​(java.util.Optional<? extends DirectUploadResponseMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.Builder.html deleted file mode 100644 index 54b25c5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -DirectUploadResponseMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadResponseMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.DirectUploadResponseMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadResponseMetadata
    -
    -
    -
    public static final class DirectUploadResponseMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.html deleted file mode 100644 index 067fc65..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/DirectUploadResponseMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -DirectUploadResponseMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadResponseMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.DirectUploadResponseMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadResponseMetadata
    -extends java.lang.Object
    -
    DirectUploadResponseMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadResponseMetadata

        -
        public DirectUploadResponseMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.Builder.html deleted file mode 100644 index abfafa8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.Builder.html +++ /dev/null @@ -1,744 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTO.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTO.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetCreateLiveStreamResponseDTO
    -
    -
    -
    public static final class GetCreateLiveStreamResponseDTO.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public GetCreateLiveStreamResponseDTO.Builder streamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamId

        -
        public GetCreateLiveStreamResponseDTO.Builder streamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public GetCreateLiveStreamResponseDTO.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public GetCreateLiveStreamResponseDTO.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public GetCreateLiveStreamResponseDTO.Builder srtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public GetCreateLiveStreamResponseDTO.Builder srtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public GetCreateLiveStreamResponseDTO.Builder trial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public GetCreateLiveStreamResponseDTO.Builder trial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public GetCreateLiveStreamResponseDTO.Builder status​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public GetCreateLiveStreamResponseDTO.Builder status​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public GetCreateLiveStreamResponseDTO.Builder maxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public GetCreateLiveStreamResponseDTO.Builder maxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public GetCreateLiveStreamResponseDTO.Builder maxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public GetCreateLiveStreamResponseDTO.Builder maxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public GetCreateLiveStreamResponseDTO.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public GetCreateLiveStreamResponseDTO.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public GetCreateLiveStreamResponseDTO.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public GetCreateLiveStreamResponseDTO.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public GetCreateLiveStreamResponseDTO.Builder enableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public GetCreateLiveStreamResponseDTO.Builder enableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public GetCreateLiveStreamResponseDTO.Builder mediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public GetCreateLiveStreamResponseDTO.Builder mediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public GetCreateLiveStreamResponseDTO.Builder metadata​(GetCreateLiveStreamResponseDTOMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public GetCreateLiveStreamResponseDTO.Builder metadata​(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - - - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html deleted file mode 100644 index dd78d77..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTO.html +++ /dev/null @@ -1,1137 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTO (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTO

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTO
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetCreateLiveStreamResponseDTO
    -extends java.lang.Object
    -
    GetCreateLiveStreamResponseDTO - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      GetCreateLiveStreamResponseDTO() 
      GetCreateLiveStreamResponseDTO​(java.util.Optional<java.lang.String> streamId, - java.util.Optional<java.lang.String> streamKey, - java.util.Optional<java.lang.String> srtSecret, - java.util.Optional<java.lang.Boolean> trial, - java.util.Optional<java.lang.String> status, - java.util.Optional<java.lang.String> maxResolution, - java.util.Optional<java.lang.Long> maxDuration, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<java.lang.Boolean> enableRecording, - java.util.Optional<java.lang.String> mediaPolicy, - java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata, - java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId, - java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTO

        -
        public GetCreateLiveStreamResponseDTO​(java.util.Optional<java.lang.String> streamId,
        -                                      java.util.Optional<java.lang.String> streamKey,
        -                                      java.util.Optional<java.lang.String> srtSecret,
        -                                      java.util.Optional<java.lang.Boolean> trial,
        -                                      java.util.Optional<java.lang.String> status,
        -                                      java.util.Optional<java.lang.String> maxResolution,
        -                                      java.util.Optional<java.lang.Long> maxDuration,
        -                                      java.util.Optional<java.time.OffsetDateTime> createdAt,
        -                                      java.util.Optional<java.lang.Long> reconnectWindow,
        -                                      java.util.Optional<java.lang.Boolean> enableRecording,
        -                                      java.util.Optional<java.lang.String> mediaPolicy,
        -                                      java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata,
        -                                      java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId,
        -                                      java.util.Optional<? extends GetCreateLiveStreamResponseDTOSrtPlaybackResponse> srtPlaybackResponse)
        -
      • -
      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTO

        -
        public GetCreateLiveStreamResponseDTO()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.util.Optional<java.lang.String> streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public java.util.Optional<java.lang.String> srtSecret()
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public java.util.Optional<java.lang.Boolean> trial()
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<java.lang.String> maxResolution()
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public java.util.Optional<java.lang.Long> maxDuration()
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public java.util.Optional<java.lang.Boolean> enableRecording()
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public java.util.Optional<java.lang.String> mediaPolicy()
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<GetCreateLiveStreamResponseDTOMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.util.Optional<java.util.List<PlaybackIds>> playbackId()
        -
        A collection of Playback ID objects utilized for crafting HLS playback urls.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetCreateLiveStreamResponseDTO withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamId

        -
        public GetCreateLiveStreamResponseDTO withStreamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public GetCreateLiveStreamResponseDTO withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public GetCreateLiveStreamResponseDTO withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public GetCreateLiveStreamResponseDTO withSrtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public GetCreateLiveStreamResponseDTO withSrtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public GetCreateLiveStreamResponseDTO withTrial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public GetCreateLiveStreamResponseDTO withTrial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public GetCreateLiveStreamResponseDTO withStatus​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public GetCreateLiveStreamResponseDTO withStatus​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public GetCreateLiveStreamResponseDTO withMaxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public GetCreateLiveStreamResponseDTO withMaxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public GetCreateLiveStreamResponseDTO withMaxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public GetCreateLiveStreamResponseDTO withMaxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public GetCreateLiveStreamResponseDTO withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public GetCreateLiveStreamResponseDTO withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public GetCreateLiveStreamResponseDTO withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public GetCreateLiveStreamResponseDTO withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public GetCreateLiveStreamResponseDTO withEnableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public GetCreateLiveStreamResponseDTO withEnableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public GetCreateLiveStreamResponseDTO withMediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public GetCreateLiveStreamResponseDTO withMediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public GetCreateLiveStreamResponseDTO withMetadata​(GetCreateLiveStreamResponseDTOMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public GetCreateLiveStreamResponseDTO withMetadata​(java.util.Optional<? extends GetCreateLiveStreamResponseDTOMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withPlaybackId

        -
        public GetCreateLiveStreamResponseDTO withPlaybackId​(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId)
        -
        A collection of Playback ID objects utilized for crafting HLS playback urls.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html deleted file mode 100644 index c115437..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html deleted file mode 100644 index 0ad27de..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetCreateLiveStreamResponseDTOMetadata
    -extends java.lang.Object
    -
    GetCreateLiveStreamResponseDTOMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTOMetadata

        -
        public GetCreateLiveStreamResponseDTOMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html deleted file mode 100644 index 1ad6344..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html deleted file mode 100644 index e98fe8b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetCreateLiveStreamResponseDTOSrtPlaybackResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -GetCreateLiveStreamResponseDTOSrtPlaybackResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetCreateLiveStreamResponseDTOSrtPlaybackResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetCreateLiveStreamResponseDTOSrtPlaybackResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetCreateLiveStreamResponseDTOSrtPlaybackResponse
    -extends java.lang.Object
    -
    GetCreateLiveStreamResponseDTOSrtPlaybackResponse - -

    This object contains the livestream playback response details for SRT Protocol.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTOSrtPlaybackResponse

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse​(java.util.Optional<java.lang.String> srtPlaybackStreamId,
        -                                                         java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
      • -
      - - - -
        -
      • -

        GetCreateLiveStreamResponseDTOSrtPlaybackResponse

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public java.util.Optional<java.lang.String> srtPlaybackStreamId()
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public java.util.Optional<java.lang.String> srtPlaybackSecret()
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - - - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackStreamId​(java.lang.String srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackStreamId​(java.util.Optional<java.lang.String> srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackSecret​(java.lang.String srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public GetCreateLiveStreamResponseDTOSrtPlaybackResponse withSrtPlaybackSecret​(java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html deleted file mode 100644 index 5b9ec2d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -GetStreamsResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetStreamsResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetStreamsResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetStreamsResponse
    -
    -
    -
    public static final class GetStreamsResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html deleted file mode 100644 index 70cd92a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/GetStreamsResponse.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -GetStreamsResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetStreamsResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.GetStreamsResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetStreamsResponse
    -extends java.lang.Object
    -
    GetStreamsResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetStreamsResponse

        -
        public GetStreamsResponse​(java.util.Optional<java.lang.Boolean> success,
        -                          java.util.Optional<? extends java.util.List<GetCreateLiveStreamResponseDTO>> data,
        -                          java.util.Optional<? extends Pagination> pagination)
        -
      • -
      - - - -
        -
      • -

        GetStreamsResponse

        -
        public GetStreamsResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        pagination

        -
        public java.util.Optional<Pagination> pagination()
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public GetStreamsResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public GetStreamsResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withPagination

        -
        public GetStreamsResponse withPagination​(Pagination pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        withPagination

        -
        public GetStreamsResponse withPagination​(java.util.Optional<? extends Pagination> pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html deleted file mode 100644 index 5b26dbb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.Builder.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - -ImposeTrack.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ImposeTrack.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.ImposeTrack.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ImposeTrack
    -
    -
    -
    public static final class ImposeTrack.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      ImposeTrackbuild() 
      ImposeTrack.BuilderendTime​(long endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.BuilderendTime​(java.util.Optional<java.lang.Long> endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.BuilderfadeInLevel​(long fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrack.BuilderfadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrack.BuilderfadeOutLevel​(long fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrack.BuilderfadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrack.BuilderstartTime​(long startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.BuilderstartTime​(java.util.Optional<java.lang.Long> startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrack.Builderurl​(java.lang.String url) -
      URL of the audio track to impose on the video.
      -
      ImposeTrack.Builderurl​(java.util.Optional<java.lang.String> url) -
      URL of the audio track to impose on the video.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public ImposeTrack.Builder url​(java.lang.String url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public ImposeTrack.Builder url​(java.util.Optional<java.lang.String> url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public ImposeTrack.Builder startTime​(long startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public ImposeTrack.Builder startTime​(java.util.Optional<java.lang.Long> startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public ImposeTrack.Builder endTime​(long endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public ImposeTrack.Builder endTime​(java.util.Optional<java.lang.Long> endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        fadeInLevel

        -
        public ImposeTrack.Builder fadeInLevel​(long fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeInLevel

        -
        public ImposeTrack.Builder fadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeOutLevel

        -
        public ImposeTrack.Builder fadeOutLevel​(long fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeOutLevel

        -
        public ImposeTrack.Builder fadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html b/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html deleted file mode 100644 index 213acd7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/ImposeTrack.html +++ /dev/null @@ -1,657 +0,0 @@ - - - - - -ImposeTrack (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ImposeTrack

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.ImposeTrack
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ImposeTrack
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class ImposeTrack.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      ImposeTrack() 
      ImposeTrack​(java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.Long> startTime, - java.util.Optional<java.lang.Long> endTime, - java.util.Optional<java.lang.Long> fadeInLevel, - java.util.Optional<java.lang.Long> fadeOutLevel) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ImposeTrack.Builderbuilder() 
      java.util.Optional<java.lang.Long>endTime() -
      End time (in seconds) of the imposed audio in the video.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.Long>fadeInLevel() -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      java.util.Optional<java.lang.Long>fadeOutLevel() -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      inthashCode() 
      java.util.Optional<java.lang.Long>startTime() -
      Start time (in seconds) of the imposed audio in the video.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      URL of the audio track to impose on the video.
      -
      ImposeTrackwithEndTime​(long endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithEndTime​(java.util.Optional<java.lang.Long> endTime) -
      End time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithFadeInLevel​(long fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrackwithFadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel) -
      Level of fade-in effect (in seconds) at the start of the imposed audio.
      -
      ImposeTrackwithFadeOutLevel​(long fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrackwithFadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel) -
      Level of fade-out effect (in seconds) at the end of the imposed audio.
      -
      ImposeTrackwithStartTime​(long startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithStartTime​(java.util.Optional<java.lang.Long> startTime) -
      Start time (in seconds) of the imposed audio in the video.
      -
      ImposeTrackwithUrl​(java.lang.String url) -
      URL of the audio track to impose on the video.
      -
      ImposeTrackwithUrl​(java.util.Optional<java.lang.String> url) -
      URL of the audio track to impose on the video.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ImposeTrack

        -
        public ImposeTrack​(java.util.Optional<java.lang.String> url,
        -                   java.util.Optional<java.lang.Long> startTime,
        -                   java.util.Optional<java.lang.Long> endTime,
        -                   java.util.Optional<java.lang.Long> fadeInLevel,
        -                   java.util.Optional<java.lang.Long> fadeOutLevel)
        -
      • -
      - - - -
        -
      • -

        ImposeTrack

        -
        public ImposeTrack()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public java.util.Optional<java.lang.Long> startTime()
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public java.util.Optional<java.lang.Long> endTime()
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        fadeInLevel

        -
        public java.util.Optional<java.lang.Long> fadeInLevel()
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        fadeOutLevel

        -
        public java.util.Optional<java.lang.Long> fadeOutLevel()
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public ImposeTrack withUrl​(java.lang.String url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public ImposeTrack withUrl​(java.util.Optional<java.lang.String> url)
        -
        URL of the audio track to impose on the video.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public ImposeTrack withStartTime​(long startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public ImposeTrack withStartTime​(java.util.Optional<java.lang.Long> startTime)
        -
        Start time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public ImposeTrack withEndTime​(long endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public ImposeTrack withEndTime​(java.util.Optional<java.lang.Long> endTime)
        -
        End time (in seconds) of the imposed audio in the video.
        -
      • -
      - - - -
        -
      • -

        withFadeInLevel

        -
        public ImposeTrack withFadeInLevel​(long fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        withFadeInLevel

        -
        public ImposeTrack withFadeInLevel​(java.util.Optional<java.lang.Long> fadeInLevel)
        -
        Level of fade-in effect (in seconds) at the start of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        withFadeOutLevel

        -
        public ImposeTrack withFadeOutLevel​(long fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        withFadeOutLevel

        -
        public ImposeTrack withFadeOutLevel​(java.util.Optional<java.lang.Long> fadeOutLevel)
        -
        Level of fade-out effect (in seconds) at the end of the imposed audio.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html deleted file mode 100644 index f30b222..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Input._Deserializer.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -Input._Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input._Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Input
    -
    -
    -
    public static final class Input._Deserializer
    -extends OneOfDeserializer<Input>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      _Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        _Deserializer

        -
        public _Deserializer()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Input.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Input.html deleted file mode 100644 index 7f041e9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Input.html +++ /dev/null @@ -1,425 +0,0 @@ - - - - - -Input (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Input
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Input
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Input._Deserializer 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      static Inputof​(AudioInput value) 
      static Inputof​(SubtitleInput value) 
      static Inputof​(VideoInput value) 
      static Inputof​(WatermarkInput value) 
      java.lang.StringtoString() 
      java.lang.Objectvalue() -
      Returns an instance of one of these types: - - io.fastpix.sdk.models.components.VideoInput - io.fastpix.sdk.models.components.WatermarkInput - io.fastpix.sdk.models.components.AudioInput - io.fastpix.sdk.models.components.SubtitleInput -
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
        Returns an instance of one of these types: -
          -
        • io.fastpix.sdk.models.components.VideoInput
        • -
        • io.fastpix.sdk.models.components.WatermarkInput
        • -
        • io.fastpix.sdk.models.components.AudioInput
        • -
        • io.fastpix.sdk.models.components.SubtitleInput
        • -
        - -

        Use instanceof to determine what type is returned. For example: - -

        - if (obj.value() instanceof String) {
        -     String answer = (String) obj.value();
        -     System.out.println("answer=" + answer);
        - }
        - 
        -
        -
        Returns:
        -
        value of oneOf type
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html deleted file mode 100644 index 52bcd53..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.Builder.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -InputMediaSettings.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InputMediaSettings.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.InputMediaSettings.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    InputMediaSettings
    -
    -
    -
    public static final class InputMediaSettings.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        reconnectWindow

        -
        public InputMediaSettings.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public InputMediaSettings.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public InputMediaSettings.Builder mediaPolicy​(MediaPolicy mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public InputMediaSettings.Builder mediaPolicy​(java.util.Optional<? extends MediaPolicy> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public InputMediaSettings.Builder metadata​(CreateLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public InputMediaSettings.Builder metadata​(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html b/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html deleted file mode 100644 index 7b67e56..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/InputMediaSettings.html +++ /dev/null @@ -1,607 +0,0 @@ - - - - - -InputMediaSettings (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InputMediaSettings

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.InputMediaSettings
    • -
    -
  • -
-
-
    -
  • -
    -
    public class InputMediaSettings
    -extends java.lang.Object
    -
    InputMediaSettings - -

    Displays the result of the input Media settings.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<CreateLiveStreamRequestMaxResolution> maxResolution()
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public java.util.Optional<MediaPolicy> mediaPolicy()
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<CreateLiveStreamRequestMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withReconnectWindow

        -
        public InputMediaSettings withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public InputMediaSettings withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public InputMediaSettings withMediaPolicy​(MediaPolicy mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public InputMediaSettings withMediaPolicy​(java.util.Optional<? extends MediaPolicy> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public InputMediaSettings withMetadata​(CreateLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public InputMediaSettings withMetadata​(java.util.Optional<? extends CreateLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html deleted file mode 100644 index f9777e6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -LiveStreamDeleteResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamDeleteResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamDeleteResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    LiveStreamDeleteResponse
    -
    -
    -
    public static final class LiveStreamDeleteResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html deleted file mode 100644 index b977b6c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamDeleteResponse.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -LiveStreamDeleteResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamDeleteResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamDeleteResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class LiveStreamDeleteResponse
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LiveStreamDeleteResponse

        -
        public LiveStreamDeleteResponse​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        LiveStreamDeleteResponse

        -
        public LiveStreamDeleteResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamDeleteResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamDeleteResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html deleted file mode 100644 index 0af0f44..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -LiveStreamResponseDTO.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamResponseDTO.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamResponseDTO.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    LiveStreamResponseDTO
    -
    -
    -
    public static final class LiveStreamResponseDTO.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html deleted file mode 100644 index 1b3a786..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LiveStreamResponseDTO.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -LiveStreamResponseDTO (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LiveStreamResponseDTO

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LiveStreamResponseDTO
    • -
    -
  • -
-
-
    -
  • -
    -
    public class LiveStreamResponseDTO
    -extends java.lang.Object
    -
    LiveStreamResponseDTO - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LiveStreamResponseDTO

        -
        public LiveStreamResponseDTO​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
        -
      • -
      - - - -
        -
      • -

        LiveStreamResponseDTO

        -
        public LiveStreamResponseDTO()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamResponseDTO withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public LiveStreamResponseDTO withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html deleted file mode 100644 index 61c1b3f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -LivestreamgetResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LivestreamgetResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LivestreamgetResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    LivestreamgetResponse
    -
    -
    -
    public static final class LivestreamgetResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html deleted file mode 100644 index a84def3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/LivestreamgetResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -LivestreamgetResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LivestreamgetResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.LivestreamgetResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class LivestreamgetResponse
    -extends java.lang.Object
    -
    LivestreamgetResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LivestreamgetResponse

        -
        public LivestreamgetResponse​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends GetCreateLiveStreamResponseDTO> data)
        -
      • -
      - - - -
        -
      • -

        LivestreamgetResponse

        -
        public LivestreamgetResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public LivestreamgetResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public LivestreamgetResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html deleted file mode 100644 index 0fedd66..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.Builder.html +++ /dev/null @@ -1,812 +0,0 @@ - - - - - -Media.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Media.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Media.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Media
    -
    -
    -
    public static final class Media.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Media.BuilderaspectRatio​(java.lang.String aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      Media.BuilderaspectRatio​(java.util.Optional<java.lang.String> aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      Mediabuild() 
      Media.BuildercreatedAt​(java.time.OffsetDateTime createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      Media.BuildercreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      Media.Builderduration​(java.lang.String duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      Media.Builderduration​(java.util.Optional<java.lang.String> duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      Media.BuilderframeRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Media.BuilderframeRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Media.Builderid​(java.lang.String id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      Media.Builderid​(java.util.Optional<java.lang.String> id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      Media.BuildermaxResolution​(MediaMaxResolution maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      Media.BuildermaxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      Media.Buildermetadata​(MediaMetadata metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      Media.Buildermetadata​(java.util.Optional<? extends MediaMetadata> metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      Media.Buildermp4Support​(MediaMp4Support mp4Support) -
      Determines the type of MP4 support for the media.
      -
      Media.Buildermp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support) -
      Determines the type of MP4 support for the media.
      -
      Media.BuilderplaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      Media.BuilderplaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      Media.BuildersourceAccess​(boolean sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      Media.BuildersourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      Media.BuildersourceResolution​(SourceResolution sourceResolution) -
      The actual resolution of the uploaded media.
      -
      Media.BuildersourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution) -
      The actual resolution of the uploaded media.
      -
      Media.Builderstatus​(java.lang.String status) -
      Determines the media's status, which can be one of the possible values.
      -
      Media.Builderstatus​(java.util.Optional<java.lang.String> status) -
      Determines the media's status, which can be one of the possible values.
      -
      Media.Builderthumbnail​(java.lang.String thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      Media.Builderthumbnail​(java.util.Optional<java.lang.String> thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      Media.Buildertracks​(java.util.List<Track> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      Media.Buildertracks​(java.util.Optional<? extends java.util.List<Track>> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      Media.BuilderupdatedAt​(java.time.OffsetDateTime updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      Media.BuilderupdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      Media.BuilderworkspaceId​(java.lang.String workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      Media.BuilderworkspaceId​(java.util.Optional<java.lang.String> workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        thumbnail

        -
        public Media.Builder thumbnail​(java.lang.String thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        thumbnail

        -
        public Media.Builder thumbnail​(java.util.Optional<java.lang.String> thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public Media.Builder id​(java.lang.String id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public Media.Builder id​(java.util.Optional<java.lang.String> id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        workspaceId

        -
        public Media.Builder workspaceId​(java.lang.String workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        workspaceId

        -
        public Media.Builder workspaceId​(java.util.Optional<java.lang.String> workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Media.Builder metadata​(MediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Media.Builder metadata​(java.util.Optional<? extends MediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public Media.Builder maxResolution​(MediaMaxResolution maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public Media.Builder maxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        sourceResolution

        -
        public Media.Builder sourceResolution​(SourceResolution sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        sourceResolution

        -
        public Media.Builder sourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public Media.Builder status​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public Media.Builder status​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public Media.Builder mp4Support​(MediaMp4Support mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public Media.Builder mp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public Media.Builder sourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public Media.Builder sourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public Media.Builder playbackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public Media.Builder playbackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        tracks

        -
        public Media.Builder tracks​(java.util.List<Track> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        tracks

        -
        public Media.Builder tracks​(java.util.Optional<? extends java.util.List<Track>> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        duration

        -
        public Media.Builder duration​(java.lang.String duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        duration

        -
        public Media.Builder duration​(java.util.Optional<java.lang.String> duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Media.Builder frameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Media.Builder frameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        aspectRatio

        -
        public Media.Builder aspectRatio​(java.lang.String aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        aspectRatio

        -
        public Media.Builder aspectRatio​(java.util.Optional<java.lang.String> aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public Media.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public Media.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public Media.Builder updatedAt​(java.time.OffsetDateTime updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public Media.Builder updatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Media build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Media.html deleted file mode 100644 index eaf305c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Media.html +++ /dev/null @@ -1,1240 +0,0 @@ - - - - - -Media (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Media

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Media
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Media
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Media.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Media() 
      Media​(java.util.Optional<java.lang.String> thumbnail, - java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> workspaceId, - java.util.Optional<? extends MediaMetadata> metadata, - java.util.Optional<? extends MediaMaxResolution> maxResolution, - java.util.Optional<? extends SourceResolution> sourceResolution, - java.util.Optional<java.lang.String> status, - java.util.Optional<? extends MediaMp4Support> mp4Support, - java.util.Optional<java.lang.Boolean> sourceAccess, - java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds, - java.util.Optional<? extends java.util.List<Track>> tracks, - java.util.Optional<java.lang.String> duration, - java.util.Optional<java.lang.String> frameRate, - java.util.Optional<java.lang.String> aspectRatio, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.time.OffsetDateTime> updatedAt) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.Optional<java.lang.String>aspectRatio() -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      static Media.Builderbuilder() 
      java.util.Optional<java.time.OffsetDateTime>createdAt() -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      java.util.Optional<java.lang.String>duration() -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.String>frameRate() -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      inthashCode() 
      java.util.Optional<java.lang.String>id() -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      java.util.Optional<MediaMaxResolution>maxResolution() -
      The maximum resolution specified by the user for the media.
      -
      java.util.Optional<MediaMetadata>metadata() -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      java.util.Optional<MediaMp4Support>mp4Support() -
      Determines the type of MP4 support for the media.
      -
      java.util.Optional<java.util.List<PlaybackId>>playbackIds() -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      java.util.Optional<java.lang.Boolean>sourceAccess() -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      java.util.Optional<SourceResolution>sourceResolution() -
      The actual resolution of the uploaded media.
      -
      java.util.Optional<java.lang.String>status() -
      Determines the media's status, which can be one of the possible values.
      -
      java.util.Optional<java.lang.String>thumbnail() -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.util.List<Track>>tracks() -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      java.util.Optional<java.time.OffsetDateTime>updatedAt() -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      MediawithAspectRatio​(java.lang.String aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      MediawithAspectRatio​(java.util.Optional<java.lang.String> aspectRatio) -
      The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
      -
      MediawithCreatedAt​(java.time.OffsetDateTime createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      MediawithCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt) -
      Time the media was created, defined as a localDateTime (UTC Time).
      -
      MediawithDuration​(java.lang.String duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      MediawithDuration​(java.util.Optional<java.lang.String> duration) -
      The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
      -
      MediawithFrameRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      MediawithFrameRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      MediawithId​(java.lang.String id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      MediawithId​(java.util.Optional<java.lang.String> id) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      MediawithMaxResolution​(MediaMaxResolution maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      MediawithMaxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution) -
      The maximum resolution specified by the user for the media.
      -
      MediawithMetadata​(MediaMetadata metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      MediawithMetadata​(java.util.Optional<? extends MediaMetadata> metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      MediawithMp4Support​(MediaMp4Support mp4Support) -
      Determines the type of MP4 support for the media.
      -
      MediawithMp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support) -
      Determines the type of MP4 support for the media.
      -
      MediawithPlaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      MediawithPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      MediawithSourceAccess​(boolean sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      MediawithSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess) -
      The sourceAccess parameter determines whether the original media file is accessible.
      -
      MediawithSourceResolution​(SourceResolution sourceResolution) -
      The actual resolution of the uploaded media.
      -
      MediawithSourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution) -
      The actual resolution of the uploaded media.
      -
      MediawithStatus​(java.lang.String status) -
      Determines the media's status, which can be one of the possible values.
      -
      MediawithStatus​(java.util.Optional<java.lang.String> status) -
      Determines the media's status, which can be one of the possible values.
      -
      MediawithThumbnail​(java.lang.String thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      MediawithThumbnail​(java.util.Optional<java.lang.String> thumbnail) -
      A video thumbnail is a still image that acts as the preview image for your video.
      -
      MediawithTracks​(java.util.List<Track> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      MediawithTracks​(java.util.Optional<? extends java.util.List<Track>> tracks) -
      A media consists of different media tracks, like video, audio, and subtitle, all combined.
      -
      MediawithUpdatedAt​(java.time.OffsetDateTime updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      MediawithUpdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt) -
      Time the media was updated, defined as a localDateTime (UTC Time).
      -
      MediawithWorkspaceId​(java.lang.String workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      MediawithWorkspaceId​(java.util.Optional<java.lang.String> workspaceId) -
      A unique identifier is generated by FastPix for the workspace.
      -
      java.util.Optional<java.lang.String>workspaceId() -
      A unique identifier is generated by FastPix for the workspace.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Media

        -
        public Media​(java.util.Optional<java.lang.String> thumbnail,
        -             java.util.Optional<java.lang.String> id,
        -             java.util.Optional<java.lang.String> workspaceId,
        -             java.util.Optional<? extends MediaMetadata> metadata,
        -             java.util.Optional<? extends MediaMaxResolution> maxResolution,
        -             java.util.Optional<? extends SourceResolution> sourceResolution,
        -             java.util.Optional<java.lang.String> status,
        -             java.util.Optional<? extends MediaMp4Support> mp4Support,
        -             java.util.Optional<java.lang.Boolean> sourceAccess,
        -             java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds,
        -             java.util.Optional<? extends java.util.List<Track>> tracks,
        -             java.util.Optional<java.lang.String> duration,
        -             java.util.Optional<java.lang.String> frameRate,
        -             java.util.Optional<java.lang.String> aspectRatio,
        -             java.util.Optional<java.time.OffsetDateTime> createdAt,
        -             java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
      • -
      - - - -
        -
      • -

        Media

        -
        public Media()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        thumbnail

        -
        public java.util.Optional<java.lang.String> thumbnail()
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        workspaceId

        -
        public java.util.Optional<java.lang.String> workspaceId()
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<MediaMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<MediaMaxResolution> maxResolution()
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        sourceResolution

        -
        public java.util.Optional<SourceResolution> sourceResolution()
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public java.util.Optional<MediaMp4Support> mp4Support()
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public java.util.Optional<java.lang.Boolean> sourceAccess()
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        tracks

        -
        public java.util.Optional<java.util.List<Track>> tracks()
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        duration

        -
        public java.util.Optional<java.lang.String> duration()
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public java.util.Optional<java.lang.String> frameRate()
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        aspectRatio

        -
        public java.util.Optional<java.lang.String> aspectRatio()
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        updatedAt

        -
        public java.util.Optional<java.time.OffsetDateTime> updatedAt()
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - - - - - -
        -
      • -

        withThumbnail

        -
        public Media withThumbnail​(java.lang.String thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        withThumbnail

        -
        public Media withThumbnail​(java.util.Optional<java.lang.String> thumbnail)
        -
        A video thumbnail is a still image that acts as the preview image for your video.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public Media withId​(java.lang.String id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public Media withId​(java.util.Optional<java.lang.String> id)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withWorkspaceId

        -
        public Media withWorkspaceId​(java.lang.String workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        withWorkspaceId

        -
        public Media withWorkspaceId​(java.util.Optional<java.lang.String> workspaceId)
        -
        A unique identifier is generated by FastPix for the workspace.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Media withMetadata​(MediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Media withMetadata​(java.util.Optional<? extends MediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public Media withMaxResolution​(MediaMaxResolution maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public Media withMaxResolution​(java.util.Optional<? extends MediaMaxResolution> maxResolution)
        -
        The maximum resolution specified by the user for the media.
        -
      • -
      - - - -
        -
      • -

        withSourceResolution

        -
        public Media withSourceResolution​(SourceResolution sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        withSourceResolution

        -
        public Media withSourceResolution​(java.util.Optional<? extends SourceResolution> sourceResolution)
        -
        The actual resolution of the uploaded media. This represents the native quality of the source media.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public Media withStatus​(java.lang.String status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public Media withStatus​(java.util.Optional<java.lang.String> status)
        -
        Determines the media's status, which can be one of the possible values.
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public Media withMp4Support​(MediaMp4Support mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public Media withMp4Support​(java.util.Optional<? extends MediaMp4Support> mp4Support)
        -
        Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public Media withSourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public Media withSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Media withPlaybackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Media withPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withTracks

        -
        public Media withTracks​(java.util.List<Track> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        withTracks

        -
        public Media withTracks​(java.util.Optional<? extends java.util.List<Track>> tracks)
        -
        A media consists of different media tracks, like video, audio, and subtitle, all combined.
        -
      • -
      - - - -
        -
      • -

        withDuration

        -
        public Media withDuration​(java.lang.String duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        withDuration

        -
        public Media withDuration​(java.util.Optional<java.lang.String> duration)
        -
        The time span of the media, measured in seconds with a maximum allowable duration of 12 hours per individual media.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Media withFrameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Media withFrameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withAspectRatio

        -
        public Media withAspectRatio​(java.lang.String aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        withAspectRatio

        -
        public Media withAspectRatio​(java.util.Optional<java.lang.String> aspectRatio)
        -
        The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public Media withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public Media withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        Time the media was created, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withUpdatedAt

        -
        public Media withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withUpdatedAt

        -
        public Media withUpdatedAt​(java.util.Optional<java.time.OffsetDateTime> updatedAt)
        -
        Time the media was updated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html deleted file mode 100644 index 6e01652..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMaxResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -MediaMaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MediaMaxResolution

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MediaMaxResolution>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.MediaMaxResolution
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MediaMaxResolution>
    -
    -
    -
    public enum MediaMaxResolution
    -extends java.lang.Enum<MediaMaxResolution>
    -
    MediaMaxResolution - -

    The maximum resolution specified by the user for the media.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP

        -
        public static final MediaMaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP

        -
        public static final MediaMaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_AND_EIGHTYP

        -
        public static final MediaMaxResolution ONE_THOUSAND_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        SEVEN_HUNDRED_AND_TWENTYP

        -
        public static final MediaMaxResolution SEVEN_HUNDRED_AND_TWENTYP
        -
      • -
      - - - -
        -
      • -

        FOUR_HUNDRED_AND_EIGHTYP

        -
        public static final MediaMaxResolution FOUR_HUNDRED_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        THREE_HUNDRED_AND_SIXTYP

        -
        public static final MediaMaxResolution THREE_HUNDRED_AND_SIXTYP
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MediaMaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MediaMaxResolution c : MediaMaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MediaMaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MediaMaxResolution> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html deleted file mode 100644 index ebf25e4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -MediaMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.MediaMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaMetadata
    -
    -
    -
    public static final class MediaMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      MediaMetadatabuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html deleted file mode 100644 index 3fa5f51..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -MediaMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.MediaMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class MediaMetadata
    -extends java.lang.Object
    -
    MediaMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaMetadata

        -
        public MediaMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html deleted file mode 100644 index 458cc8d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaMp4Support.html +++ /dev/null @@ -1,433 +0,0 @@ - - - - - -MediaMp4Support (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MediaMp4Support

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MediaMp4Support>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.MediaMp4Support
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MediaMp4Support>
    -
    -
    -
    public enum MediaMp4Support
    -extends java.lang.Enum<MediaMp4Support>
    -
    MediaMp4Support - -

    Determines the type of MP4 support for the media. - **none**: Disables MP4 support. - **capped_4k**: Enables MP4 downloads with resolutions up to 4K. - **audioOnly**: Provides an MP4 stream containing only the audio. - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<MediaMp4Support>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static MediaMp4SupportvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static MediaMp4Support[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MediaMp4Support[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MediaMp4Support c : MediaMp4Support.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MediaMp4Support valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MediaMp4Support> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html deleted file mode 100644 index 2f54c16..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/MediaPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -MediaPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MediaPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MediaPolicy>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.MediaPolicy
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MediaPolicy>
    -
    -
    -
    public enum MediaPolicy
    -extends java.lang.Enum<MediaPolicy>
    -
    MediaPolicy - -

    Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<MediaPolicy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static MediaPolicyvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static MediaPolicy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MediaPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MediaPolicy c : MediaPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MediaPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MediaPolicy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html deleted file mode 100644 index a132f68..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -Moderation.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Moderation.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Moderation
    -
    -
    -
    public static final class Moderation.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html deleted file mode 100644 index 58fb00b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Moderation.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -Moderation (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Moderation
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Moderation
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public CreateMediaRequestType type()
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html deleted file mode 100644 index 0b5c304..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Pagination.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Pagination.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Pagination.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Pagination
    -
    -
    -
    public static final class Pagination.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Paginationbuild() 
      Pagination.BuildercurrentOffset​(long currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      Pagination.BuildercurrentOffset​(java.util.Optional<java.lang.Long> currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      Pagination.BuilderoffsetCount​(long offsetCount) -
      The offset count is expressed as total records by limit.
      -
      Pagination.BuilderoffsetCount​(java.util.Optional<java.lang.Long> offsetCount) -
      The offset count is expressed as total records by limit.
      -
      Pagination.BuildertotalRecords​(long totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      Pagination.BuildertotalRecords​(java.util.Optional<java.lang.Long> totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        totalRecords

        -
        public Pagination.Builder totalRecords​(long totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        totalRecords

        -
        public Pagination.Builder totalRecords​(java.util.Optional<java.lang.Long> totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        currentOffset

        -
        public Pagination.Builder currentOffset​(long currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        currentOffset

        -
        public Pagination.Builder currentOffset​(java.util.Optional<java.lang.Long> currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offsetCount

        -
        public Pagination.Builder offsetCount​(long offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - -
        -
      • -

        offsetCount

        -
        public Pagination.Builder offsetCount​(java.util.Optional<java.lang.Long> offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html deleted file mode 100644 index 8ecf295..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Pagination.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -Pagination (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Pagination

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Pagination
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Pagination
    -extends java.lang.Object
    -
    Pagination - -

    Pagination organizes content into pages for better readability and navigation.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Pagination.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Pagination() 
      Pagination​(java.util.Optional<java.lang.Long> totalRecords, - java.util.Optional<java.lang.Long> currentOffset, - java.util.Optional<java.lang.Long> offsetCount) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Pagination.Builderbuilder() 
      java.util.Optional<java.lang.Long>currentOffset() -
      Determines the current point for data retrieval within a paginated list.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Long>offsetCount() -
      The offset count is expressed as total records by limit.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.Long>totalRecords() -
      It gives the total number of media assets that are accessible overall.
      -
      PaginationwithCurrentOffset​(long currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      PaginationwithCurrentOffset​(java.util.Optional<java.lang.Long> currentOffset) -
      Determines the current point for data retrieval within a paginated list.
      -
      PaginationwithOffsetCount​(long offsetCount) -
      The offset count is expressed as total records by limit.
      -
      PaginationwithOffsetCount​(java.util.Optional<java.lang.Long> offsetCount) -
      The offset count is expressed as total records by limit.
      -
      PaginationwithTotalRecords​(long totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      PaginationwithTotalRecords​(java.util.Optional<java.lang.Long> totalRecords) -
      It gives the total number of media assets that are accessible overall.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Pagination

        -
        public Pagination​(java.util.Optional<java.lang.Long> totalRecords,
        -                  java.util.Optional<java.lang.Long> currentOffset,
        -                  java.util.Optional<java.lang.Long> offsetCount)
        -
      • -
      - - - -
        -
      • -

        Pagination

        -
        public Pagination()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        totalRecords

        -
        public java.util.Optional<java.lang.Long> totalRecords()
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        currentOffset

        -
        public java.util.Optional<java.lang.Long> currentOffset()
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offsetCount

        -
        public java.util.Optional<java.lang.Long> offsetCount()
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - - - - - -
        -
      • -

        withTotalRecords

        -
        public Pagination withTotalRecords​(long totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        withTotalRecords

        -
        public Pagination withTotalRecords​(java.util.Optional<java.lang.Long> totalRecords)
        -
        It gives the total number of media assets that are accessible overall.
        -
      • -
      - - - -
        -
      • -

        withCurrentOffset

        -
        public Pagination withCurrentOffset​(long currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withCurrentOffset

        -
        public Pagination withCurrentOffset​(java.util.Optional<java.lang.Long> currentOffset)
        -
        Determines the current point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOffsetCount

        -
        public Pagination withOffsetCount​(long offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - -
        -
      • -

        withOffsetCount

        -
        public Pagination withOffsetCount​(java.util.Optional<java.lang.Long> offsetCount)
        -
        The offset count is expressed as total records by limit.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html deleted file mode 100644 index 9067417..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PatchLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchLiveStreamRequest
    -
    -
    -
    public static final class PatchLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public PatchLiveStreamRequest.Builder metadata​(PatchLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public PatchLiveStreamRequest.Builder metadata​(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchLiveStreamRequest.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchLiveStreamRequest.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html deleted file mode 100644 index d458ead..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequest.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -PatchLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchLiveStreamRequest

        -
        public PatchLiveStreamRequest​(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata,
        -                              java.util.Optional<java.lang.Long> reconnectWindow)
        -
      • -
      - - - -
        -
      • -

        PatchLiveStreamRequest

        -
        public PatchLiveStreamRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<PatchLiveStreamRequestMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - - - - - -
        -
      • -

        withMetadata

        -
        public PatchLiveStreamRequest withMetadata​(PatchLiveStreamRequestMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public PatchLiveStreamRequest withMetadata​(java.util.Optional<? extends PatchLiveStreamRequestMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchLiveStreamRequest withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchLiveStreamRequest withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html deleted file mode 100644 index 119e2b0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -PatchLiveStreamRequestMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequestMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchLiveStreamRequestMetadata
    -
    -
    -
    public static final class PatchLiveStreamRequestMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html deleted file mode 100644 index 6a9d61a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchLiveStreamRequestMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -PatchLiveStreamRequestMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchLiveStreamRequestMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchLiveStreamRequestMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchLiveStreamRequestMetadata
    -extends java.lang.Object
    -
    PatchLiveStreamRequestMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchLiveStreamRequestMetadata

        -
        public PatchLiveStreamRequestMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html deleted file mode 100644 index db7d333..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PatchResponseDTO.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDTO.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDTO.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchResponseDTO
    -
    -
    -
    public static final class PatchResponseDTO.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html deleted file mode 100644 index 55e4473..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDTO.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PatchResponseDTO (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDTO

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDTO
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseDTO
    -extends java.lang.Object
    -
    PatchResponseDTO - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseDTO

        -
        public PatchResponseDTO​(java.util.Optional<java.lang.Boolean> success,
        -                        java.util.Optional<? extends PatchResponseData> data)
        -
      • -
      - - - -
        -
      • -

        PatchResponseDTO

        -
        public PatchResponseDTO()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<PatchResponseData> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public PatchResponseDTO withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public PatchResponseDTO withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html deleted file mode 100644 index 1d83842..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.Builder.html +++ /dev/null @@ -1,738 +0,0 @@ - - - - - -PatchResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchResponseData
    -
    -
    -
    public static final class PatchResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public PatchResponseData.Builder streamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamId

        -
        public PatchResponseData.Builder streamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public PatchResponseData.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public PatchResponseData.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public PatchResponseData.Builder srtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public PatchResponseData.Builder srtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public PatchResponseData.Builder trial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public PatchResponseData.Builder trial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public PatchResponseData.Builder status​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public PatchResponseData.Builder status​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public PatchResponseData.Builder maxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public PatchResponseData.Builder maxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public PatchResponseData.Builder maxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public PatchResponseData.Builder maxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public PatchResponseData.Builder createdAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public PatchResponseData.Builder createdAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchResponseData.Builder reconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public PatchResponseData.Builder reconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public PatchResponseData.Builder enableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public PatchResponseData.Builder enableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public PatchResponseData.Builder mediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public PatchResponseData.Builder mediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public PatchResponseData.Builder metadata​(PatchResponseDataMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public PatchResponseData.Builder metadata​(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - - - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html deleted file mode 100644 index 329d71d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseData.html +++ /dev/null @@ -1,1128 +0,0 @@ - - - - - -PatchResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseData
    -extends java.lang.Object
    -
    PatchResponseData - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class PatchResponseData.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      PatchResponseData() 
      PatchResponseData​(java.util.Optional<java.lang.String> streamId, - java.util.Optional<java.lang.String> streamKey, - java.util.Optional<java.lang.String> srtSecret, - java.util.Optional<java.lang.Boolean> trial, - java.util.Optional<java.lang.String> status, - java.util.Optional<java.lang.String> maxResolution, - java.util.Optional<java.lang.Long> maxDuration, - java.util.Optional<java.time.OffsetDateTime> createdAt, - java.util.Optional<java.lang.Long> reconnectWindow, - java.util.Optional<java.lang.Boolean> enableRecording, - java.util.Optional<java.lang.String> mediaPolicy, - java.util.Optional<? extends PatchResponseDataMetadata> metadata, - java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId, - java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static PatchResponseData.Builderbuilder() 
      java.util.Optional<java.time.OffsetDateTime>createdAt() -
      It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
      -
      java.util.Optional<java.lang.Boolean>enableRecording() -
      When set to true, the livestream will be recorded and stored for later viewing purposes.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Long>maxDuration() -
      The maximum duration in seconds that a live stream can have before it ends the stream.
      -
      java.util.Optional<java.lang.String>maxResolution() -
      Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
      -
      java.util.Optional<java.lang.String>mediaPolicy() -
      Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
      -
      java.util.Optional<PatchResponseDataMetadata>metadata() -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
      -
      java.util.Optional<java.util.List<PlaybackIds>>playbackId() 
      java.util.Optional<java.lang.Long>reconnectWindow() -
      In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
      -
      java.util.Optional<PatchResponseDataSrtPlaybackResponse>srtPlaybackResponse() -
      This object contains the livestream playback response details for SRT Protocol.
      -
      java.util.Optional<java.lang.String>srtSecret() -
      A secret used for securing the SRT stream.
      -
      java.util.Optional<java.lang.String>status() -
      The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
      -
      java.util.Optional<java.lang.String>streamId() -
      Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
      -
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.Boolean>trial() -
      FastPix allows for a to trial the live stream for free.
      -
      PatchResponseDatawithCreatedAt​(java.time.OffsetDateTime createdAt) -
      It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
      -
      PatchResponseDatawithCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt) -
      It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
      -
      PatchResponseDatawithEnableRecording​(boolean enableRecording) -
      When set to true, the livestream will be recorded and stored for later viewing purposes.
      -
      PatchResponseDatawithEnableRecording​(java.util.Optional<java.lang.Boolean> enableRecording) -
      When set to true, the livestream will be recorded and stored for later viewing purposes.
      -
      PatchResponseDatawithMaxDuration​(long maxDuration) -
      The maximum duration in seconds that a live stream can have before it ends the stream.
      -
      PatchResponseDatawithMaxDuration​(java.util.Optional<java.lang.Long> maxDuration) -
      The maximum duration in seconds that a live stream can have before it ends the stream.
      -
      PatchResponseDatawithMaxResolution​(java.lang.String maxResolution) -
      Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
      -
      PatchResponseDatawithMaxResolution​(java.util.Optional<java.lang.String> maxResolution) -
      Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
      -
      PatchResponseDatawithMediaPolicy​(java.lang.String mediaPolicy) -
      Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
      -
      PatchResponseDatawithMediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy) -
      Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
      -
      PatchResponseDatawithMetadata​(PatchResponseDataMetadata metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
      -
      PatchResponseDatawithMetadata​(java.util.Optional<? extends PatchResponseDataMetadata> metadata) -
      You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs.
      -
      PatchResponseDatawithPlaybackId​(java.util.List<PlaybackIds> playbackId) 
      PatchResponseDatawithPlaybackId​(java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId) 
      PatchResponseDatawithReconnectWindow​(long reconnectWindow) -
      In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
      -
      PatchResponseDatawithReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow) -
      In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream.
      -
      PatchResponseDatawithSrtPlaybackResponse​(PatchResponseDataSrtPlaybackResponse srtPlaybackResponse) -
      This object contains the livestream playback response details for SRT Protocol.
      -
      PatchResponseDatawithSrtPlaybackResponse​(java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse) -
      This object contains the livestream playback response details for SRT Protocol.
      -
      PatchResponseDatawithSrtSecret​(java.lang.String srtSecret) -
      A secret used for securing the SRT stream.
      -
      PatchResponseDatawithSrtSecret​(java.util.Optional<java.lang.String> srtSecret) -
      A secret used for securing the SRT stream.
      -
      PatchResponseDatawithStatus​(java.lang.String status) -
      The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
      -
      PatchResponseDatawithStatus​(java.util.Optional<java.lang.String> status) -
      The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared.
      -
      PatchResponseDatawithStreamId​(java.lang.String streamId) -
      Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
      -
      PatchResponseDatawithStreamId​(java.util.Optional<java.lang.String> streamId) -
      Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
      -
      PatchResponseDatawithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      PatchResponseDatawithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      PatchResponseDatawithTrial​(boolean trial) -
      FastPix allows for a to trial the live stream for free.
      -
      PatchResponseDatawithTrial​(java.util.Optional<java.lang.Boolean> trial) -
      FastPix allows for a to trial the live stream for free.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseData

        -
        public PatchResponseData​(java.util.Optional<java.lang.String> streamId,
        -                         java.util.Optional<java.lang.String> streamKey,
        -                         java.util.Optional<java.lang.String> srtSecret,
        -                         java.util.Optional<java.lang.Boolean> trial,
        -                         java.util.Optional<java.lang.String> status,
        -                         java.util.Optional<java.lang.String> maxResolution,
        -                         java.util.Optional<java.lang.Long> maxDuration,
        -                         java.util.Optional<java.time.OffsetDateTime> createdAt,
        -                         java.util.Optional<java.lang.Long> reconnectWindow,
        -                         java.util.Optional<java.lang.Boolean> enableRecording,
        -                         java.util.Optional<java.lang.String> mediaPolicy,
        -                         java.util.Optional<? extends PatchResponseDataMetadata> metadata,
        -                         java.util.Optional<? extends java.util.List<PlaybackIds>> playbackId,
        -                         java.util.Optional<? extends PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse)
        -
      • -
      - - - -
        -
      • -

        PatchResponseData

        -
        public PatchResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.util.Optional<java.lang.String> streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        srtSecret

        -
        public java.util.Optional<java.lang.String> srtSecret()
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        trial

        -
        public java.util.Optional<java.lang.Boolean> trial()
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        status

        -
        public java.util.Optional<java.lang.String> status()
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<java.lang.String> maxResolution()
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        maxDuration

        -
        public java.util.Optional<java.lang.Long> maxDuration()
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        createdAt

        -
        public java.util.Optional<java.time.OffsetDateTime> createdAt()
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        reconnectWindow

        -
        public java.util.Optional<java.lang.Long> reconnectWindow()
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        enableRecording

        -
        public java.util.Optional<java.lang.Boolean> enableRecording()
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        mediaPolicy

        -
        public java.util.Optional<java.lang.String> mediaPolicy()
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<PatchResponseDataMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.util.Optional<java.util.List<PlaybackIds>> playbackId()
        -
      • -
      - - - -
        -
      • -

        srtPlaybackResponse

        -
        public java.util.Optional<PatchResponseDataSrtPlaybackResponse> srtPlaybackResponse()
        -
        This object contains the livestream playback response details for SRT Protocol.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public PatchResponseData withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamId

        -
        public PatchResponseData withStreamId​(java.util.Optional<java.lang.String> streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public PatchResponseData withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public PatchResponseData withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public PatchResponseData withSrtSecret​(java.lang.String srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withSrtSecret

        -
        public PatchResponseData withSrtSecret​(java.util.Optional<java.lang.String> srtSecret)
        -
        A secret used for securing the SRT stream. This ensures that only authorized users can access the stream.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public PatchResponseData withTrial​(boolean trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withTrial

        -
        public PatchResponseData withTrial​(java.util.Optional<java.lang.Boolean> trial)
        -
        FastPix allows for a to trial the live stream for free. The duration of trial streams is five minutes. After five minutes of activity, the trial stream is turned off, and the recorded asset is removed after a day.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public PatchResponseData withStatus​(java.lang.String status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withStatus

        -
        public PatchResponseData withStatus​(java.util.Optional<java.lang.String> status)
        -
        The current live stream status can be one of four values:Idle, Preparing, Active or Disabled.The Idle status signifies that there isn't a broadcast in progress.The preparing status indicates that the stream is getting prepared. while, the Active status indicates that a broadcast is currently in progress. The Disabled status means that no more RTMP streams can be published.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PatchResponseData withMaxResolution​(java.lang.String maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PatchResponseData withMaxResolution​(java.util.Optional<java.lang.String> maxResolution)
        -
        Max resolution can be used to control the maximum resolution your media is encoded, stored, and streamed at.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public PatchResponseData withMaxDuration​(long maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withMaxDuration

        -
        public PatchResponseData withMaxDuration​(java.util.Optional<java.lang.Long> maxDuration)
        -
        The maximum duration in seconds that a live stream can have before it ends the stream.
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public PatchResponseData withCreatedAt​(java.time.OffsetDateTime createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withCreatedAt

        -
        public PatchResponseData withCreatedAt​(java.util.Optional<java.time.OffsetDateTime> createdAt)
        -
        It is the moment when the stream was created Time the media was generated, defined as a localDateTime (UTC Time).
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchResponseData withReconnectWindow​(long reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withReconnectWindow

        -
        public PatchResponseData withReconnectWindow​(java.util.Optional<java.lang.Long> reconnectWindow)
        -
        In case the software streaming the live, get disrupted for any reason and get disconnect from FastPix, the reconnect window specifies the waiting time span of FastPix will wait before ending the stream. Before starting the stream, you can set the reconnect window time set which is up to 1800 seconds.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public PatchResponseData withEnableRecording​(boolean enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withEnableRecording

        -
        public PatchResponseData withEnableRecording​(java.util.Optional<java.lang.Boolean> enableRecording)
        -
        When set to true, the livestream will be recorded and stored for later viewing purposes. If set to false, the livestream will not be recorded.
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public PatchResponseData withMediaPolicy​(java.lang.String mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMediaPolicy

        -
        public PatchResponseData withMediaPolicy​(java.util.Optional<java.lang.String> mediaPolicy)
        -
        Determines whether the recorded stream should be publicly accessible or private in Live to VOD (Video on Demand).
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public PatchResponseData withMetadata​(PatchResponseDataMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public PatchResponseData withMetadata​(java.util.Optional<? extends PatchResponseDataMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html deleted file mode 100644 index 274cbfa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -PatchResponseDataMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PatchResponseDataMetadata
    -
    -
    -
    public static final class PatchResponseDataMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html deleted file mode 100644 index d43111f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -PatchResponseDataMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseDataMetadata
    -extends java.lang.Object
    -
    PatchResponseDataMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key":"value"s pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseDataMetadata

        -
        public PatchResponseDataMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html deleted file mode 100644 index 75b9d4e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PatchResponseDataSrtPlaybackResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataSrtPlaybackResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackStreamId​(java.lang.String srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackStreamId​(java.util.Optional<java.lang.String> srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackSecret​(java.lang.String srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse.Builder srtPlaybackSecret​(java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html deleted file mode 100644 index 13bf82f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PatchResponseDataSrtPlaybackResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PatchResponseDataSrtPlaybackResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PatchResponseDataSrtPlaybackResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PatchResponseDataSrtPlaybackResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PatchResponseDataSrtPlaybackResponse
    -extends java.lang.Object
    -
    PatchResponseDataSrtPlaybackResponse - -

    This object contains the livestream playback response details for SRT Protocol.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PatchResponseDataSrtPlaybackResponse

        -
        public PatchResponseDataSrtPlaybackResponse​(java.util.Optional<java.lang.String> srtPlaybackStreamId,
        -                                            java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
      • -
      - - - -
        -
      • -

        PatchResponseDataSrtPlaybackResponse

        -
        public PatchResponseDataSrtPlaybackResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        srtPlaybackStreamId

        -
        public java.util.Optional<java.lang.String> srtPlaybackStreamId()
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        srtPlaybackSecret

        -
        public java.util.Optional<java.lang.String> srtPlaybackSecret()
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - - - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackStreamId​(java.lang.String srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackStreamId

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackStreamId​(java.util.Optional<java.lang.String> srtPlaybackStreamId)
        -
        A unique identifier for the SRT playback stream. This ID is used to distinguish between different playback streams.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackSecret​(java.lang.String srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        withSrtPlaybackSecret

        -
        public PatchResponseDataSrtPlaybackResponse withSrtPlaybackSecret​(java.util.Optional<java.lang.String> srtPlaybackSecret)
        -
        A playback secret used for securing the SRT playback stream. This ensures that only authorized users can access the playback.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html deleted file mode 100644 index 2faf28b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.Builder.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - -Placement.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Placement.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Placement.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Placement
    -
    -
    -
    public static final class Placement.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        xAlign

        -
        public Placement.Builder xAlign​(java.util.Optional<? extends XAlign> xAlign)
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        xMargin

        -
        public Placement.Builder xMargin​(java.lang.String xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        xMargin

        -
        public Placement.Builder xMargin​(java.util.Optional<java.lang.String> xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - - - - - -
        -
      • -

        yAlign

        -
        public Placement.Builder yAlign​(java.util.Optional<? extends YAlign> yAlign)
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        yMargin

        -
        public Placement.Builder yMargin​(java.lang.String yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        yMargin

        -
        public Placement.Builder yMargin​(java.util.Optional<java.lang.String> yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html deleted file mode 100644 index 6280784..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Placement.html +++ /dev/null @@ -1,604 +0,0 @@ - - - - - -Placement (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Placement

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Placement
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Placement
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Placement.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Placement() 
      Placement​(java.util.Optional<? extends XAlign> xAlign, - java.util.Optional<java.lang.String> xMargin, - java.util.Optional<? extends YAlign> yAlign, - java.util.Optional<java.lang.String> yMargin) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Placement.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.StringtoString() 
      PlacementwithXAlign​(XAlign xAlign) -
      Horizontal alignment of the watermark.
      -
      PlacementwithXAlign​(java.util.Optional<? extends XAlign> xAlign) -
      Horizontal alignment of the watermark.
      -
      PlacementwithXMargin​(java.lang.String xMargin) -
      Horizontal margin from the edge of the video.
      -
      PlacementwithXMargin​(java.util.Optional<java.lang.String> xMargin) -
      Horizontal margin from the edge of the video.
      -
      PlacementwithYAlign​(YAlign yAlign) -
      Vertical alignment of the watermark.
      -
      PlacementwithYAlign​(java.util.Optional<? extends YAlign> yAlign) -
      Vertical alignment of the watermark.
      -
      PlacementwithYMargin​(java.lang.String yMargin) -
      Vertical margin from the edge of the video.
      -
      PlacementwithYMargin​(java.util.Optional<java.lang.String> yMargin) -
      Vertical margin from the edge of the video.
      -
      java.util.Optional<XAlign>xAlign() -
      Horizontal alignment of the watermark.
      -
      java.util.Optional<java.lang.String>xMargin() -
      Horizontal margin from the edge of the video.
      -
      java.util.Optional<YAlign>yAlign() -
      Vertical alignment of the watermark.
      -
      java.util.Optional<java.lang.String>yMargin() -
      Vertical margin from the edge of the video.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Placement

        -
        public Placement​(java.util.Optional<? extends XAlign> xAlign,
        -                 java.util.Optional<java.lang.String> xMargin,
        -                 java.util.Optional<? extends YAlign> yAlign,
        -                 java.util.Optional<java.lang.String> yMargin)
        -
      • -
      - - - -
        -
      • -

        Placement

        -
        public Placement()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        xAlign

        -
        public java.util.Optional<XAlign> xAlign()
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        xMargin

        -
        public java.util.Optional<java.lang.String> xMargin()
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        yAlign

        -
        public java.util.Optional<YAlign> yAlign()
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        yMargin

        -
        public java.util.Optional<java.lang.String> yMargin()
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - - - - - -
        -
      • -

        withXAlign

        -
        public Placement withXAlign​(XAlign xAlign)
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withXAlign

        -
        public Placement withXAlign​(java.util.Optional<? extends XAlign> xAlign)
        -
        Horizontal alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withXMargin

        -
        public Placement withXMargin​(java.lang.String xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        withXMargin

        -
        public Placement withXMargin​(java.util.Optional<java.lang.String> xMargin)
        -
        Horizontal margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        withYAlign

        -
        public Placement withYAlign​(YAlign yAlign)
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withYAlign

        -
        public Placement withYAlign​(java.util.Optional<? extends YAlign> yAlign)
        -
        Vertical alignment of the watermark.
        -
      • -
      - - - -
        -
      • -

        withYMargin

        -
        public Placement withYMargin​(java.lang.String yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        withYMargin

        -
        public Placement withYMargin​(java.util.Optional<java.lang.String> yMargin)
        -
        Vertical margin from the edge of the video.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html deleted file mode 100644 index e32a69d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -PlaybackId.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackId.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackId.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackId
    -
    -
    -
    public static final class PlaybackId.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public PlaybackId.Builder id​(java.lang.String id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public PlaybackId.Builder id​(java.util.Optional<java.lang.String> id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - - - - - -
        -
      • -

        accessPolicy

        -
        public PlaybackId.Builder accessPolicy​(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        accessRestrictions

        -
        public PlaybackId.Builder accessRestrictions​(PlaybackIdAccessRestrictions accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - -
        -
      • -

        accessRestrictions

        -
        public PlaybackId.Builder accessRestrictions​(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html deleted file mode 100644 index a3a3240..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackId.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -PlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackId

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackId
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackId
    -extends java.lang.Object
    -
    PlaybackId - -

    A collection of Playback ID objects utilized for crafting HLS playback urls.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        PlaybackId

        -
        public PlaybackId()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<PlaybackIdAccessPolicy> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        accessRestrictions

        -
        public java.util.Optional<PlaybackIdAccessRestrictions> accessRestrictions()
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public PlaybackId withId​(java.lang.String id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public PlaybackId withId​(java.util.Optional<java.lang.String> id)
        -
        A unique identifier is generated by FastPix for the playbacks.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackId withAccessPolicy​(PlaybackIdAccessPolicy accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackId withAccessPolicy​(java.util.Optional<? extends PlaybackIdAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessRestrictions

        -
        public PlaybackId withAccessRestrictions​(PlaybackIdAccessRestrictions accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - -
        -
      • -

        withAccessRestrictions

        -
        public PlaybackId withAccessRestrictions​(java.util.Optional<? extends PlaybackIdAccessRestrictions> accessRestrictions)
        -
        Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html deleted file mode 100644 index 60b2c0b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessPolicy.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -PlaybackIdAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdAccessPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdAccessPolicy>
    -
    -
    -
    public enum PlaybackIdAccessPolicy
    -extends java.lang.Enum<PlaybackIdAccessPolicy>
    -
    PlaybackIdAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      DRM 
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<PlaybackIdAccessPolicy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static PlaybackIdAccessPolicyvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static PlaybackIdAccessPolicy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdAccessPolicy c : PlaybackIdAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<PlaybackIdAccessPolicy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html deleted file mode 100644 index b472d23..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PlaybackIdAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdAccessRestrictions
    -
    -
    -
    public static final class PlaybackIdAccessRestrictions.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html deleted file mode 100644 index d356aa9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdAccessRestrictions.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PlaybackIdAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdAccessRestrictions
    -extends java.lang.Object
    -
    PlaybackIdAccessRestrictions - -

    Controls access based on domains and user agents. Defines a default policy (either "allow" or "deny") and provides lists for explicitly allowed or denied domains and user agents.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdAccessRestrictions

        -
        public PlaybackIdAccessRestrictions​(java.util.Optional<? extends PlaybackIdDomains> domains,
        -                                    java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdAccessRestrictions

        -
        public PlaybackIdAccessRestrictions()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        domains

        -
        public java.util.Optional<PlaybackIdDomains> domains()
        -
        Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
        -
      • -
      - - - -
        -
      • -

        userAgents

        -
        public java.util.Optional<PlaybackIdUserAgents> userAgents()
        -
        Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
        -
      • -
      - - - - - - - -
        -
      • -

        withDomains

        -
        public PlaybackIdAccessRestrictions withDomains​(PlaybackIdDomains domains)
        -
        Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
        -
      • -
      - - - -
        -
      • -

        withDomains

        -
        public PlaybackIdAccessRestrictions withDomains​(java.util.Optional<? extends PlaybackIdDomains> domains)
        -
        Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).
        -
      • -
      - - - - - - - -
        -
      • -

        withUserAgents

        -
        public PlaybackIdAccessRestrictions withUserAgents​(java.util.Optional<? extends PlaybackIdUserAgents> userAgents)
        -
        Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html deleted file mode 100644 index f166858..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -PlaybackIdDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdDomains
    -
    -
    -
    public static final class PlaybackIdDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html deleted file mode 100644 index 0bcb58c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomains.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -PlaybackIdDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdDomains
    -extends java.lang.Object
    -
    PlaybackIdDomains - -

    Restrictions based on the originating domain of a request (e.g., whether requests from certain websites should be allowed or blocked).

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdDomains

        -
        public PlaybackIdDomains​(java.util.Optional<? extends PlaybackIdDomainsDefaultPolicy> defaultPolicy,
        -                         java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                         java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdDomains

        -
        public PlaybackIdDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<PlaybackIdDomainsDefaultPolicy> defaultPolicy()
        -
        This sets the default behavior for domain access (either "allow" or "deny").
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domains that are explicitly allowed access.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domains that are explicitly blocked from accessing the resource.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domains that are explicitly allowed access.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domains that are explicitly allowed access.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domains that are explicitly blocked from accessing the resource.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domains that are explicitly blocked from accessing the resource.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html deleted file mode 100644 index affebd0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdDomainsDefaultPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackIdDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdDomainsDefaultPolicy>
    -
    -
    -
    public enum PlaybackIdDomainsDefaultPolicy
    -extends java.lang.Enum<PlaybackIdDomainsDefaultPolicy>
    -
    PlaybackIdDomainsDefaultPolicy - -

    This sets the default behavior for domain access (either "allow" or "deny").

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ALLOW 
      DENY 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdDomainsDefaultPolicy c : PlaybackIdDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html deleted file mode 100644 index c9af544..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -PlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdRequest
    -
    -
    -
    public static final class PlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html deleted file mode 100644 index a056d5d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequest.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -PlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        PlaybackIdRequest

        -
        public PlaybackIdRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<PlaybackIdRequestAccessPolicy> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIdRequest withAccessPolicy​(java.util.Optional<? extends PlaybackIdRequestAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html deleted file mode 100644 index e5217bc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdRequestAccessPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackIdRequestAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdRequestAccessPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdRequestAccessPolicy>
    -
    -
    -
    public enum PlaybackIdRequestAccessPolicy
    -extends java.lang.Enum<PlaybackIdRequestAccessPolicy>
    -
    PlaybackIdRequestAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdRequestAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdRequestAccessPolicy c : PlaybackIdRequestAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdRequestAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html deleted file mode 100644 index 7532e17..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -PlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdResponse
    -
    -
    -
    public static final class PlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html deleted file mode 100644 index a35d5b0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponse.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -PlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdResponse
    -extends java.lang.Object
    -
    PlaybackIdResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdResponse

        -
        public PlaybackIdResponse​(java.util.Optional<java.lang.Boolean> success,
        -                          java.util.Optional<? extends PlaybackIdResponseData> data)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdResponse

        -
        public PlaybackIdResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public PlaybackIdResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public PlaybackIdResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html deleted file mode 100644 index 1581629..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PlaybackIdResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdResponseData
    -
    -
    -
    public static final class PlaybackIdResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html deleted file mode 100644 index 5021e34..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdResponseData.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -PlaybackIdResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdResponseData
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdResponseData

        -
        public PlaybackIdResponseData​(java.util.Optional<java.lang.String> id,
        -                              java.util.Optional<java.lang.String> accessPolicy)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdResponseData

        -
        public PlaybackIdResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<java.lang.String> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public PlaybackIdResponseData withId​(java.lang.String id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public PlaybackIdResponseData withId​(java.util.Optional<java.lang.String> id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIdResponseData withAccessPolicy​(java.lang.String accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIdResponseData withAccessPolicy​(java.util.Optional<java.lang.String> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html deleted file mode 100644 index 47ec97d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -PlaybackIdUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdUserAgents.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIdUserAgents
    -
    -
    -
    public static final class PlaybackIdUserAgents.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html deleted file mode 100644 index b98099d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgents.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -PlaybackIdUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIdUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIdUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIdUserAgents
    -extends java.lang.Object
    -
    PlaybackIdUserAgents - -

    Restrictions based on the user agent (which is typically a string sent by browsers or bots identifying themselves).

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIdUserAgents

        -
        public PlaybackIdUserAgents​(java.util.Optional<? extends PlaybackIdUserAgentsDefaultPolicy> defaultPolicy,
        -                            java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                            java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        PlaybackIdUserAgents

        -
        public PlaybackIdUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<PlaybackIdUserAgentsDefaultPolicy> defaultPolicy()
        -
        This sets the default behavior for user agent access (either "allow" or "deny").
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of specific user agents that are allowed to access the resource.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of specific user agents that are blocked.
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of specific user agents that are allowed to access the resource.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public PlaybackIdUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of specific user agents that are allowed to access the resource.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of specific user agents that are blocked.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public PlaybackIdUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of specific user agents that are blocked.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html deleted file mode 100644 index d9719b4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIdUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackIdUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackIdUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackIdUserAgentsDefaultPolicy>
    -
    -
    -
    public enum PlaybackIdUserAgentsDefaultPolicy
    -extends java.lang.Enum<PlaybackIdUserAgentsDefaultPolicy>
    -
    PlaybackIdUserAgentsDefaultPolicy - -

    This sets the default behavior for user agent access (either "allow" or "deny").

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ALLOW 
      DENY 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackIdUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackIdUserAgentsDefaultPolicy c : PlaybackIdUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackIdUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html deleted file mode 100644 index f036e26..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -PlaybackIds.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIds.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIds.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackIds
    -
    -
    -
    public static final class PlaybackIds.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      PlaybackIds.BuilderaccessPolicy​(java.lang.String accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIds.BuilderaccessPolicy​(java.util.Optional<java.lang.String> accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIdsbuild() 
      PlaybackIds.Builderid​(java.lang.String id) -
      Unique identifier for the playbackId
      -
      PlaybackIds.Builderid​(java.util.Optional<java.lang.String> id) -
      Unique identifier for the playbackId
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public PlaybackIds.Builder id​(java.lang.String id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        id

        -
        public PlaybackIds.Builder id​(java.util.Optional<java.lang.String> id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public PlaybackIds.Builder accessPolicy​(java.lang.String accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public PlaybackIds.Builder accessPolicy​(java.util.Optional<java.lang.String> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html deleted file mode 100644 index a7c0121..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackIds.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -PlaybackIds (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackIds

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackIds
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackIds
    -extends java.lang.Object
    -
    PlaybackIds - -

    A collection of Playback ID objects utilized for crafting HLS playback urls.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class PlaybackIds.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      PlaybackIds() 
      PlaybackIds​(java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.String> accessPolicy) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.Optional<java.lang.String>accessPolicy() -
      Determines if access to the streamed content is kept private or available to all.
      -
      static PlaybackIds.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>id() -
      Unique identifier for the playbackId
      -
      java.lang.StringtoString() 
      PlaybackIdswithAccessPolicy​(java.lang.String accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIdswithAccessPolicy​(java.util.Optional<java.lang.String> accessPolicy) -
      Determines if access to the streamed content is kept private or available to all.
      -
      PlaybackIdswithId​(java.lang.String id) -
      Unique identifier for the playbackId
      -
      PlaybackIdswithId​(java.util.Optional<java.lang.String> id) -
      Unique identifier for the playbackId
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PlaybackIds

        -
        public PlaybackIds​(java.util.Optional<java.lang.String> id,
        -                   java.util.Optional<java.lang.String> accessPolicy)
        -
      • -
      - - - -
        -
      • -

        PlaybackIds

        -
        public PlaybackIds()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<java.lang.String> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public PlaybackIds withId​(java.lang.String id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public PlaybackIds withId​(java.util.Optional<java.lang.String> id)
        -
        Unique identifier for the playbackId
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIds withAccessPolicy​(java.lang.String accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackIds withAccessPolicy​(java.util.Optional<java.lang.String> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html deleted file mode 100644 index a21a9dd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -PlaybackSettings.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackSettings.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackSettings.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PlaybackSettings
    -
    -
    -
    public static final class PlaybackSettings.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html deleted file mode 100644 index c21a113..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettings.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -PlaybackSettings (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PlaybackSettings

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.PlaybackSettings
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PlaybackSettings
    -extends java.lang.Object
    -
    PlaybackSettings - -

    Displays the result of the playback settings.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        PlaybackSettings

        -
        public PlaybackSettings()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        accessPolicy

        -
        public java.util.Optional<PlaybackSettingsAccessPolicy> accessPolicy()
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withAccessPolicy

        -
        public PlaybackSettings withAccessPolicy​(java.util.Optional<? extends PlaybackSettingsAccessPolicy> accessPolicy)
        -
        Determines if access to the streamed content is kept private or available to all.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html deleted file mode 100644 index 81f48f7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/PlaybackSettingsAccessPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -PlaybackSettingsAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum PlaybackSettingsAccessPolicy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<PlaybackSettingsAccessPolicy>
    -
    -
    -
    public enum PlaybackSettingsAccessPolicy
    -extends java.lang.Enum<PlaybackSettingsAccessPolicy>
    -
    PlaybackSettingsAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      PRIVATE 
      PUBLIC 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static PlaybackSettingsAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (PlaybackSettingsAccessPolicy c : PlaybackSettingsAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static PlaybackSettingsAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html deleted file mode 100644 index 3484843..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.Builder.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - -Security.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Security.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Security.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Security
    -
    -
    -
    public static final class Security.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Security.html deleted file mode 100644 index 7a80d36..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Security.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - -Security (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Security

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Security
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    HasSecurity
    -
    -
    -
    public class Security
    -extends java.lang.Object
    -implements HasSecurity
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Security.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Security​(java.lang.String username, - java.lang.String password) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Security

        -
        public Security​(java.lang.String username,
        -                java.lang.String password)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        username

        -
        public java.lang.String username()
        -
      • -
      - - - -
        -
      • -

        password

        -
        public java.lang.String password()
        -
      • -
      - - - - - - - -
        -
      • -

        withUsername

        -
        public Security withUsername​(java.lang.String username)
        -
      • -
      - - - -
        -
      • -

        withPassword

        -
        public Security withPassword​(java.lang.String password)
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html deleted file mode 100644 index 533b84a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Segment1.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment1.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment1.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Segment1
    -
    -
    -
    public static final class Segment1.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Segment1build() 
      Segment1.BuilderinsertAt​(long insertAt) -
      The timestamp at which the segment should be inserted.
      -
      Segment1.Builderurl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public Segment1.Builder url​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAt

        -
        public Segment1.Builder insertAt​(long insertAt)
        -
        The timestamp at which the segment should be inserted.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Segment1 build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html deleted file mode 100644 index 828d3fd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment1.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -Segment1 (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment1

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment1
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Segment1
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Segment1.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Segment1​(java.lang.String url, - long insertAt) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Segment1.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      longinsertAt() -
      The timestamp at which the segment should be inserted.
      -
      java.lang.StringtoString() 
      java.lang.Stringurl() -
      URL of the segment to be added.
      -
      Segment1withInsertAt​(long insertAt) -
      The timestamp at which the segment should be inserted.
      -
      Segment1withUrl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Segment1

        -
        public Segment1​(java.lang.String url,
        -                long insertAt)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAt

        -
        public long insertAt()
        -
        The timestamp at which the segment should be inserted.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public Segment1 withUrl​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        withInsertAt

        -
        public Segment1 withInsertAt​(long insertAt)
        -
        The timestamp at which the segment should be inserted.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html deleted file mode 100644 index 2a9128c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Segment2.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment2.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment2.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Segment2
    -
    -
    -
    public static final class Segment2.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Segment2build() 
      Segment2.BuilderinsertAtEnd​(boolean insertAtEnd) -
      Flag indicating the segment should be inserted at the end.
      -
      Segment2.Builderurl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public Segment2.Builder url​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAtEnd

        -
        public Segment2.Builder insertAtEnd​(boolean insertAtEnd)
        -
        Flag indicating the segment should be inserted at the end.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Segment2 build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html deleted file mode 100644 index 5bca976..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Segment2.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -Segment2 (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Segment2

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Segment2
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Segment2
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Segment2.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Segment2​(java.lang.String url, - boolean insertAtEnd) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Segment2.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      booleaninsertAtEnd() -
      Flag indicating the segment should be inserted at the end.
      -
      java.lang.StringtoString() 
      java.lang.Stringurl() -
      URL of the segment to be added.
      -
      Segment2withInsertAtEnd​(boolean insertAtEnd) -
      Flag indicating the segment should be inserted at the end.
      -
      Segment2withUrl​(java.lang.String url) -
      URL of the segment to be added.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Segment2

        -
        public Segment2​(java.lang.String url,
        -                boolean insertAtEnd)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        insertAtEnd

        -
        public boolean insertAtEnd()
        -
        Flag indicating the segment should be inserted at the end.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public Segment2 withUrl​(java.lang.String url)
        -
        URL of the segment to be added.
        -
      • -
      - - - -
        -
      • -

        withInsertAtEnd

        -
        public Segment2 withInsertAtEnd​(boolean insertAtEnd)
        -
        Flag indicating the segment should be inserted at the end.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html deleted file mode 100644 index 732ad5f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion._Deserializer.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -SegmentUnion._Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SegmentUnion._Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    SegmentUnion
    -
    -
    -
    public static final class SegmentUnion._Deserializer
    -extends OneOfDeserializer<SegmentUnion>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      _Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        _Deserializer

        -
        public _Deserializer()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html deleted file mode 100644 index 7f510bf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SegmentUnion.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -SegmentUnion (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SegmentUnion

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SegmentUnion
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SegmentUnion
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      static SegmentUnionof​(Segment1 value) 
      static SegmentUnionof​(Segment2 value) 
      java.lang.StringtoString() 
      java.lang.Objectvalue() -
      Returns an instance of one of these types: - - io.fastpix.sdk.models.components.Segment1 - io.fastpix.sdk.models.components.Segment2 -
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
        Returns an instance of one of these types: -
          -
        • io.fastpix.sdk.models.components.Segment1
        • -
        • io.fastpix.sdk.models.components.Segment2
        • -
        - -

        Use instanceof to determine what type is returned. For example: - -

        - if (obj.value() instanceof String) {
        -     String answer = (String) obj.value();
        -     System.out.println("answer=" + answer);
        - }
        - 
        -
        -
        Returns:
        -
        value of oneOf type
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html deleted file mode 100644 index 835577f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastRequest
    -
    -
    -
    public static final class SimulcastRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      SimulcastRequestbuild() 
      SimulcastRequest.BuilderstreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequest.BuilderstreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequest.Builderurl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastRequest.Builderurl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public SimulcastRequest.Builder url​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastRequest.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastRequest.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastRequest.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html deleted file mode 100644 index 826cebf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastRequest.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -SimulcastRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class SimulcastRequest.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SimulcastRequest() 
      SimulcastRequest​(java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.String> streamKey) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SimulcastRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastRequestwithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequestwithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastRequestwithUrl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastRequestwithUrl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastRequest

        -
        public SimulcastRequest​(java.util.Optional<java.lang.String> url,
        -                        java.util.Optional<java.lang.String> streamKey)
        -
      • -
      - - - -
        -
      • -

        SimulcastRequest

        -
        public SimulcastRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - - - - - -
        -
      • -

        withUrl

        -
        public SimulcastRequest withUrl​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastRequest withUrl​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastRequest withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastRequest withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html deleted file mode 100644 index f58248b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastResponse
    -
    -
    -
    public static final class SimulcastResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html deleted file mode 100644 index fd85b13..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -SimulcastResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastResponse
    -extends java.lang.Object
    -
    SimulcastResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastResponse

        -
        public SimulcastResponse​(java.util.Optional<java.lang.Boolean> success,
        -                         java.util.Optional<? extends SimulcastResponseData> data)
        -
      • -
      - - - -
        -
      • -

        SimulcastResponse

        -
        public SimulcastResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<SimulcastResponseData> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html deleted file mode 100644 index 972be80..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.Builder.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - -SimulcastResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastResponseData
    -
    -
    -
    public static final class SimulcastResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastResponseData.Builder simulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastResponseData.Builder simulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastResponseData.Builder url​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastResponseData.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastResponseData.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastResponseData.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastResponseData.Builder isEnabled​(boolean isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastResponseData.Builder isEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastResponseData.Builder metadata​(SimulcastResponseMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastResponseData.Builder metadata​(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html deleted file mode 100644 index 5ae931d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseData.html +++ /dev/null @@ -1,660 +0,0 @@ - - - - - -SimulcastResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastResponseData
    -extends java.lang.Object
    -
    SimulcastResponseData - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SimulcastResponseData() 
      SimulcastResponseData​(java.util.Optional<java.lang.String> simulcastId, - java.util.Optional<java.lang.String> url, - java.util.Optional<java.lang.String> streamKey, - java.util.Optional<java.lang.Boolean> isEnabled, - java.util.Optional<? extends SimulcastResponseMetadata> metadata) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SimulcastResponseData.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Boolean>isEnabled() -
      When the value is true, the simulcast will be enabled for the given stream
      -
      java.util.Optional<SimulcastResponseMetadata>metadata() -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      java.util.Optional<java.lang.String>simulcastId() -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastResponseDatawithIsEnabled​(boolean isEnabled) -
      When the value is true, the simulcast will be enabled for the given stream
      -
      SimulcastResponseDatawithIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled) -
      When the value is true, the simulcast will be enabled for the given stream
      -
      SimulcastResponseDatawithMetadata​(SimulcastResponseMetadata metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastResponseDatawithMetadata​(java.util.Optional<? extends SimulcastResponseMetadata> metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastResponseDatawithSimulcastId​(java.lang.String simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastResponseDatawithSimulcastId​(java.util.Optional<java.lang.String> simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastResponseDatawithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastResponseDatawithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastResponseDatawithUrl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastResponseDatawithUrl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastResponseData

        -
        public SimulcastResponseData​(java.util.Optional<java.lang.String> simulcastId,
        -                             java.util.Optional<java.lang.String> url,
        -                             java.util.Optional<java.lang.String> streamKey,
        -                             java.util.Optional<java.lang.Boolean> isEnabled,
        -                             java.util.Optional<? extends SimulcastResponseMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        SimulcastResponseData

        -
        public SimulcastResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public java.util.Optional<java.lang.String> simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public java.util.Optional<java.lang.Boolean> isEnabled()
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SimulcastResponseMetadata> metadata()
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastResponseData withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastResponseData withSimulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastResponseData withUrl​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastResponseData withUrl​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastResponseData withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastResponseData withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastResponseData withIsEnabled​(boolean isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastResponseData withIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is true, the simulcast will be enabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastResponseData withMetadata​(SimulcastResponseMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastResponseData withMetadata​(java.util.Optional<? extends SimulcastResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html deleted file mode 100644 index 2d3261a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SimulcastResponseMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastResponseMetadata
    -
    -
    -
    public static final class SimulcastResponseMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html deleted file mode 100644 index 16b76c3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastResponseMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SimulcastResponseMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastResponseMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastResponseMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastResponseMetadata
    -extends java.lang.Object
    -
    SimulcastResponseMetadata - -

    Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastResponseMetadata

        -
        public SimulcastResponseMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html deleted file mode 100644 index 7743c34..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastUpdateRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateRequest
    -
    -
    -
    public static final class SimulcastUpdateRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateRequest.Builder isEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateRequest.Builder isEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastUpdateRequest.Builder metadata​(SimulcastUpdateRequestMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public SimulcastUpdateRequest.Builder metadata​(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html deleted file mode 100644 index d4400db..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequest.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -SimulcastUpdateRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateRequest

        -
        public SimulcastUpdateRequest​(java.util.Optional<java.lang.Boolean> isEnabled,
        -                              java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        SimulcastUpdateRequest

        -
        public SimulcastUpdateRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        isEnabled

        -
        public java.util.Optional<java.lang.Boolean> isEnabled()
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SimulcastUpdateRequestMetadata> metadata()
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateRequest withIsEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateRequest withIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateRequest withMetadata​(SimulcastUpdateRequestMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateRequest withMetadata​(java.util.Optional<? extends SimulcastUpdateRequestMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html deleted file mode 100644 index 2a80dce..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SimulcastUpdateRequestMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequestMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateRequestMetadata
    -
    -
    -
    public static final class SimulcastUpdateRequestMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html deleted file mode 100644 index e69f6cc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateRequestMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SimulcastUpdateRequestMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateRequestMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateRequestMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateRequestMetadata
    -extends java.lang.Object
    -
    SimulcastUpdateRequestMetadata - -

    Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateRequestMetadata

        -
        public SimulcastUpdateRequestMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html deleted file mode 100644 index 29e04bd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastUpdateResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateResponse
    -
    -
    -
    public static final class SimulcastUpdateResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html deleted file mode 100644 index b745079..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponse.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -SimulcastUpdateResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateResponse
    -extends java.lang.Object
    -
    SimulcastUpdateResponse - -

    Displays the result of the request.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateResponse

        -
        public SimulcastUpdateResponse​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends SimulcastUpdateResponseData> data)
        -
      • -
      - - - -
        -
      • -

        SimulcastUpdateResponse

        -
        public SimulcastUpdateResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUpdateResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUpdateResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html deleted file mode 100644 index 3c9c523..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.Builder.html +++ /dev/null @@ -1,438 +0,0 @@ - - - - - -SimulcastUpdateResponseData.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseData.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseData.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateResponseData
    -
    -
    -
    public static final class SimulcastUpdateResponseData.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastUpdateResponseData.Builder simulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public SimulcastUpdateResponseData.Builder simulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastUpdateResponseData.Builder url​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public SimulcastUpdateResponseData.Builder url​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastUpdateResponseData.Builder streamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public SimulcastUpdateResponseData.Builder streamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateResponseData.Builder isEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public SimulcastUpdateResponseData.Builder isEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - - - - - -
        -
      • -

        metadata

        -
        public SimulcastUpdateResponseData.Builder metadata​(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html deleted file mode 100644 index cc05689..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseData.html +++ /dev/null @@ -1,660 +0,0 @@ - - - - - -SimulcastUpdateResponseData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseData
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateResponseData
    -extends java.lang.Object
    -
    SimulcastUpdateResponseData - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SimulcastUpdateResponseData.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Boolean>isEnabled() -
      When the value is set to false, the simulcast will be disabled for the given stream
      -
      java.util.Optional<SimulcastUpdateResponseMetadata>metadata() -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      java.util.Optional<java.lang.String>simulcastId() -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      java.util.Optional<java.lang.String>streamKey() -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      java.lang.StringtoString() 
      java.util.Optional<java.lang.String>url() -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastUpdateResponseDatawithIsEnabled​(boolean isEnabled) -
      When the value is set to false, the simulcast will be disabled for the given stream
      -
      SimulcastUpdateResponseDatawithIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled) -
      When the value is set to false, the simulcast will be disabled for the given stream
      -
      SimulcastUpdateResponseDatawithMetadata​(SimulcastUpdateResponseMetadata metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastUpdateResponseDatawithMetadata​(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata) -
      Arbitrary user-supplied metadata that will be included in the simulcast details.
      -
      SimulcastUpdateResponseDatawithSimulcastId​(java.lang.String simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastUpdateResponseDatawithSimulcastId​(java.util.Optional<java.lang.String> simulcastId) -
      When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
      -
      SimulcastUpdateResponseDatawithStreamKey​(java.lang.String streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastUpdateResponseDatawithStreamKey​(java.util.Optional<java.lang.String> streamKey) -
      A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
      -
      SimulcastUpdateResponseDatawithUrl​(java.lang.String url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      SimulcastUpdateResponseDatawithUrl​(java.util.Optional<java.lang.String> url) -
      The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateResponseData

        -
        public SimulcastUpdateResponseData​(java.util.Optional<java.lang.String> simulcastId,
        -                                   java.util.Optional<java.lang.String> url,
        -                                   java.util.Optional<java.lang.String> streamKey,
        -                                   java.util.Optional<java.lang.Boolean> isEnabled,
        -                                   java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        SimulcastUpdateResponseData

        -
        public SimulcastUpdateResponseData()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        simulcastId

        -
        public java.util.Optional<java.lang.String> simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        streamKey

        -
        public java.util.Optional<java.lang.String> streamKey()
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        isEnabled

        -
        public java.util.Optional<java.lang.Boolean> isEnabled()
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SimulcastUpdateResponseMetadata> metadata()
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastUpdateResponseData withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public SimulcastUpdateResponseData withSimulcastId​(java.util.Optional<java.lang.String> simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastUpdateResponseData withUrl​(java.lang.String url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SimulcastUpdateResponseData withUrl​(java.util.Optional<java.lang.String> url)
        -
        The RTMP hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastUpdateResponseData withStreamKey​(java.lang.String streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withStreamKey

        -
        public SimulcastUpdateResponseData withStreamKey​(java.util.Optional<java.lang.String> streamKey)
        -
        A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateResponseData withIsEnabled​(boolean isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withIsEnabled

        -
        public SimulcastUpdateResponseData withIsEnabled​(java.util.Optional<java.lang.Boolean> isEnabled)
        -
        When the value is set to false, the simulcast will be disabled for the given stream
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateResponseData withMetadata​(SimulcastUpdateResponseMetadata metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public SimulcastUpdateResponseData withMetadata​(java.util.Optional<? extends SimulcastUpdateResponseMetadata> metadata)
        -
        Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html deleted file mode 100644 index f20912c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SimulcastUpdateResponseMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUpdateResponseMetadata
    -
    -
    -
    public static final class SimulcastUpdateResponseMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html deleted file mode 100644 index c690084..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastUpdateResponseMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SimulcastUpdateResponseMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUpdateResponseMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastUpdateResponseMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUpdateResponseMetadata
    -extends java.lang.Object
    -
    SimulcastUpdateResponseMetadata - -

    Arbitrary user-supplied metadata that will be included in the simulcast details. Can be used to store your own ID for a video along with the simulcast. Max:255 characters, Upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUpdateResponseMetadata

        -
        public SimulcastUpdateResponseMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html deleted file mode 100644 index 98a24e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -SimulcastdeleteResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastdeleteResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastdeleteResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastdeleteResponse
    -
    -
    -
    public static final class SimulcastdeleteResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html deleted file mode 100644 index eb20072..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SimulcastdeleteResponse.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -SimulcastdeleteResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastdeleteResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SimulcastdeleteResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastdeleteResponse
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastdeleteResponse

        -
        public SimulcastdeleteResponse​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        SimulcastdeleteResponse

        -
        public SimulcastdeleteResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastdeleteResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastdeleteResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html deleted file mode 100644 index 33f5ac5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SourceResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -SourceResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum SourceResolution

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<SourceResolution>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.SourceResolution
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<SourceResolution>
    -
    -
    -
    public enum SourceResolution
    -extends java.lang.Enum<SourceResolution>
    -
    SourceResolution - -

    The actual resolution of the uploaded media. This represents the native quality of the source media.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP

        -
        public static final SourceResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP

        -
        public static final SourceResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_AND_EIGHTYP

        -
        public static final SourceResolution ONE_THOUSAND_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        SEVEN_HUNDRED_AND_TWENTYP

        -
        public static final SourceResolution SEVEN_HUNDRED_AND_TWENTYP
        -
      • -
      - - - -
        -
      • -

        FOUR_HUNDRED_AND_EIGHTYP

        -
        public static final SourceResolution FOUR_HUNDRED_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        THREE_HUNDRED_AND_SIXTYP

        -
        public static final SourceResolution THREE_HUNDRED_AND_SIXTYP
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static SourceResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (SourceResolution c : SourceResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static SourceResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<SourceResolution> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html deleted file mode 100644 index 7b2ef29..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Subtitle.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitle.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Subtitle.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Subtitle
    -
    -
    -
    public static final class Subtitle.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public Subtitle.Builder languageName​(java.lang.String languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        languageName

        -
        public Subtitle.Builder languageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Subtitle.Builder metadata​(SubtitleMetadata metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public Subtitle.Builder metadata​(java.util.Optional<? extends SubtitleMetadata> metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitle.Builder languageCode​(CreateMediaRequestLanguageCode languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitle.Builder languageCode​(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Subtitle build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html deleted file mode 100644 index f358bf4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Subtitle.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -Subtitle (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitle

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Subtitle
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Subtitle
    -extends java.lang.Object
    -
    Subtitle - -

    Generates subtitle files for audio/video files.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Subtitle.Builder 
      -
    • -
    -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Subtitle.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<CreateMediaRequestLanguageCode>languageCode() -
      Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
      -
      java.util.Optional<java.lang.String>languageName() -
      Name of the language in which the subtitles will be generated.
      -
      java.util.Optional<SubtitleMetadata>metadata() -
      You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      java.lang.StringtoString() 
      SubtitlewithLanguageCode​(CreateMediaRequestLanguageCode languageCode) -
      Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
      -
      SubtitlewithLanguageCode​(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode) -
      Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification.
      -
      SubtitlewithLanguageName​(java.lang.String languageName) -
      Name of the language in which the subtitles will be generated.
      -
      SubtitlewithLanguageName​(java.util.Optional<java.lang.String> languageName) -
      Name of the language in which the subtitles will be generated.
      -
      SubtitlewithMetadata​(SubtitleMetadata metadata) -
      You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      SubtitlewithMetadata​(java.util.Optional<? extends SubtitleMetadata> metadata) -
      You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - - - -
        -
      • -

        Subtitle

        -
        public Subtitle()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public java.util.Optional<java.lang.String> languageName()
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SubtitleMetadata> metadata()
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public java.util.Optional<CreateMediaRequestLanguageCode> languageCode()
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - - - - - -
        -
      • -

        withLanguageName

        -
        public Subtitle withLanguageName​(java.lang.String languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        withLanguageName

        -
        public Subtitle withLanguageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitle withMetadata​(SubtitleMetadata metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitle withMetadata​(java.util.Optional<? extends SubtitleMetadata> metadata)
        -
        You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitle withLanguageCode​(CreateMediaRequestLanguageCode languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitle withLanguageCode​(java.util.Optional<? extends CreateMediaRequestLanguageCode> languageCode)
        -
        Language codes are concise, standardized symbols that denote languages, utilizing either two or three characters for identification. The language code must be compliant with the BCP 47 standard to ensure compatibility. (for text only).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html deleted file mode 100644 index 23a0692..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SubtitleInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SubtitleInput
    -
    -
    -
    public static final class SubtitleInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html deleted file mode 100644 index 5f1ad14..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInput.html +++ /dev/null @@ -1,526 +0,0 @@ - - - - - -SubtitleInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SubtitleInput
    -extends java.lang.Object
    -
    SubtitleInput - -

    Generates subtitle files for audio/video files.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SubtitleInput

        -
        public SubtitleInput​(java.lang.String type,
        -                     java.lang.String url,
        -                     java.lang.String languageName,
        -                     SubtitleInputLanguageCode languageCode)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.lang.String type()
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        The direct URL of the subtitle file.
        -
      • -
      - - - -
        -
      • -

        languageName

        -
        public java.lang.String languageName()
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public SubtitleInputLanguageCode languageCode()
        -
        The BCP 47 language code representing the language of the generated track.
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public SubtitleInput withType​(java.lang.String type)
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public SubtitleInput withUrl​(java.lang.String url)
        -
        The direct URL of the subtitle file.
        -
      • -
      - - - -
        -
      • -

        withLanguageName

        -
        public SubtitleInput withLanguageName​(java.lang.String languageName)
        -
        Name of the language in which the subtitles will be generated.
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html deleted file mode 100644 index e81ab2d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleInputLanguageCode.html +++ /dev/null @@ -1,1122 +0,0 @@ - - - - - -SubtitleInputLanguageCode (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum SubtitleInputLanguageCode

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<SubtitleInputLanguageCode>
    -
    -
    -
    public enum SubtitleInputLanguageCode
    -extends java.lang.Enum<SubtitleInputLanguageCode>
    -
    SubtitleInputLanguageCode - -

    The BCP 47 language code representing the language of the generated track.

    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html deleted file mode 100644 index 58744a5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SubtitleMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SubtitleMetadata
    -
    -
    -
    public static final class SubtitleMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      SubtitleMetadatabuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html deleted file mode 100644 index 4d0a6b8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/SubtitleMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SubtitleMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitleMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.SubtitleMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SubtitleMetadata
    -extends java.lang.Object
    -
    SubtitleMetadata - -

    You can search for videos with specific key-value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have a maximum of 255 characters and up to 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SubtitleMetadata

        -
        public SubtitleMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html deleted file mode 100644 index 067616b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.Builder.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -Summary.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Summary.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Summary
    -
    -
    -
    public static final class Summary.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Summarybuild() 
      Summary.Buildergenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      Summary.BuildersummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      Summary.BuildersummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public Summary.Builder generate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Summary build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html deleted file mode 100644 index 53807fd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Summary.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - -Summary (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Summary
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Summary
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Summary.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Summary​(boolean generate) 
      Summary​(boolean generate, - java.util.Optional<java.lang.Long> summaryLength) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Summary.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      booleangenerate() -
      Enable or disable the summary feature for the media.
      -
      inthashCode() 
      java.util.Optional<java.lang.Long>summaryLength() -
      Specifies the desired word count for the generated summary.
      -
      java.lang.StringtoString() 
      SummarywithGenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      SummarywithSummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      SummarywithSummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Summary

        -
        public Summary​(boolean generate,
        -               java.util.Optional<java.lang.Long> summaryLength)
        -
      • -
      - - - -
        -
      • -

        Summary

        -
        public Summary​(boolean generate)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public boolean generate()
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public java.util.Optional<java.lang.Long> summaryLength()
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - - - - - -
        -
      • -

        withGenerate

        -
        public Summary withGenerate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html deleted file mode 100644 index dfbb380..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.Builder.html +++ /dev/null @@ -1,455 +0,0 @@ - - - - - -Track.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Track.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Track.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Track
    -
    -
    -
    public static final class Track.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Trackbuild() 
      Track.BuilderclosedCaptions​(boolean closedCaptions) -
      Indicates if the track contains closed captions.
      -
      Track.BuilderclosedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions) -
      Indicates if the track contains closed captions.
      -
      Track.BuilderframeRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Track.BuilderframeRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      Track.Builderheight​(double height) -
      Track height denotes the range of height applicable to a specific track.
      -
      Track.Builderheight​(java.util.Optional<java.lang.Double> height) -
      Track height denotes the range of height applicable to a specific track.
      -
      Track.Builderid​(java.lang.String id) -
      FastPix generates a unique identifier for each track.
      -
      Track.Builderid​(java.util.Optional<java.lang.String> id) -
      FastPix generates a unique identifier for each track.
      -
      Track.Buildertype​(java.lang.String type) -
      Defines the type of input.
      -
      Track.Builderwidth​(double width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      Track.Builderwidth​(java.util.Optional<java.lang.Double> width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public Track.Builder id​(java.lang.String id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        id

        -
        public Track.Builder id​(java.util.Optional<java.lang.String> id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        type

        -
        public Track.Builder type​(java.lang.String type)
        -
        Defines the type of input. This option is mandatory.
        -
      • -
      - - - -
        -
      • -

        width

        -
        public Track.Builder width​(double width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        width

        -
        public Track.Builder width​(java.util.Optional<java.lang.Double> width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        height

        -
        public Track.Builder height​(double height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        height

        -
        public Track.Builder height​(java.util.Optional<java.lang.Double> height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Track.Builder frameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public Track.Builder frameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        closedCaptions

        -
        public Track.Builder closedCaptions​(boolean closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        closedCaptions

        -
        public Track.Builder closedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Track build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.html b/build/docs/javadoc/io/fastpix/sdk/models/components/Track.html deleted file mode 100644 index a004983..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/Track.html +++ /dev/null @@ -1,696 +0,0 @@ - - - - - -Track (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Track

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.Track
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Track
    -extends java.lang.Object
    -
    Track - -

    A media consists of different media tracks, like video, audio, and subtitle, all combined.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Track.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Track​(java.lang.String type) 
      Track​(java.util.Optional<java.lang.String> id, - java.lang.String type, - java.util.Optional<java.lang.Double> width, - java.util.Optional<java.lang.Double> height, - java.util.Optional<java.lang.String> frameRate, - java.util.Optional<java.lang.Boolean> closedCaptions) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Track.Builderbuilder() 
      java.util.Optional<java.lang.Boolean>closedCaptions() -
      Indicates if the track contains closed captions.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.String>frameRate() -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      inthashCode() 
      java.util.Optional<java.lang.Double>height() -
      Track height denotes the range of height applicable to a specific track.
      -
      java.util.Optional<java.lang.String>id() -
      FastPix generates a unique identifier for each track.
      -
      java.lang.StringtoString() 
      java.lang.Stringtype() -
      Defines the type of input.
      -
      java.util.Optional<java.lang.Double>width() -
      Track width denotes the range of widths applicable to a specific track.
      -
      TrackwithClosedCaptions​(boolean closedCaptions) -
      Indicates if the track contains closed captions.
      -
      TrackwithClosedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions) -
      Indicates if the track contains closed captions.
      -
      TrackwithFrameRate​(java.lang.String frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      TrackwithFrameRate​(java.util.Optional<java.lang.String> frameRate) -
      Frame rate quantifies the speed at which frames are displayed per second.
      -
      TrackwithHeight​(double height) -
      Track height denotes the range of height applicable to a specific track.
      -
      TrackwithHeight​(java.util.Optional<java.lang.Double> height) -
      Track height denotes the range of height applicable to a specific track.
      -
      TrackwithId​(java.lang.String id) -
      FastPix generates a unique identifier for each track.
      -
      TrackwithId​(java.util.Optional<java.lang.String> id) -
      FastPix generates a unique identifier for each track.
      -
      TrackwithType​(java.lang.String type) -
      Defines the type of input.
      -
      TrackwithWidth​(double width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      TrackwithWidth​(java.util.Optional<java.lang.Double> width) -
      Track width denotes the range of widths applicable to a specific track.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Track

        -
        public Track​(java.util.Optional<java.lang.String> id,
        -             java.lang.String type,
        -             java.util.Optional<java.lang.Double> width,
        -             java.util.Optional<java.lang.Double> height,
        -             java.util.Optional<java.lang.String> frameRate,
        -             java.util.Optional<java.lang.Boolean> closedCaptions)
        -
      • -
      - - - -
        -
      • -

        Track

        -
        public Track​(java.lang.String type)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        type

        -
        public java.lang.String type()
        -
        Defines the type of input. This option is mandatory.
        -
      • -
      - - - -
        -
      • -

        width

        -
        public java.util.Optional<java.lang.Double> width()
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        height

        -
        public java.util.Optional<java.lang.Double> height()
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        frameRate

        -
        public java.util.Optional<java.lang.String> frameRate()
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        closedCaptions

        -
        public java.util.Optional<java.lang.Boolean> closedCaptions()
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - - - - - -
        -
      • -

        withId

        -
        public Track withId​(java.lang.String id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        withId

        -
        public Track withId​(java.util.Optional<java.lang.String> id)
        -
        FastPix generates a unique identifier for each track.
        -
      • -
      - - - -
        -
      • -

        withType

        -
        public Track withType​(java.lang.String type)
        -
        Defines the type of input. This option is mandatory.
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public Track withWidth​(double width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public Track withWidth​(java.util.Optional<java.lang.Double> width)
        -
        Track width denotes the range of widths applicable to a specific track. Currently, this setting can be modified only for video tracks
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public Track withHeight​(double height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public Track withHeight​(java.util.Optional<java.lang.Double> height)
        -
        Track height denotes the range of height applicable to a specific track. Currently, this setting can be modified only for video tracks.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Track withFrameRate​(java.lang.String frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withFrameRate

        -
        public Track withFrameRate​(java.util.Optional<java.lang.String> frameRate)
        -
        Frame rate quantifies the speed at which frames are displayed per second. It represents the range of frames available for a specific track. If the frame rate of the input file is indeterminable, it will be indicated by a value of -1.
        -
      • -
      - - - -
        -
      • -

        withClosedCaptions

        -
        public Track withClosedCaptions​(boolean closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        withClosedCaptions

        -
        public Track withClosedCaptions​(java.util.Optional<java.lang.Boolean> closedCaptions)
        -
        Indicates if the track contains closed captions.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html deleted file mode 100644 index c1725e7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.Builder.html +++ /dev/null @@ -1,506 +0,0 @@ - - - - - -VideoInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class VideoInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.VideoInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    VideoInput
    -
    -
    -
    public static final class VideoInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      VideoInputbuild() 
      VideoInput.BuilderendTime​(double endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInput.BuilderendTime​(java.util.Optional<java.lang.Double> endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInput.BuilderexpungeSegments​(java.util.List<java.lang.String> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInput.BuilderexpungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInput.BuilderintroUrl​(java.lang.String introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInput.BuilderintroUrl​(java.util.Optional<java.lang.String> introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInput.BuilderoutroUrl​(java.lang.String outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInput.BuilderoutroUrl​(java.util.Optional<java.lang.String> outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInput.Buildersegments​(java.util.List<SegmentUnion> segments) -
      A list of media segments to be added or processed.
      -
      VideoInput.Buildersegments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments) -
      A list of media segments to be added or processed.
      -
      VideoInput.BuilderstartTime​(double startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInput.BuilderstartTime​(java.util.Optional<java.lang.Double> startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInput.Buildertype​(java.lang.String type) -
      Defines the type of input.
      -
      VideoInput.Builderurl​(java.lang.String url) -
      The url hosts the media file for FastPix, which needs to be downloaded to use further.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public VideoInput.Builder type​(java.lang.String type)
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public VideoInput.Builder url​(java.lang.String url)
        -
        The url hosts the media file for FastPix, which needs to be downloaded to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public VideoInput.Builder startTime​(double startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public VideoInput.Builder startTime​(java.util.Optional<java.lang.Double> startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public VideoInput.Builder endTime​(double endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public VideoInput.Builder endTime​(java.util.Optional<java.lang.Double> endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        introUrl

        -
        public VideoInput.Builder introUrl​(java.lang.String introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        introUrl

        -
        public VideoInput.Builder introUrl​(java.util.Optional<java.lang.String> introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        outroUrl

        -
        public VideoInput.Builder outroUrl​(java.lang.String outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        outroUrl

        -
        public VideoInput.Builder outroUrl​(java.util.Optional<java.lang.String> outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        expungeSegments

        -
        public VideoInput.Builder expungeSegments​(java.util.List<java.lang.String> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        expungeSegments

        -
        public VideoInput.Builder expungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        segments

        -
        public VideoInput.Builder segments​(java.util.List<SegmentUnion> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - -
        -
      • -

        segments

        -
        public VideoInput.Builder segments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html deleted file mode 100644 index 1b3f321..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/VideoInput.html +++ /dev/null @@ -1,784 +0,0 @@ - - - - - -VideoInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class VideoInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.VideoInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class VideoInput
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class VideoInput.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      VideoInput​(java.lang.String type, - java.lang.String url) 
      VideoInput​(java.lang.String type, - java.lang.String url, - java.util.Optional<java.lang.Double> startTime, - java.util.Optional<java.lang.Double> endTime, - java.util.Optional<java.lang.String> introUrl, - java.util.Optional<java.lang.String> outroUrl, - java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments, - java.util.Optional<? extends java.util.List<SegmentUnion>> segments) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static VideoInput.Builderbuilder() 
      java.util.Optional<java.lang.Double>endTime() -
      End time indicates where encoding should end within the video file.
      -
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.util.List<java.lang.String>>expungeSegments() -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      inthashCode() 
      java.util.Optional<java.lang.String>introUrl() -
      The url of the intro video which is to be added at the start of the video.
      -
      java.util.Optional<java.lang.String>outroUrl() -
      The url of the outro video which is to be added at the end of the video.
      -
      java.util.Optional<java.util.List<SegmentUnion>>segments() -
      A list of media segments to be added or processed.
      -
      java.util.Optional<java.lang.Double>startTime() -
      Start time indicates where encoding should begin within the video file.
      -
      java.lang.StringtoString() 
      java.lang.Stringtype() -
      Defines the type of input.
      -
      java.lang.Stringurl() -
      The url hosts the media file for FastPix, which needs to be downloaded to use further.
      -
      VideoInputwithEndTime​(double endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInputwithEndTime​(java.util.Optional<java.lang.Double> endTime) -
      End time indicates where encoding should end within the video file.
      -
      VideoInputwithExpungeSegments​(java.util.List<java.lang.String> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInputwithExpungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments) -
      The list of the startTime-endTime of the segments to be removed from the actual video.
      -
      VideoInputwithIntroUrl​(java.lang.String introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInputwithIntroUrl​(java.util.Optional<java.lang.String> introUrl) -
      The url of the intro video which is to be added at the start of the video.
      -
      VideoInputwithOutroUrl​(java.lang.String outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInputwithOutroUrl​(java.util.Optional<java.lang.String> outroUrl) -
      The url of the outro video which is to be added at the end of the video.
      -
      VideoInputwithSegments​(java.util.List<SegmentUnion> segments) -
      A list of media segments to be added or processed.
      -
      VideoInputwithSegments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments) -
      A list of media segments to be added or processed.
      -
      VideoInputwithStartTime​(double startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInputwithStartTime​(java.util.Optional<java.lang.Double> startTime) -
      Start time indicates where encoding should begin within the video file.
      -
      VideoInputwithType​(java.lang.String type) -
      Defines the type of input.
      -
      VideoInputwithUrl​(java.lang.String url) -
      The url hosts the media file for FastPix, which needs to be downloaded to use further.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        VideoInput

        -
        public VideoInput​(java.lang.String type,
        -                  java.lang.String url,
        -                  java.util.Optional<java.lang.Double> startTime,
        -                  java.util.Optional<java.lang.Double> endTime,
        -                  java.util.Optional<java.lang.String> introUrl,
        -                  java.util.Optional<java.lang.String> outroUrl,
        -                  java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments,
        -                  java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
        -
      • -
      - - - -
        -
      • -

        VideoInput

        -
        public VideoInput​(java.lang.String type,
        -                  java.lang.String url)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.lang.String type()
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.lang.String url()
        -
        The url hosts the media file for FastPix, which needs to be downloaded to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        startTime

        -
        public java.util.Optional<java.lang.Double> startTime()
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public java.util.Optional<java.lang.Double> endTime()
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        introUrl

        -
        public java.util.Optional<java.lang.String> introUrl()
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        outroUrl

        -
        public java.util.Optional<java.lang.String> outroUrl()
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        expungeSegments

        -
        public java.util.Optional<java.util.List<java.lang.String>> expungeSegments()
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        segments

        -
        public java.util.Optional<java.util.List<SegmentUnion>> segments()
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public VideoInput withType​(java.lang.String type)
        -
        Defines the type of input.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public VideoInput withUrl​(java.lang.String url)
        -
        The url hosts the media file for FastPix, which needs to be downloaded to use further. It supports formats like MP3, MP4, MOV, MKV, or TS, and includes text tracks for subtitles/CC (SRT file/VTT file). While FastPix can handle various audio and video formats and codecs, using standard inputs can help with optimal processing speed.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public VideoInput withStartTime​(double startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public VideoInput withStartTime​(java.util.Optional<java.lang.Double> startTime)
        -
        Start time indicates where encoding should begin within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the start time is 3 minutes (180 seconds). Note: Start time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public VideoInput withEndTime​(double endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public VideoInput withEndTime​(java.util.Optional<java.lang.Double> endTime)
        -
        End time indicates where encoding should end within the video file. For example, if you want to encode a segment from 3 minutes (180 seconds) to 6 minutes (360 seconds) in a 10-minute (600 seconds) video, the end time is 6 minutes (360 seconds). Note: End time is always mentioned in seconds.
        -
      • -
      - - - -
        -
      • -

        withIntroUrl

        -
        public VideoInput withIntroUrl​(java.lang.String introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        withIntroUrl

        -
        public VideoInput withIntroUrl​(java.util.Optional<java.lang.String> introUrl)
        -
        The url of the intro video which is to be added at the start of the video.
        -
      • -
      - - - -
        -
      • -

        withOutroUrl

        -
        public VideoInput withOutroUrl​(java.lang.String outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        withOutroUrl

        -
        public VideoInput withOutroUrl​(java.util.Optional<java.lang.String> outroUrl)
        -
        The url of the outro video which is to be added at the end of the video.
        -
      • -
      - - - -
        -
      • -

        withExpungeSegments

        -
        public VideoInput withExpungeSegments​(java.util.List<java.lang.String> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        withExpungeSegments

        -
        public VideoInput withExpungeSegments​(java.util.Optional<? extends java.util.List<java.lang.String>> expungeSegments)
        -
        The list of the startTime-endTime of the segments to be removed from the actual video.
        -
      • -
      - - - -
        -
      • -

        withSegments

        -
        public VideoInput withSegments​(java.util.List<SegmentUnion> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - -
        -
      • -

        withSegments

        -
        public VideoInput withSegments​(java.util.Optional<? extends java.util.List<SegmentUnion>> segments)
        -
        A list of media segments to be added or processed. Each segment includes details such as the URL of the media file and instructions on where it should be inserted in the final media composition. A segment can either specify an exact timestamp (`insertAt`) or indicate that it should be added at the end (`insertAtEnd`).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html deleted file mode 100644 index d88f9b5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.Builder.html +++ /dev/null @@ -1,466 +0,0 @@ - - - - - -WatermarkInput.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class WatermarkInput.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.WatermarkInput.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    WatermarkInput
    -
    -
    -
    public static final class WatermarkInput.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html b/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html deleted file mode 100644 index 7ef7e4a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInput.html +++ /dev/null @@ -1,701 +0,0 @@ - - - - - -WatermarkInput (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class WatermarkInput

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.components.WatermarkInput
    • -
    -
  • -
-
-
    -
  • -
    -
    public class WatermarkInput
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        WatermarkInput

        -
        public WatermarkInput​(java.util.Optional<? extends WatermarkInputType> type,
        -                      java.util.Optional<java.lang.String> url,
        -                      java.util.Optional<? extends Placement> placement,
        -                      java.util.Optional<java.lang.String> width,
        -                      java.util.Optional<java.lang.String> height,
        -                      java.util.Optional<java.lang.String> opacity)
        -
      • -
      - - - -
        -
      • -

        WatermarkInput

        -
        public WatermarkInput()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.util.Optional<WatermarkInputType> type()
        -
        Type of overlay (currently only supports 'watermark').
        -
      • -
      - - - -
        -
      • -

        url

        -
        public java.util.Optional<java.lang.String> url()
        -
        URL of the watermark image.
        -
      • -
      - - - -
        -
      • -

        placement

        -
        public java.util.Optional<Placement> placement()
        -
      • -
      - - - -
        -
      • -

        width

        -
        public java.util.Optional<java.lang.String> width()
        -
        Width of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        height

        -
        public java.util.Optional<java.lang.String> height()
        -
        Height of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        opacity

        -
        public java.util.Optional<java.lang.String> opacity()
        -
        Opacity of the watermark in percentage.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withType

        -
        public WatermarkInput withType​(java.util.Optional<? extends WatermarkInputType> type)
        -
        Type of overlay (currently only supports 'watermark').
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public WatermarkInput withUrl​(java.lang.String url)
        -
        URL of the watermark image.
        -
      • -
      - - - -
        -
      • -

        withUrl

        -
        public WatermarkInput withUrl​(java.util.Optional<java.lang.String> url)
        -
        URL of the watermark image.
        -
      • -
      - - - - - - - -
        -
      • -

        withPlacement

        -
        public WatermarkInput withPlacement​(java.util.Optional<? extends Placement> placement)
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public WatermarkInput withWidth​(java.lang.String width)
        -
        Width of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withWidth

        -
        public WatermarkInput withWidth​(java.util.Optional<java.lang.String> width)
        -
        Width of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public WatermarkInput withHeight​(java.lang.String height)
        -
        Height of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withHeight

        -
        public WatermarkInput withHeight​(java.util.Optional<java.lang.String> height)
        -
        Height of the watermark in percentage or pixels.
        -
      • -
      - - - -
        -
      • -

        withOpacity

        -
        public WatermarkInput withOpacity​(java.lang.String opacity)
        -
        Opacity of the watermark in percentage.
        -
      • -
      - - - -
        -
      • -

        withOpacity

        -
        public WatermarkInput withOpacity​(java.util.Optional<java.lang.String> opacity)
        -
        Opacity of the watermark in percentage.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html b/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html deleted file mode 100644 index cee89c6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/WatermarkInputType.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - -WatermarkInputType (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum WatermarkInputType

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<WatermarkInputType>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.WatermarkInputType
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<WatermarkInputType>
    -
    -
    -
    public enum WatermarkInputType
    -extends java.lang.Enum<WatermarkInputType>
    -
    WatermarkInputType - -

    Type of overlay (currently only supports 'watermark').

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      WATERMARK 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<WatermarkInputType>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static WatermarkInputTypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static WatermarkInputType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static WatermarkInputType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (WatermarkInputType c : WatermarkInputType.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static WatermarkInputType valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<WatermarkInputType> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html b/build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html deleted file mode 100644 index 74befa1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/XAlign.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -XAlign (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum XAlign

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<XAlign>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.XAlign
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<XAlign>
    -
    -
    -
    public enum XAlign
    -extends java.lang.Enum<XAlign>
    -
    XAlign - -

    Horizontal alignment of the watermark.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      CENTER 
      LEFT 
      RIGHT 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<XAlign>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static XAlignvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static XAlign[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        LEFT

        -
        public static final XAlign LEFT
        -
      • -
      - - - -
        -
      • -

        CENTER

        -
        public static final XAlign CENTER
        -
      • -
      - - - -
        -
      • -

        RIGHT

        -
        public static final XAlign RIGHT
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static XAlign[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (XAlign c : XAlign.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static XAlign valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<XAlign> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html b/build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html deleted file mode 100644 index 66137c5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/YAlign.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -YAlign (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum YAlign

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<YAlign>
    • -
    • -
        -
      • io.fastpix.sdk.models.components.YAlign
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<YAlign>
    -
    -
    -
    public enum YAlign
    -extends java.lang.Enum<YAlign>
    -
    YAlign - -

    Vertical alignment of the watermark.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      BOTTOM 
      MIDDLE 
      TOP 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<YAlign>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static YAlignvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static YAlign[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TOP

        -
        public static final YAlign TOP
        -
      • -
      - - - -
        -
      • -

        MIDDLE

        -
        public static final YAlign MIDDLE
        -
      • -
      - - - -
        -
      • -

        BOTTOM

        -
        public static final YAlign BOTTOM
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static YAlign[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (YAlign c : YAlign.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static YAlign valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<YAlign> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html deleted file mode 100644 index c983dc6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/package-summary.html +++ /dev/null @@ -1,895 +0,0 @@ - - - - - -io.fastpix.sdk.models.components (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.models.components

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html deleted file mode 100644 index 273b54e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/components/package-tree.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -io.fastpix.sdk.models.components Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.models.components

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Enum Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html deleted file mode 100644 index 4d813e8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/APIException.html +++ /dev/null @@ -1,432 +0,0 @@ - - - - - -APIException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class APIException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • io.fastpix.sdk.models.errors.APIException
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class APIException
    -extends java.lang.Exception
    -
    Thrown by a service call when an error response occurs. Contains details about the response.
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      APIException​(java.net.http.HttpResponse<java.io.InputStream> rawResponse, - int code, - java.lang.String message, - byte[] body) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      byte[]body() 
      intcode() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.Stringmessage() 
      java.net.http.HttpResponse<java.io.InputStream>rawResponse() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        APIException

        -
        public APIException​(java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                    int code,
        -                    java.lang.String message,
        -                    byte[] body)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
      • -
      - - - -
        -
      • -

        code

        -
        public int code()
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.lang.String message()
        -
      • -
      - - - -
        -
      • -

        body

        -
        public byte[] body()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html deleted file mode 100644 index 18b99be..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/AuthException.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - -AuthException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class AuthException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.AuthException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class AuthException
    -extends java.lang.RuntimeException
    -
    An exception associated with Authentication or Authorization.
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AuthException​(int statusCode, - java.lang.String message) 
      AuthException​(java.lang.String message) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.util.Optional<java.lang.Integer>statusCode() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AuthException

        -
        public AuthException​(int statusCode,
        -                     java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        AuthException

        -
        public AuthException​(java.lang.String message)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        statusCode

        -
        public java.util.Optional<java.lang.Integer> statusCode()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html deleted file mode 100644 index 3fd8052..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -BadRequestError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.BadRequestError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    BadRequestError
    -
    -
    -
    public static final class BadRequestError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public BadRequestError.Builder code​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public BadRequestError.Builder code​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public BadRequestError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public BadRequestError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public BadRequestError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public BadRequestError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html deleted file mode 100644 index 78eeb06..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -BadRequestError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.BadRequestError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BadRequestError
    -extends java.lang.Object
    -
    BadRequestError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class BadRequestError.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BadRequestError() 
      BadRequestError​(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static BadRequestError.Builderbuilder() 
      java.util.Optional<java.lang.Double>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      BadRequestErrorwithCode​(double code) -
      Displays the error code indicating the type of the error.
      -
      BadRequestErrorwithCode​(java.util.Optional<java.lang.Double> code) -
      Displays the error code indicating the type of the error.
      -
      BadRequestErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      BadRequestErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      BadRequestErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      BadRequestErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BadRequestError

        -
        public BadRequestError​(java.util.Optional<java.lang.Double> code,
        -                       java.util.Optional<java.lang.String> message,
        -                       java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        BadRequestError

        -
        public BadRequestError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public BadRequestError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public BadRequestError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public BadRequestError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public BadRequestError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public BadRequestError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public BadRequestError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html deleted file mode 100644 index 7a9b8bc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -BadRequestException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.BadRequestException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    BadRequestException
    -
    -
    -
    public static final class BadRequestException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html deleted file mode 100644 index 405fbed..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/BadRequestException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -BadRequestException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BadRequestException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.BadRequestException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class BadRequestException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static BadRequestException.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<BadRequestError>error() -
      Displays details about the reasons behind the request's failure.
      -
      inthashCode() 
      java.util.Optional<java.lang.Boolean>success() -
      Demonstrates whether the request is successful or not.
      -
      java.lang.StringtoString() 
      BadRequestExceptionwithError​(BadRequestError error) -
      Displays details about the reasons behind the request's failure.
      -
      BadRequestExceptionwithError​(java.util.Optional<? extends BadRequestError> error) -
      Displays details about the reasons behind the request's failure.
      -
      BadRequestExceptionwithSuccess​(boolean success) -
      Demonstrates whether the request is successful or not.
      -
      BadRequestExceptionwithSuccess​(java.util.Optional<java.lang.Boolean> success) -
      Demonstrates whether the request is successful or not.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BadRequestException

        -
        public BadRequestException​(java.util.Optional<java.lang.Boolean> success,
        -                           java.util.Optional<? extends BadRequestError> error)
        -
      • -
      - - - -
        -
      • -

        BadRequestException

        -
        public BadRequestException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<BadRequestError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public BadRequestException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public BadRequestException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withError

        -
        public BadRequestException withError​(java.util.Optional<? extends BadRequestError> error)
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html deleted file mode 100644 index 451b48e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -Field.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Field.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.Field.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Field
    -
    -
    -
    public static final class Field.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Fieldbuild() 
      Field.Builderfield​(java.lang.String field) -
      Displays the specific field associated with the error.
      -
      Field.Builderfield​(java.util.Optional<java.lang.String> field) -
      Displays the specific field associated with the error.
      -
      Field.Buildermessage​(java.lang.String message) -
      A descriptive message providing more details for the error
      -
      Field.Buildermessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        field

        -
        public Field.Builder field​(java.lang.String field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        field

        -
        public Field.Builder field​(java.util.Optional<java.lang.String> field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public Field.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        message

        -
        public Field.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Field build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html deleted file mode 100644 index 7d1c2e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/Field.html +++ /dev/null @@ -1,498 +0,0 @@ - - - - - -Field (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Field

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.Field
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Field
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Field.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Field() 
      Field​(java.util.Optional<java.lang.String> field, - java.util.Optional<java.lang.String> message) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Field.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.String>field() -
      Displays the specific field associated with the error.
      -
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error
      -
      java.lang.StringtoString() 
      FieldwithField​(java.lang.String field) -
      Displays the specific field associated with the error.
      -
      FieldwithField​(java.util.Optional<java.lang.String> field) -
      Displays the specific field associated with the error.
      -
      FieldwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error
      -
      FieldwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Field

        -
        public Field​(java.util.Optional<java.lang.String> field,
        -             java.util.Optional<java.lang.String> message)
        -
      • -
      - - - -
        -
      • -

        Field

        -
        public Field()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        field

        -
        public java.util.Optional<java.lang.String> field()
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - - - - - -
        -
      • -

        withField

        -
        public Field withField​(java.lang.String field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        withField

        -
        public Field withField​(java.util.Optional<java.lang.String> field)
        -
        Displays the specific field associated with the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public Field withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public Field withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html deleted file mode 100644 index 5d0d8af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ForbiddenError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ForbiddenError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ForbiddenError
    -
    -
    -
    public static final class ForbiddenError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public ForbiddenError.Builder code​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public ForbiddenError.Builder code​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public ForbiddenError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public ForbiddenError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public ForbiddenError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public ForbiddenError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html deleted file mode 100644 index 7128f22..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ForbiddenError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ForbiddenError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ForbiddenError
    -extends java.lang.Object
    -
    ForbiddenError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class ForbiddenError.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      ForbiddenError() 
      ForbiddenError​(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ForbiddenError.Builderbuilder() 
      java.util.Optional<java.lang.Long>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      ForbiddenErrorwithCode​(long code) -
      Displays the error code indicating the type of the error.
      -
      ForbiddenErrorwithCode​(java.util.Optional<java.lang.Long> code) -
      Displays the error code indicating the type of the error.
      -
      ForbiddenErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      ForbiddenErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      ForbiddenErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      ForbiddenErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ForbiddenError

        -
        public ForbiddenError​(java.util.Optional<java.lang.Long> code,
        -                      java.util.Optional<java.lang.String> message,
        -                      java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        ForbiddenError

        -
        public ForbiddenError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public ForbiddenError withCode​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public ForbiddenError withCode​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ForbiddenError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ForbiddenError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public ForbiddenError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public ForbiddenError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html deleted file mode 100644 index 1887987..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -ForbiddenException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ForbiddenException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ForbiddenException
    -
    -
    -
    public static final class ForbiddenException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html deleted file mode 100644 index 6448027..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ForbiddenException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -ForbiddenException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ForbiddenException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.ForbiddenException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class ForbiddenException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ForbiddenException.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<ForbiddenError>error() -
      Displays details about the reasons behind the request's failure.
      -
      inthashCode() 
      java.util.Optional<java.lang.Boolean>success() -
      Demonstrates whether the request is successful or not.
      -
      java.lang.StringtoString() 
      ForbiddenExceptionwithError​(ForbiddenError error) -
      Displays details about the reasons behind the request's failure.
      -
      ForbiddenExceptionwithError​(java.util.Optional<? extends ForbiddenError> error) -
      Displays details about the reasons behind the request's failure.
      -
      ForbiddenExceptionwithSuccess​(boolean success) -
      Demonstrates whether the request is successful or not.
      -
      ForbiddenExceptionwithSuccess​(java.util.Optional<java.lang.Boolean> success) -
      Demonstrates whether the request is successful or not.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ForbiddenException

        -
        public ForbiddenException​(java.util.Optional<java.lang.Boolean> success,
        -                          java.util.Optional<? extends ForbiddenError> error)
        -
      • -
      - - - -
        -
      • -

        ForbiddenException

        -
        public ForbiddenException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<ForbiddenError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public ForbiddenException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public ForbiddenException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withError

        -
        public ForbiddenException withError​(java.util.Optional<? extends ForbiddenError> error)
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html deleted file mode 100644 index 47fb7c7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -InvalidPermissionError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.InvalidPermissionError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    InvalidPermissionError
    -
    -
    -
    public static final class InvalidPermissionError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html deleted file mode 100644 index 6298e37..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -InvalidPermissionError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.InvalidPermissionError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class InvalidPermissionError
    -extends java.lang.Object
    -
    InvalidPermissionError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      InvalidPermissionError() 
      InvalidPermissionError​(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        InvalidPermissionError

        -
        public InvalidPermissionError​(java.util.Optional<java.lang.Long> code,
        -                              java.util.Optional<java.lang.String> message,
        -                              java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        InvalidPermissionError

        -
        public InvalidPermissionError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public InvalidPermissionError withCode​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public InvalidPermissionError withCode​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public InvalidPermissionError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public InvalidPermissionError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public InvalidPermissionError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public InvalidPermissionError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html deleted file mode 100644 index 88a58f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -InvalidPermissionException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.InvalidPermissionException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    InvalidPermissionException
    -
    -
    -
    public static final class InvalidPermissionException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html deleted file mode 100644 index b9425b2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/InvalidPermissionException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -InvalidPermissionException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class InvalidPermissionException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.InvalidPermissionException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class InvalidPermissionException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        InvalidPermissionException

        -
        public InvalidPermissionException​(java.util.Optional<java.lang.Boolean> success,
        -                                  java.util.Optional<? extends InvalidPermissionError> error)
        -
      • -
      - - - -
        -
      • -

        InvalidPermissionException

        -
        public InvalidPermissionException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<InvalidPermissionError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public InvalidPermissionException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public InvalidPermissionException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html deleted file mode 100644 index b9a8264..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -MediaNotFoundError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaNotFoundError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaNotFoundError
    -
    -
    -
    public static final class MediaNotFoundError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public MediaNotFoundError.Builder code​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public MediaNotFoundError.Builder code​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public MediaNotFoundError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public MediaNotFoundError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public MediaNotFoundError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public MediaNotFoundError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html deleted file mode 100644 index 0dc7c76..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -MediaNotFoundError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaNotFoundError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class MediaNotFoundError
    -extends java.lang.Object
    -
    MediaNotFoundError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      MediaNotFoundError() 
      MediaNotFoundError​(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static MediaNotFoundError.Builderbuilder() 
      java.util.Optional<java.lang.Double>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      MediaNotFoundErrorwithCode​(double code) -
      Displays the error code indicating the type of the error.
      -
      MediaNotFoundErrorwithCode​(java.util.Optional<java.lang.Double> code) -
      Displays the error code indicating the type of the error.
      -
      MediaNotFoundErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      MediaNotFoundErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      MediaNotFoundErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      MediaNotFoundErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaNotFoundError

        -
        public MediaNotFoundError​(java.util.Optional<java.lang.Double> code,
        -                          java.util.Optional<java.lang.String> message,
        -                          java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        MediaNotFoundError

        -
        public MediaNotFoundError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public MediaNotFoundError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public MediaNotFoundError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaNotFoundError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaNotFoundError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaNotFoundError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaNotFoundError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html deleted file mode 100644 index 8b3ab68..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MediaNotFoundException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaNotFoundException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaNotFoundException
    -
    -
    -
    public static final class MediaNotFoundException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html deleted file mode 100644 index 285f590..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaNotFoundException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -MediaNotFoundException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaNotFoundException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.MediaNotFoundException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class MediaNotFoundException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaNotFoundException

        -
        public MediaNotFoundException​(java.util.Optional<java.lang.Boolean> success,
        -                              java.util.Optional<? extends MediaNotFoundError> error)
        -
      • -
      - - - -
        -
      • -

        MediaNotFoundException

        -
        public MediaNotFoundException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<MediaNotFoundError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public MediaNotFoundException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public MediaNotFoundException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html deleted file mode 100644 index dbc0431..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    MediaOrPlaybackNotFoundError
    -
    -
    -
    public static final class MediaOrPlaybackNotFoundError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html deleted file mode 100644 index 843f2ad..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class MediaOrPlaybackNotFoundError
    -extends java.lang.Object
    -
    MediaOrPlaybackNotFoundError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaOrPlaybackNotFoundError

        -
        public MediaOrPlaybackNotFoundError​(java.util.Optional<java.lang.Double> code,
        -                                    java.util.Optional<java.lang.String> message,
        -                                    java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        MediaOrPlaybackNotFoundError

        -
        public MediaOrPlaybackNotFoundError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public MediaOrPlaybackNotFoundError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public MediaOrPlaybackNotFoundError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaOrPlaybackNotFoundError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public MediaOrPlaybackNotFoundError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaOrPlaybackNotFoundError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public MediaOrPlaybackNotFoundError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html deleted file mode 100644 index fd8b46b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html deleted file mode 100644 index 2d0320c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/MediaOrPlaybackNotFoundException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -MediaOrPlaybackNotFoundException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class MediaOrPlaybackNotFoundException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.MediaOrPlaybackNotFoundException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class MediaOrPlaybackNotFoundException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        MediaOrPlaybackNotFoundException

        -
        public MediaOrPlaybackNotFoundException​(java.util.Optional<java.lang.Boolean> success,
        -                                        java.util.Optional<? extends MediaOrPlaybackNotFoundError> error)
        -
      • -
      - - - -
        -
      • -

        MediaOrPlaybackNotFoundException

        -
        public MediaOrPlaybackNotFoundException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<MediaOrPlaybackNotFoundError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public MediaOrPlaybackNotFoundException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html deleted file mode 100644 index 9ded2b6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -NotFoundError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundError
    -
    -
    -
    public static final class NotFoundError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html deleted file mode 100644 index ddbe689..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundError.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -NotFoundError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.NotFoundError
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class NotFoundError
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class NotFoundError.Builder 
      -
    • -
    -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static NotFoundError.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<NotFoundErrorError>error() -
      Displays details about the reasons behind the request's failure.
      -
      inthashCode() 
      java.util.Optional<java.lang.Boolean>success() -
      Demonstrates whether the request is successful or not.
      -
      java.lang.StringtoString() 
      NotFoundErrorwithError​(NotFoundErrorError error) -
      Displays details about the reasons behind the request's failure.
      -
      NotFoundErrorwithError​(java.util.Optional<? extends NotFoundErrorError> error) -
      Displays details about the reasons behind the request's failure.
      -
      NotFoundErrorwithSuccess​(boolean success) -
      Demonstrates whether the request is successful or not.
      -
      NotFoundErrorwithSuccess​(java.util.Optional<java.lang.Boolean> success) -
      Demonstrates whether the request is successful or not.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundError

        -
        public NotFoundError​(java.util.Optional<java.lang.Boolean> success,
        -                     java.util.Optional<? extends NotFoundErrorError> error)
        -
      • -
      - - - -
        -
      • -

        NotFoundError

        -
        public NotFoundError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<NotFoundErrorError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public NotFoundError withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public NotFoundError withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withError

        -
        public NotFoundError withError​(java.util.Optional<? extends NotFoundErrorError> error)
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html deleted file mode 100644 index b105685..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -NotFoundErrorError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorError
    -
    -
    -
    public static final class NotFoundErrorError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public NotFoundErrorError.Builder code​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public NotFoundErrorError.Builder code​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public NotFoundErrorError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public NotFoundErrorError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public NotFoundErrorError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public NotFoundErrorError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html deleted file mode 100644 index fecda6b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -NotFoundErrorError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class NotFoundErrorError
    -extends java.lang.Object
    -
    NotFoundErrorError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      NotFoundErrorError() 
      NotFoundErrorError​(java.util.Optional<java.lang.Double> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static NotFoundErrorError.Builderbuilder() 
      java.util.Optional<java.lang.Double>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      NotFoundErrorErrorwithCode​(double code) -
      Displays the error code indicating the type of the error.
      -
      NotFoundErrorErrorwithCode​(java.util.Optional<java.lang.Double> code) -
      Displays the error code indicating the type of the error.
      -
      NotFoundErrorErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      NotFoundErrorErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      NotFoundErrorErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      NotFoundErrorErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorError

        -
        public NotFoundErrorError​(java.util.Optional<java.lang.Double> code,
        -                          java.util.Optional<java.lang.String> message,
        -                          java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorError

        -
        public NotFoundErrorError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html deleted file mode 100644 index 3abde99..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -NotFoundErrorPlaybackId.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackId.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorPlaybackId
    -
    -
    -
    public static final class NotFoundErrorPlaybackId.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html deleted file mode 100644 index b3efaf4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackId.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -NotFoundErrorPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackId

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackId
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class NotFoundErrorPlaybackId
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorPlaybackId

        -
        public NotFoundErrorPlaybackId​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends NotFoundErrorPlaybackIdError> error)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorPlaybackId

        -
        public NotFoundErrorPlaybackId()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<NotFoundErrorPlaybackIdError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorPlaybackId withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorPlaybackId withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html deleted file mode 100644 index 21570cb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -NotFoundErrorPlaybackIdError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackIdError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorPlaybackIdError
    -
    -
    -
    public static final class NotFoundErrorPlaybackIdError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html deleted file mode 100644 index 31710ac..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorPlaybackIdError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -NotFoundErrorPlaybackIdError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorPlaybackIdError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorPlaybackIdError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class NotFoundErrorPlaybackIdError
    -extends java.lang.Object
    -
    NotFoundErrorPlaybackIdError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorPlaybackIdError

        -
        public NotFoundErrorPlaybackIdError​(java.util.Optional<java.lang.Double> code,
        -                                    java.util.Optional<java.lang.String> message,
        -                                    java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorPlaybackIdError

        -
        public NotFoundErrorPlaybackIdError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorPlaybackIdError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorPlaybackIdError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorPlaybackIdError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorPlaybackIdError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorPlaybackIdError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorPlaybackIdError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html deleted file mode 100644 index 9de80d7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -NotFoundErrorSimulcast.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcast.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorSimulcast.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorSimulcast
    -
    -
    -
    public static final class NotFoundErrorSimulcast.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html deleted file mode 100644 index 4d5f9e8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcast.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -NotFoundErrorSimulcast (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcast

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.NotFoundErrorSimulcast
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class NotFoundErrorSimulcast
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorSimulcast

        -
        public NotFoundErrorSimulcast​(java.util.Optional<java.lang.Boolean> success,
        -                              java.util.Optional<? extends NotFoundErrorSimulcastError> error)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorSimulcast

        -
        public NotFoundErrorSimulcast()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<NotFoundErrorSimulcastError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorSimulcast withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public NotFoundErrorSimulcast withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html deleted file mode 100644 index 7625f4c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -NotFoundErrorSimulcastError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcastError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    NotFoundErrorSimulcastError
    -
    -
    -
    public static final class NotFoundErrorSimulcastError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html deleted file mode 100644 index fa9c11c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/NotFoundErrorSimulcastError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -NotFoundErrorSimulcastError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class NotFoundErrorSimulcastError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.NotFoundErrorSimulcastError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class NotFoundErrorSimulcastError
    -extends java.lang.Object
    -
    NotFoundErrorSimulcastError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NotFoundErrorSimulcastError

        -
        public NotFoundErrorSimulcastError​(java.util.Optional<java.lang.Double> code,
        -                                   java.util.Optional<java.lang.String> message,
        -                                   java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        NotFoundErrorSimulcastError

        -
        public NotFoundErrorSimulcastError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Double> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorSimulcastError withCode​(double code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public NotFoundErrorSimulcastError withCode​(java.util.Optional<java.lang.Double> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorSimulcastError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public NotFoundErrorSimulcastError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorSimulcastError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public NotFoundErrorSimulcastError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html deleted file mode 100644 index 8d57dba..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -SimulcastUnavailableError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.SimulcastUnavailableError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUnavailableError
    -
    -
    -
    public static final class SimulcastUnavailableError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html deleted file mode 100644 index d818fbf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -SimulcastUnavailableError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.SimulcastUnavailableError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SimulcastUnavailableError
    -extends java.lang.Object
    -
    SimulcastUnavailableError - -

    Returns the problem that has occured.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUnavailableError

        -
        public SimulcastUnavailableError​(java.util.Optional<java.lang.Long> code,
        -                                 java.util.Optional<java.lang.String> message,
        -                                 java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        SimulcastUnavailableError

        -
        public SimulcastUnavailableError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public SimulcastUnavailableError withCode​(long code)
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public SimulcastUnavailableError withCode​(java.util.Optional<java.lang.Long> code)
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public SimulcastUnavailableError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public SimulcastUnavailableError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public SimulcastUnavailableError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public SimulcastUnavailableError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html deleted file mode 100644 index 9b91d64..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -SimulcastUnavailableException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.SimulcastUnavailableException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SimulcastUnavailableException
    -
    -
    -
    public static final class SimulcastUnavailableException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html deleted file mode 100644 index a60ff70..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/SimulcastUnavailableException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -SimulcastUnavailableException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SimulcastUnavailableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.SimulcastUnavailableException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class SimulcastUnavailableException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimulcastUnavailableException

        -
        public SimulcastUnavailableException​(java.util.Optional<java.lang.Boolean> success,
        -                                     java.util.Optional<? extends SimulcastUnavailableError> error)
        -
      • -
      - - - -
        -
      • -

        SimulcastUnavailableException

        -
        public SimulcastUnavailableException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUnavailableException withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public SimulcastUnavailableException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html deleted file mode 100644 index 0b31d16..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -UnauthorizedError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.UnauthorizedError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UnauthorizedError
    -
    -
    -
    public static final class UnauthorizedError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public UnauthorizedError.Builder code​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        code

        -
        public UnauthorizedError.Builder code​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public UnauthorizedError.Builder message​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public UnauthorizedError.Builder message​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public UnauthorizedError.Builder description​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public UnauthorizedError.Builder description​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html deleted file mode 100644 index 317aa96..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -UnauthorizedError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.UnauthorizedError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UnauthorizedError
    -extends java.lang.Object
    -
    UnauthorizedError - -

    Displays details about the reasons behind the request's failure.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class UnauthorizedError.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      UnauthorizedError() 
      UnauthorizedError​(java.util.Optional<java.lang.Long> code, - java.util.Optional<java.lang.String> message, - java.util.Optional<java.lang.String> description) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static UnauthorizedError.Builderbuilder() 
      java.util.Optional<java.lang.Long>code() -
      Displays the error code indicating the type of the error.
      -
      java.util.Optional<java.lang.String>description() -
      A detailed explanation of the possible causes for the error.
      -
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.String>message() -
      A descriptive message providing more details for the error.
      -
      java.lang.StringtoString() 
      UnauthorizedErrorwithCode​(long code) -
      Displays the error code indicating the type of the error.
      -
      UnauthorizedErrorwithCode​(java.util.Optional<java.lang.Long> code) -
      Displays the error code indicating the type of the error.
      -
      UnauthorizedErrorwithDescription​(java.lang.String description) -
      A detailed explanation of the possible causes for the error.
      -
      UnauthorizedErrorwithDescription​(java.util.Optional<java.lang.String> description) -
      A detailed explanation of the possible causes for the error.
      -
      UnauthorizedErrorwithMessage​(java.lang.String message) -
      A descriptive message providing more details for the error.
      -
      UnauthorizedErrorwithMessage​(java.util.Optional<java.lang.String> message) -
      A descriptive message providing more details for the error.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnauthorizedError

        -
        public UnauthorizedError​(java.util.Optional<java.lang.Long> code,
        -                         java.util.Optional<java.lang.String> message,
        -                         java.util.Optional<java.lang.String> description)
        -
      • -
      - - - -
        -
      • -

        UnauthorizedError

        -
        public UnauthorizedError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        description

        -
        public java.util.Optional<java.lang.String> description()
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - - - - - -
        -
      • -

        withCode

        -
        public UnauthorizedError withCode​(long code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withCode

        -
        public UnauthorizedError withCode​(java.util.Optional<java.lang.Long> code)
        -
        Displays the error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public UnauthorizedError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public UnauthorizedError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public UnauthorizedError withDescription​(java.lang.String description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        withDescription

        -
        public UnauthorizedError withDescription​(java.util.Optional<java.lang.String> description)
        -
        A detailed explanation of the possible causes for the error.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html deleted file mode 100644 index fee5347..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -UnauthorizedException.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedException.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.UnauthorizedException.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UnauthorizedException
    -
    -
    -
    public static final class UnauthorizedException.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html deleted file mode 100644 index f4aaf80..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/UnauthorizedException.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -UnauthorizedException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UnauthorizedException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.UnauthorizedException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class UnauthorizedException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UnauthorizedException

        -
        public UnauthorizedException​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends UnauthorizedError> error)
        -
      • -
      - - - -
        -
      • -

        UnauthorizedException

        -
        public UnauthorizedException()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        error

        -
        public java.util.Optional<UnauthorizedError> error()
        -
        Displays details about the reasons behind the request's failure.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public UnauthorizedException withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public UnauthorizedException withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html deleted file mode 100644 index 6ad54e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -ValidationErrorResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ValidationErrorResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ValidationErrorResponse
    -
    -
    -
    public static final class ValidationErrorResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html deleted file mode 100644 index 193ca93..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponse.html +++ /dev/null @@ -1,528 +0,0 @@ - - - - - -ValidationErrorResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.models.errors.ValidationErrorResponse
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    public class ValidationErrorResponse
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ValidationErrorResponse

        -
        public ValidationErrorResponse​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends ValidationErrorResponseError> error)
        -
      • -
      - - - -
        -
      • -

        ValidationErrorResponse

        -
        public ValidationErrorResponse()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public ValidationErrorResponse withSuccess​(boolean success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public ValidationErrorResponse withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        It demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Throwable
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html deleted file mode 100644 index 2a03df0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ValidationErrorResponseError.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponseError.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ValidationErrorResponseError.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ValidationErrorResponseError
    -
    -
    -
    public static final class ValidationErrorResponseError.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html deleted file mode 100644 index b5b49a7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/ValidationErrorResponseError.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ValidationErrorResponseError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ValidationErrorResponseError

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.errors.ValidationErrorResponseError
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ValidationErrorResponseError
    -extends java.lang.Object
    -
    ValidationErrorResponseError - -

    Returns the problem that has occured

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ValidationErrorResponseError

        -
        public ValidationErrorResponseError​(java.util.Optional<java.lang.Long> code,
        -                                    java.util.Optional<java.lang.String> message,
        -                                    java.util.Optional<? extends java.util.List<Field>> fields)
        -
      • -
      - - - -
        -
      • -

        ValidationErrorResponseError

        -
        public ValidationErrorResponseError()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        code

        -
        public java.util.Optional<java.lang.Long> code()
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        message

        -
        public java.util.Optional<java.lang.String> message()
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        fields

        -
        public java.util.Optional<java.util.List<Field>> fields()
        -
        It is an array of objects, where each object contains information about a specific field and a corresponding error message.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withCode

        -
        public ValidationErrorResponseError withCode​(java.util.Optional<java.lang.Long> code)
        -
        An error code indicating the type of the error.
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ValidationErrorResponseError withMessage​(java.lang.String message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withMessage

        -
        public ValidationErrorResponseError withMessage​(java.util.Optional<java.lang.String> message)
        -
        A descriptive message providing more details for the error
        -
      • -
      - - - -
        -
      • -

        withFields

        -
        public ValidationErrorResponseError withFields​(java.util.List<Field> fields)
        -
        It is an array of objects, where each object contains information about a specific field and a corresponding error message.
        -
      • -
      - - - -
        -
      • -

        withFields

        -
        public ValidationErrorResponseError withFields​(java.util.Optional<? extends java.util.List<Field>> fields)
        -
        It is an array of objects, where each object contains information about a specific field and a corresponding error message.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html deleted file mode 100644 index 1b7e537..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-summary.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -io.fastpix.sdk.models.errors (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.models.errors

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html deleted file mode 100644 index 6cf2483..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/errors/package-tree.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - -io.fastpix.sdk.models.errors Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.models.errors

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html deleted file mode 100644 index ef7d274..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessPolicy.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -CreateMediaPlaybackIdAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaPlaybackIdAccessPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaPlaybackIdAccessPolicy>
    -
    -
    -
    public enum CreateMediaPlaybackIdAccessPolicy
    -extends java.lang.Enum<CreateMediaPlaybackIdAccessPolicy>
    -
    CreateMediaPlaybackIdAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaPlaybackIdAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaPlaybackIdAccessPolicy c : CreateMediaPlaybackIdAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaPlaybackIdAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html deleted file mode 100644 index 239749d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.Builder.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -CreateMediaPlaybackIdAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html deleted file mode 100644 index 5f495aa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdAccessRestrictions.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -CreateMediaPlaybackIdAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdAccessRestrictions
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html deleted file mode 100644 index 2c479a4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -CreateMediaPlaybackIdDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdDomains
    -
    -
    -
    public static final class CreateMediaPlaybackIdDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdDomains.Builder defaultPolicy​(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdDomains.Builder defaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdDomains.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdDomains.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdDomains.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdDomains.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html deleted file mode 100644 index fa4d20a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomains.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -CreateMediaPlaybackIdDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdDomains
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdDomains

        -
        public CreateMediaPlaybackIdDomains​(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy,
        -                                    java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                    java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdDomains

        -
        public CreateMediaPlaybackIdDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdDomains withDefaultPolicy​(CreateMediaPlaybackIdDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdDomains withDefaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html deleted file mode 100644 index 66b7640..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdDomainsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CreateMediaPlaybackIdDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaPlaybackIdDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaPlaybackIdDomainsDefaultPolicy>
    -
    -
    -
    public enum CreateMediaPlaybackIdDomainsDefaultPolicy
    -extends java.lang.Enum<CreateMediaPlaybackIdDomainsDefaultPolicy>
    -
    CreateMediaPlaybackIdDomainsDefaultPolicy - -

    Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaPlaybackIdDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaPlaybackIdDomainsDefaultPolicy c : CreateMediaPlaybackIdDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaPlaybackIdDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html deleted file mode 100644 index 3e94746..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.Builder.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdRequest
    -
    -
    -
    public static final class CreateMediaPlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html deleted file mode 100644 index ffc7c55..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequest.html +++ /dev/null @@ -1,481 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdRequest

        -
        public CreateMediaPlaybackIdRequest​(java.lang.String mediaId,
        -                                    java.util.Optional<? extends CreateMediaPlaybackIdRequestBody> requestBody)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdRequest

        -
        public CreateMediaPlaybackIdRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withMediaId

        -
        public CreateMediaPlaybackIdRequest withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html deleted file mode 100644 index ef08abc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequestBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequestBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html deleted file mode 100644 index afa5561..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBody.html +++ /dev/null @@ -1,475 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequestBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequestBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdRequestBody
    -extends java.lang.Object
    -
    CreateMediaPlaybackIdRequestBody - -

    Request body for creating playback id for an media

    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html deleted file mode 100644 index 478d9c4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CreateMediaPlaybackIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html deleted file mode 100644 index 713aa1e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdResponse
    -
    -
    -
    public static final class CreateMediaPlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html deleted file mode 100644 index 9e03059..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateMediaPlaybackIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdResponse

        -
        public CreateMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                     java.util.Optional<? extends CreateMediaPlaybackIdResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdResponse

        -
        public CreateMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateMediaPlaybackIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public CreateMediaPlaybackIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html deleted file mode 100644 index 77941ba..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html deleted file mode 100644 index e5e8ed1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdResponseBody.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -CreateMediaPlaybackIdResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdResponseBody
    -extends java.lang.Object
    -
    CreateMediaPlaybackIdResponseBody - -

    Playback id for an media

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdResponseBody

        -
        public CreateMediaPlaybackIdResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                         java.util.Optional<? extends Data> data)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdResponseBody

        -
        public CreateMediaPlaybackIdResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<Data> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public CreateMediaPlaybackIdResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html deleted file mode 100644 index 0bd07e6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -CreateMediaPlaybackIdUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaPlaybackIdUserAgents
    -
    -
    -
    public static final class CreateMediaPlaybackIdUserAgents.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents.Builder defaultPolicy​(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents.Builder defaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdUserAgents.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public CreateMediaPlaybackIdUserAgents.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdUserAgents.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public CreateMediaPlaybackIdUserAgents.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html deleted file mode 100644 index 88f5111..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgents.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -CreateMediaPlaybackIdUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaPlaybackIdUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaPlaybackIdUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaPlaybackIdUserAgents
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaPlaybackIdUserAgents

        -
        public CreateMediaPlaybackIdUserAgents​(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy,
        -                                       java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                       java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        CreateMediaPlaybackIdUserAgents

        -
        public CreateMediaPlaybackIdUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents withDefaultPolicy​(CreateMediaPlaybackIdUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public CreateMediaPlaybackIdUserAgents withDefaultPolicy​(java.util.Optional<? extends CreateMediaPlaybackIdUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public CreateMediaPlaybackIdUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public CreateMediaPlaybackIdUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html deleted file mode 100644 index 0185bbd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaPlaybackIdUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -CreateMediaPlaybackIdUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum CreateMediaPlaybackIdUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
    -
    -
    -
    public enum CreateMediaPlaybackIdUserAgentsDefaultPolicy
    -extends java.lang.Enum<CreateMediaPlaybackIdUserAgentsDefaultPolicy>
    -
    CreateMediaPlaybackIdUserAgentsDefaultPolicy - -

    Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static CreateMediaPlaybackIdUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (CreateMediaPlaybackIdUserAgentsDefaultPolicy c : CreateMediaPlaybackIdUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static CreateMediaPlaybackIdUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html deleted file mode 100644 index 22206d7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -CreateMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html deleted file mode 100644 index 473425c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaResponse
    -
    -
    -
    public static final class CreateMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html deleted file mode 100644 index 7ec0e57..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponse

        -
        public CreateMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                           java.util.Optional<? extends CreateMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        CreateMediaResponse

        -
        public CreateMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public CreateMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public CreateMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html deleted file mode 100644 index b244055..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -CreateMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateMediaResponseBody
    -
    -
    -
    public static final class CreateMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html deleted file mode 100644 index f4e0a8d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateMediaResponseBody.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -CreateMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateMediaResponseBody
    -extends java.lang.Object
    -
    CreateMediaResponseBody - -

    Media is created successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateMediaResponseBody

        -
        public CreateMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                               java.util.Optional<? extends CreateMediaResponse> data)
        -
      • -
      - - - -
        -
      • -

        CreateMediaResponseBody

        -
        public CreateMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public CreateMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public CreateMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html deleted file mode 100644 index fb1e526..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -CreateNewStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateNewStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateNewStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateNewStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html deleted file mode 100644 index 53fad51..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateNewStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateNewStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateNewStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateNewStreamResponse
    -
    -
    -
    public static final class CreateNewStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html deleted file mode 100644 index 867f714..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateNewStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateNewStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateNewStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateNewStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateNewStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateNewStreamResponse

        -
        public CreateNewStreamResponse​(java.lang.String contentType,
        -                               int statusCode,
        -                               java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                               java.util.Optional<? extends LiveStreamResponseDTO> liveStreamResponseDTO)
        -
      • -
      - - - -
        -
      • -

        CreateNewStreamResponse

        -
        public CreateNewStreamResponse​(java.lang.String contentType,
        -                               int statusCode,
        -                               java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        liveStreamResponseDTO

        -
        public java.util.Optional<LiveStreamResponseDTO> liveStreamResponseDTO()
        -
        Stream created successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateNewStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public CreateNewStreamResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public CreateNewStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html deleted file mode 100644 index 7484f26..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreatePlaybackIdOfStreamRequest
    -
    -
    -
    public static final class CreatePlaybackIdOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html deleted file mode 100644 index 8c06dd0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreatePlaybackIdOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreatePlaybackIdOfStreamRequest

        -
        public CreatePlaybackIdOfStreamRequest​(java.lang.String streamId,
        -                                       java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
        -
      • -
      - - - -
        -
      • -

        CreatePlaybackIdOfStreamRequest

        -
        public CreatePlaybackIdOfStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        playbackIdRequest

        -
        public java.util.Optional<PlaybackIdRequest> playbackIdRequest()
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public CreatePlaybackIdOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html deleted file mode 100644 index fba71df..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreatePlaybackIdOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html deleted file mode 100644 index acac3f7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html deleted file mode 100644 index 50a9cdb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreatePlaybackIdOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreatePlaybackIdOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreatePlaybackIdOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreatePlaybackIdOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreatePlaybackIdOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreatePlaybackIdOfStreamResponse

        -
        public CreatePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                        java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
        -
      • -
      - - - -
        -
      • -

        CreatePlaybackIdOfStreamResponse

        -
        public CreatePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        playbackIdResponse

        -
        public java.util.Optional<PlaybackIdResponse> playbackIdResponse()
        -
        New PlaybackId created successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public CreatePlaybackIdOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public CreatePlaybackIdOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index 79d7920..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -CreateSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateSimulcastOfStreamRequest
    -
    -
    -
    public static final class CreateSimulcastOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html deleted file mode 100644 index bdfd0ff..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -CreateSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateSimulcastOfStreamRequest

        -
        public CreateSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                      java.util.Optional<? extends SimulcastRequest> simulcastRequest)
        -
      • -
      - - - -
        -
      • -

        CreateSimulcastOfStreamRequest

        -
        public CreateSimulcastOfStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastRequest

        -
        public java.util.Optional<SimulcastRequest> simulcastRequest()
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public CreateSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index efd7030..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -CreateSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class CreateSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index 435d862..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -CreateSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    CreateSimulcastOfStreamResponse
    -
    -
    -
    public static final class CreateSimulcastOfStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html deleted file mode 100644 index cd0a533..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/CreateSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -CreateSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class CreateSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.CreateSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class CreateSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreateSimulcastOfStreamResponse

        -
        public CreateSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                       java.util.Optional<? extends SimulcastResponse> simulcastResponse)
        -
      • -
      - - - -
        -
      • -

        CreateSimulcastOfStreamResponse

        -
        public CreateSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastResponse

        -
        public java.util.Optional<SimulcastResponse> simulcastResponse()
        -
        New Simulcast created successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public CreateSimulcastOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public CreateSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html deleted file mode 100644 index 71cdd43..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Data.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Data.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Data.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Data
    -
    -
    -
    public static final class Data.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Databuild() 
      Data.BuilderplaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      Data.BuilderplaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playbackIds

        -
        public Data.Builder playbackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        playbackIds

        -
        public Data.Builder playbackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Data build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html deleted file mode 100644 index 6692613..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Data.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -Data (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Data

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Data
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Data
    -extends java.lang.Object
    -
    Data - -

    Displays the result of the request.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Data.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Data() 
      Data​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Data.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.util.List<PlaybackId>>playbackIds() -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      java.lang.StringtoString() 
      DatawithPlaybackIds​(java.util.List<PlaybackId> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      DatawithPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds) -
      A collection of Playback ID objects utilized for crafting HLS playback URLs.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Data

        -
        public Data​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
      • -
      - - - -
        -
      • -

        Data

        -
        public Data()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        playbackIds

        -
        public java.util.Optional<java.util.List<PlaybackId>> playbackIds()
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        builder

        -
        public static final Data.Builder builder()
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Data withPlaybackIds​(java.util.List<PlaybackId> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        withPlaybackIds

        -
        public Data withPlaybackIds​(java.util.Optional<? extends java.util.List<PlaybackId>> playbackIds)
        -
        A collection of Playback ID objects utilized for crafting HLS playback URLs.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html deleted file mode 100644 index 1d3e247..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -DeleteLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteLiveStreamRequest
    -
    -
    -
    public static final class DeleteLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html deleted file mode 100644 index 421547e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -DeleteLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteLiveStreamRequest

        -
        public DeleteLiveStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public DeleteLiveStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html deleted file mode 100644 index 341a385..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -DeleteLiveStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteLiveStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html deleted file mode 100644 index dc843d8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteLiveStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteLiveStreamResponse
    -
    -
    -
    public static final class DeleteLiveStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html deleted file mode 100644 index f48ecda..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteLiveStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteLiveStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteLiveStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteLiveStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteLiveStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteLiveStreamResponse

        -
        public DeleteLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
        -
      • -
      - - - -
        -
      • -

        DeleteLiveStreamResponse

        -
        public DeleteLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        liveStreamDeleteResponse

        -
        public java.util.Optional<LiveStreamDeleteResponse> liveStreamDeleteResponse()
        -
        Stream deleted successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteLiveStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public DeleteLiveStreamResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public DeleteLiveStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html deleted file mode 100644 index 4643193..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteMediaPlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaPlaybackIdRequest
    -
    -
    -
    public static final class DeleteMediaPlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html deleted file mode 100644 index 8ea3017..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -DeleteMediaPlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaPlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      DeleteMediaPlaybackIdRequest​(java.lang.String mediaId, - java.lang.String playbackId) 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaPlaybackIdRequest

        -
        public DeleteMediaPlaybackIdRequest​(java.lang.String mediaId,
        -                                    java.lang.String playbackId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        Return the universal unique identifier for media which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.lang.String playbackId()
        -
        Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public DeleteMediaPlaybackIdRequest withMediaId​(java.lang.String mediaId)
        -
        Return the universal unique identifier for media which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        withPlaybackId

        -
        public DeleteMediaPlaybackIdRequest withPlaybackId​(java.lang.String playbackId)
        -
        Return the universal unique identifier for playbacks which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html deleted file mode 100644 index 454e391..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DeleteMediaPlaybackIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaPlaybackIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html deleted file mode 100644 index 3da0282..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaPlaybackIdResponse
    -
    -
    -
    public static final class DeleteMediaPlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html deleted file mode 100644 index b97c2f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteMediaPlaybackIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponse

        -
        public DeleteMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                     java.util.Optional<? extends DeleteMediaPlaybackIdResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponse

        -
        public DeleteMediaPlaybackIdResponse​(java.lang.String contentType,
        -                                     int statusCode,
        -                                     java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteMediaPlaybackIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DeleteMediaPlaybackIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html deleted file mode 100644 index c48706a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html deleted file mode 100644 index bba204a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaPlaybackIdResponseBody.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -DeleteMediaPlaybackIdResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaPlaybackIdResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaPlaybackIdResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaPlaybackIdResponseBody
    -extends java.lang.Object
    -
    DeleteMediaPlaybackIdResponseBody - -

    Deleted a Playback Id successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponseBody

        -
        public DeleteMediaPlaybackIdResponseBody​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaPlaybackIdResponseBody

        -
        public DeleteMediaPlaybackIdResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public DeleteMediaPlaybackIdResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html deleted file mode 100644 index 3f0561c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -DeleteMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaRequest
    -
    -
    -
    public static final class DeleteMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      DeleteMediaRequestbuild() 
      DeleteMediaRequest.BuildermediaId​(java.lang.String mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public DeleteMediaRequest.Builder mediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html deleted file mode 100644 index 245f2a6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -DeleteMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      DeleteMediaRequest​(java.lang.String mediaId) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static DeleteMediaRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.StringmediaId() -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      java.lang.StringtoString() 
      DeleteMediaRequestwithMediaId​(java.lang.String mediaId) -
      When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaRequest

        -
        public DeleteMediaRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public DeleteMediaRequest withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html deleted file mode 100644 index 186cf83..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -DeleteMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html deleted file mode 100644 index 3ef62f0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaResponse
    -
    -
    -
    public static final class DeleteMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html deleted file mode 100644 index 55e43d3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaResponse

        -
        public DeleteMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                           java.util.Optional<? extends DeleteMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaResponse

        -
        public DeleteMediaResponse​(java.lang.String contentType,
        -                           int statusCode,
        -                           java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public DeleteMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public DeleteMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html deleted file mode 100644 index 33626c5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteMediaResponseBody
    -
    -
    -
    public static final class DeleteMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html deleted file mode 100644 index 1ed35df..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteMediaResponseBody.html +++ /dev/null @@ -1,448 +0,0 @@ - - - - - -DeleteMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteMediaResponseBody
    -extends java.lang.Object
    -
    DeleteMediaResponseBody - -

    Delete a video media

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteMediaResponseBody

        -
        public DeleteMediaResponseBody​(java.util.Optional<java.lang.Boolean> success)
        -
      • -
      - - - -
        -
      • -

        DeleteMediaResponseBody

        -
        public DeleteMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public DeleteMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public DeleteMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html deleted file mode 100644 index 3b0a748..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeletePlaybackIdOfStreamRequest
    -
    -
    -
    public static final class DeletePlaybackIdOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html deleted file mode 100644 index c5ca240..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeletePlaybackIdOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeletePlaybackIdOfStreamRequest

        -
        public DeletePlaybackIdOfStreamRequest​(java.lang.String streamId,
        -                                       java.lang.String playbackId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.lang.String playbackId()
        -
        Unique identifier for the playbackId
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public DeletePlaybackIdOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html deleted file mode 100644 index e5e31a4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeletePlaybackIdOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html deleted file mode 100644 index 8532f1c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html deleted file mode 100644 index dc1120b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeletePlaybackIdOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeletePlaybackIdOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeletePlaybackIdOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeletePlaybackIdOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeletePlaybackIdOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeletePlaybackIdOfStreamResponse

        -
        public DeletePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                        java.util.Optional<? extends LiveStreamDeleteResponse> liveStreamDeleteResponse)
        -
      • -
      - - - -
        -
      • -

        DeletePlaybackIdOfStreamResponse

        -
        public DeletePlaybackIdOfStreamResponse​(java.lang.String contentType,
        -                                        int statusCode,
        -                                        java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        liveStreamDeleteResponse

        -
        public java.util.Optional<LiveStreamDeleteResponse> liveStreamDeleteResponse()
        -
        Stream's playbackId deleted successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public DeletePlaybackIdOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DeletePlaybackIdOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index 8c6e970..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -DeleteSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteSimulcastOfStreamRequest
    -
    -
    -
    public static final class DeleteSimulcastOfStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html deleted file mode 100644 index 3788ea5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -DeleteSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteSimulcastOfStreamRequest

        -
        public DeleteSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                      java.lang.String simulcastId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public java.lang.String simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public DeleteSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public DeleteSimulcastOfStreamRequest withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index 565378e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DeleteSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DeleteSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index 7b4c97e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DeleteSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DeleteSimulcastOfStreamResponse
    -
    -
    -
    public static final class DeleteSimulcastOfStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html deleted file mode 100644 index 732fe7c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DeleteSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DeleteSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DeleteSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DeleteSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DeleteSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DeleteSimulcastOfStreamResponse

        -
        public DeleteSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                       java.util.Optional<? extends SimulcastdeleteResponse> simulcastdeleteResponse)
        -
      • -
      - - - -
        -
      • -

        DeleteSimulcastOfStreamResponse

        -
        public DeleteSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastdeleteResponse

        -
        public java.util.Optional<SimulcastdeleteResponse> simulcastdeleteResponse()
        -
        Stream's simulcast deleted successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public DeleteSimulcastOfStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DeleteSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html deleted file mode 100644 index ceacd19..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessPolicy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -DirectUploadVideoMediaAccessPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum DirectUploadVideoMediaAccessPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<DirectUploadVideoMediaAccessPolicy>
    -
    -
    -
    public enum DirectUploadVideoMediaAccessPolicy
    -extends java.lang.Enum<DirectUploadVideoMediaAccessPolicy>
    -
    DirectUploadVideoMediaAccessPolicy - -

    Determines if access to the streamed content is kept private or available to all.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static DirectUploadVideoMediaAccessPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (DirectUploadVideoMediaAccessPolicy c : DirectUploadVideoMediaAccessPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static DirectUploadVideoMediaAccessPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html deleted file mode 100644 index 303a74a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.Builder.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -DirectUploadVideoMediaAccessRestrictions.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaAccessRestrictions.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html deleted file mode 100644 index 8f185da..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaAccessRestrictions.html +++ /dev/null @@ -1,480 +0,0 @@ - - - - - -DirectUploadVideoMediaAccessRestrictions (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaAccessRestrictions

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaAccessRestrictions
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaAccessRestrictions
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html deleted file mode 100644 index c39c969..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -DirectUploadVideoMediaDomains.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaDomains.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaDomains
    -
    -
    -
    public static final class DirectUploadVideoMediaDomains.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        defaultPolicy

        -
        public DirectUploadVideoMediaDomains.Builder defaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaDomains.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaDomains.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaDomains.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaDomains.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html deleted file mode 100644 index 6d9c7d8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomains.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -DirectUploadVideoMediaDomains (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaDomains

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaDomains
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaDomains
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaDomains

        -
        public DirectUploadVideoMediaDomains​(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy,
        -                                     java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                     java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaDomains

        -
        public DirectUploadVideoMediaDomains()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaDomains withDefaultPolicy​(DirectUploadVideoMediaDomainsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaDomains withDefaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaDomainsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaDomains withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaDomains withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of domain names or patterns that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaDomains withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaDomains withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of domain names or patterns that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html deleted file mode 100644 index 8f95d9d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaDomainsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -DirectUploadVideoMediaDomainsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum DirectUploadVideoMediaDomainsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<DirectUploadVideoMediaDomainsDefaultPolicy>
    -
    -
    -
    public enum DirectUploadVideoMediaDomainsDefaultPolicy
    -extends java.lang.Enum<DirectUploadVideoMediaDomainsDefaultPolicy>
    -
    DirectUploadVideoMediaDomainsDefaultPolicy - -

    Specifies the default access policy for domains. - If set to `allow`, all domains are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all domains are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static DirectUploadVideoMediaDomainsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (DirectUploadVideoMediaDomainsDefaultPolicy c : DirectUploadVideoMediaDomainsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static DirectUploadVideoMediaDomainsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html deleted file mode 100644 index 20b0911..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -DirectUploadVideoMediaMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaMetadata
    -
    -
    -
    public static final class DirectUploadVideoMediaMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html deleted file mode 100644 index 274710d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -DirectUploadVideoMediaMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaMetadata
    -extends java.lang.Object
    -
    DirectUploadVideoMediaMetadata - -

    Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaMetadata

        -
        public DirectUploadVideoMediaMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html deleted file mode 100644 index e04da9a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.Builder.html +++ /dev/null @@ -1,319 +0,0 @@ - - - - - -DirectUploadVideoMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaRequest
    -
    -
    -
    public static final class DirectUploadVideoMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html deleted file mode 100644 index 0625798..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequest.html +++ /dev/null @@ -1,484 +0,0 @@ - - - - - -DirectUploadVideoMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaRequest
    -extends java.lang.Object
    -
    DirectUploadVideoMediaRequest - -

    Request body for direct upload

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaRequest

        -
        public DirectUploadVideoMediaRequest​(java.lang.String corsOrigin,
        -                                     java.util.Optional<? extends PushMediaSettings> pushMediaSettings)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaRequest

        -
        public DirectUploadVideoMediaRequest​(java.lang.String corsOrigin)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        corsOrigin

        -
        public java.lang.String corsOrigin()
        -
        Upload media directly from a device using the URL name or enter '*' to allow all.
        -
      • -
      - - - -
        -
      • -

        pushMediaSettings

        -
        public java.util.Optional<PushMediaSettings> pushMediaSettings()
        -
        Configuration settings for media upload.
        -
      • -
      - - - - - - - -
        -
      • -

        withCorsOrigin

        -
        public DirectUploadVideoMediaRequest withCorsOrigin​(java.lang.String corsOrigin)
        -
        Upload media directly from a device using the URL name or enter '*' to allow all.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html deleted file mode 100644 index ddf4336..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -DirectUploadVideoMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html deleted file mode 100644 index e6b60dc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -DirectUploadVideoMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    DirectUploadVideoMediaResponse
    -
    -
    -
    public static final class DirectUploadVideoMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html deleted file mode 100644 index 116adce..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -DirectUploadVideoMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class DirectUploadVideoMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaResponse

        -
        public DirectUploadVideoMediaResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                      java.util.Optional<? extends DirectUploadVideoMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaResponse

        -
        public DirectUploadVideoMediaResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public DirectUploadVideoMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public DirectUploadVideoMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html deleted file mode 100644 index 46740d3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -DirectUploadVideoMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html deleted file mode 100644 index c9ad3de..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaResponseBody.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -DirectUploadVideoMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaResponseBody
    -extends java.lang.Object
    -
    DirectUploadVideoMediaResponseBody - -

    Direct upload created successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaResponseBody

        -
        public DirectUploadVideoMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                          java.util.Optional<? extends DirectUpload> data)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaResponseBody

        -
        public DirectUploadVideoMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<DirectUpload> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public DirectUploadVideoMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html deleted file mode 100644 index 38f4ca9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.Builder.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - -DirectUploadVideoMediaUserAgents.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaUserAgents.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents.Builder
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public DirectUploadVideoMediaUserAgents.Builder defaultPolicy​(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        defaultPolicy

        -
        public DirectUploadVideoMediaUserAgents.Builder defaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaUserAgents.Builder allow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public DirectUploadVideoMediaUserAgents.Builder allow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaUserAgents.Builder deny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public DirectUploadVideoMediaUserAgents.Builder deny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html deleted file mode 100644 index 2c251cf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgents.html +++ /dev/null @@ -1,563 +0,0 @@ - - - - - -DirectUploadVideoMediaUserAgents (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class DirectUploadVideoMediaUserAgents

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.DirectUploadVideoMediaUserAgents
    • -
    -
  • -
-
-
    -
  • -
    -
    public class DirectUploadVideoMediaUserAgents
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DirectUploadVideoMediaUserAgents

        -
        public DirectUploadVideoMediaUserAgents​(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy,
        -                                        java.util.Optional<? extends java.util.List<java.lang.String>> allow,
        -                                        java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
      • -
      - - - -
        -
      • -

        DirectUploadVideoMediaUserAgents

        -
        public DirectUploadVideoMediaUserAgents()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        defaultPolicy

        -
        public java.util.Optional<DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy()
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        allow

        -
        public java.util.Optional<java.util.List<java.lang.String>> allow()
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        deny

        -
        public java.util.Optional<java.util.List<java.lang.String>> deny()
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - - - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaUserAgents withDefaultPolicy​(DirectUploadVideoMediaUserAgentsDefaultPolicy defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withDefaultPolicy

        -
        public DirectUploadVideoMediaUserAgents withDefaultPolicy​(java.util.Optional<? extends DirectUploadVideoMediaUserAgentsDefaultPolicy> defaultPolicy)
        -
        Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaUserAgents withAllow​(java.util.List<java.lang.String> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withAllow

        -
        public DirectUploadVideoMediaUserAgents withAllow​(java.util.Optional<? extends java.util.List<java.lang.String>> allow)
        -
        A list of user agents (identified by string names or patterns) that are explicitly allowed access. - This list is only effective when the `defaultPolicy` is set to `deny`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaUserAgents withDeny​(java.util.List<java.lang.String> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        withDeny

        -
        public DirectUploadVideoMediaUserAgents withDeny​(java.util.Optional<? extends java.util.List<java.lang.String>> deny)
        -
        A list of user agents (identified by string names or patterns) that are explicitly denied access. - This list is only effective when the `defaultPolicy` is set to `allow`.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html deleted file mode 100644 index bbda6f1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/DirectUploadVideoMediaUserAgentsDefaultPolicy.html +++ /dev/null @@ -1,409 +0,0 @@ - - - - - -DirectUploadVideoMediaUserAgentsDefaultPolicy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum DirectUploadVideoMediaUserAgentsDefaultPolicy

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<DirectUploadVideoMediaUserAgentsDefaultPolicy>
    -
    -
    -
    public enum DirectUploadVideoMediaUserAgentsDefaultPolicy
    -extends java.lang.Enum<DirectUploadVideoMediaUserAgentsDefaultPolicy>
    -
    DirectUploadVideoMediaUserAgentsDefaultPolicy - -

    Specifies the default access policy for user agents (browsers, bots, etc.). - If set to `allow`, all user agents are allowed access unless otherwise specified in the `deny` list. - If set to `deny`, all user agents are denied access unless otherwise specified in the `allow` list.

    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static DirectUploadVideoMediaUserAgentsDefaultPolicy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (DirectUploadVideoMediaUserAgentsDefaultPolicy c : DirectUploadVideoMediaUserAgentsDefaultPolicy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static DirectUploadVideoMediaUserAgentsDefaultPolicy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html deleted file mode 100644 index 61612c8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsOrderBy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -GetAllStreamsOrderBy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum GetAllStreamsOrderBy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<GetAllStreamsOrderBy>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.GetAllStreamsOrderBy
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<GetAllStreamsOrderBy>
    -
    -
    -
    public enum GetAllStreamsOrderBy
    -extends java.lang.Enum<GetAllStreamsOrderBy>
    -
    GetAllStreamsOrderBy - -

    The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ASC 
      DESC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<GetAllStreamsOrderBy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static GetAllStreamsOrderByvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static GetAllStreamsOrderBy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static GetAllStreamsOrderBy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (GetAllStreamsOrderBy c : GetAllStreamsOrderBy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static GetAllStreamsOrderBy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<GetAllStreamsOrderBy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html deleted file mode 100644 index ebcf37b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -GetAllStreamsRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetAllStreamsRequest
    -
    -
    -
    public static final class GetAllStreamsRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public GetAllStreamsRequest.Builder limit​(java.lang.String limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        limit

        -
        public GetAllStreamsRequest.Builder limit​(java.util.Optional<java.lang.String> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public GetAllStreamsRequest.Builder offset​(java.lang.String offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public GetAllStreamsRequest.Builder offset​(java.util.Optional<java.lang.String> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - - - - - -
        -
      • -

        orderBy

        -
        public GetAllStreamsRequest.Builder orderBy​(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html deleted file mode 100644 index e52b395..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequest.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - -GetAllStreamsRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetAllStreamsRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetAllStreamsRequest

        -
        public GetAllStreamsRequest​(java.util.Optional<java.lang.String> limit,
        -                            java.util.Optional<java.lang.String> offset,
        -                            java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -
      • -
      - - - -
        -
      • -

        GetAllStreamsRequest

        -
        public GetAllStreamsRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public java.util.Optional<java.lang.String> limit()
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public java.util.Optional<java.lang.String> offset()
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        orderBy

        -
        public java.util.Optional<GetAllStreamsOrderBy> orderBy()
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - - - - - -
        -
      • -

        withLimit

        -
        public GetAllStreamsRequest withLimit​(java.lang.String limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withLimit

        -
        public GetAllStreamsRequest withLimit​(java.util.Optional<java.lang.String> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public GetAllStreamsRequest withOffset​(java.lang.String offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public GetAllStreamsRequest withOffset​(java.util.Optional<java.lang.String> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public GetAllStreamsRequest withOrderBy​(GetAllStreamsOrderBy orderBy)
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public GetAllStreamsRequest withOrderBy​(java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -
        The list of value can be order in two ways DESC (Descending) or ASC (Ascending). In case not specified, by default it will be DESC.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html deleted file mode 100644 index eea6ded..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsRequestBuilder.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -GetAllStreamsRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetAllStreamsRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html deleted file mode 100644 index ea5dcc2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetAllStreamsResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetAllStreamsResponse
    -
    -
    -
    public static final class GetAllStreamsResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html deleted file mode 100644 index 4c89962..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetAllStreamsResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetAllStreamsResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetAllStreamsResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetAllStreamsResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetAllStreamsResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetAllStreamsResponse

        -
        public GetAllStreamsResponse​(java.lang.String contentType,
        -                             int statusCode,
        -                             java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                             java.util.Optional<? extends GetStreamsResponse> getStreamsResponse)
        -
      • -
      - - - -
        -
      • -

        GetAllStreamsResponse

        -
        public GetAllStreamsResponse​(java.lang.String contentType,
        -                             int statusCode,
        -                             java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        getStreamsResponse

        -
        public java.util.Optional<GetStreamsResponse> getStreamsResponse()
        -
        All streams retrieved sucessfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public GetAllStreamsResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public GetAllStreamsResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public GetAllStreamsResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html deleted file mode 100644 index 56f6330..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -GetLiveStreamByIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamByIdRequest
    -
    -
    -
    public static final class GetLiveStreamByIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html deleted file mode 100644 index e612c36..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -GetLiveStreamByIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamByIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamByIdRequest

        -
        public GetLiveStreamByIdRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetLiveStreamByIdRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html deleted file mode 100644 index 5036adc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -GetLiveStreamByIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamByIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html deleted file mode 100644 index 8845937..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetLiveStreamByIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamByIdResponse
    -
    -
    -
    public static final class GetLiveStreamByIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html deleted file mode 100644 index 7ee47c9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamByIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetLiveStreamByIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamByIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamByIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetLiveStreamByIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamByIdResponse

        -
        public GetLiveStreamByIdResponse​(java.lang.String contentType,
        -                                 int statusCode,
        -                                 java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                 java.util.Optional<? extends LivestreamgetResponse> livestreamgetResponse)
        -
      • -
      - - - -
        -
      • -

        GetLiveStreamByIdResponse

        -
        public GetLiveStreamByIdResponse​(java.lang.String contentType,
        -                                 int statusCode,
        -                                 java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        livestreamgetResponse

        -
        public java.util.Optional<LivestreamgetResponse> livestreamgetResponse()
        -
        Stream details retrieved successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public GetLiveStreamByIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public GetLiveStreamByIdResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public GetLiveStreamByIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html deleted file mode 100644 index 885073b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamPlaybackIdRequest
    -
    -
    -
    public static final class GetLiveStreamPlaybackIdRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html deleted file mode 100644 index e527a3d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamPlaybackIdRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamPlaybackIdRequest

        -
        public GetLiveStreamPlaybackIdRequest​(java.lang.String streamId,
        -                                      java.lang.String playbackId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        playbackId

        -
        public java.lang.String playbackId()
        -
        Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetLiveStreamPlaybackIdRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withPlaybackId

        -
        public GetLiveStreamPlaybackIdRequest withPlaybackId​(java.lang.String playbackId)
        -
        Upon creating a new playbackId, FastPix assigns a unique identifier to the playback.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html deleted file mode 100644 index 8f70645..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetLiveStreamPlaybackIdRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html deleted file mode 100644 index a8709f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetLiveStreamPlaybackIdResponse
    -
    -
    -
    public static final class GetLiveStreamPlaybackIdResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html deleted file mode 100644 index 6141073..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetLiveStreamPlaybackIdResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetLiveStreamPlaybackIdResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetLiveStreamPlaybackIdResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetLiveStreamPlaybackIdResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetLiveStreamPlaybackIdResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetLiveStreamPlaybackIdResponse

        -
        public GetLiveStreamPlaybackIdResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                       java.util.Optional<? extends PlaybackIdResponse> playbackIdResponse)
        -
      • -
      - - - -
        -
      • -

        GetLiveStreamPlaybackIdResponse

        -
        public GetLiveStreamPlaybackIdResponse​(java.lang.String contentType,
        -                                       int statusCode,
        -                                       java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        playbackIdResponse

        -
        public java.util.Optional<PlaybackIdResponse> playbackIdResponse()
        -
        Stream details retrieved successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public GetLiveStreamPlaybackIdResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public GetLiveStreamPlaybackIdResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html deleted file mode 100644 index 6333d95..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -GetMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetMediaRequest
    -
    -
    -
    public static final class GetMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      GetMediaRequestbuild() 
      GetMediaRequest.BuildermediaId​(java.lang.String mediaId) -
      The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public GetMediaRequest.Builder mediaId​(java.lang.String mediaId)
        -
        The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html deleted file mode 100644 index bb4f258..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -GetMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class GetMediaRequest.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      GetMediaRequest​(java.lang.String mediaId) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static GetMediaRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.lang.StringmediaId() -
      The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
      -
      java.lang.StringtoString() 
      GetMediaRequestwithMediaId​(java.lang.String mediaId) -
      The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetMediaRequest

        -
        public GetMediaRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public GetMediaRequest withMediaId​(java.lang.String mediaId)
        -
        The Media Id is assigned a universal unique identifier, which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html deleted file mode 100644 index 5cf1c63..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -GetMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html deleted file mode 100644 index 71464b6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetMediaResponse
    -
    -
    -
    public static final class GetMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html deleted file mode 100644 index ea19598..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetMediaResponse

        -
        public GetMediaResponse​(java.lang.String contentType,
        -                        int statusCode,
        -                        java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                        java.util.Optional<? extends GetMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        GetMediaResponse

        -
        public GetMediaResponse​(java.lang.String contentType,
        -                        int statusCode,
        -                        java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public GetMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public GetMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public GetMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html deleted file mode 100644 index 08f96bb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -GetMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    GetMediaResponseBody
    -
    -
    -
    public static final class GetMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html deleted file mode 100644 index cd98890..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetMediaResponseBody.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -GetMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetMediaResponseBody
    -extends java.lang.Object
    -
    GetMediaResponseBody - -

    Get a video media by id

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetMediaResponseBody

        -
        public GetMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                            java.util.Optional<? extends Media> data)
        -
      • -
      - - - -
        -
      • -

        GetMediaResponseBody

        -
        public GetMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<Media> data()
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public GetMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public GetMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index 15b47f8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html deleted file mode 100644 index 37d2bf0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequest.html +++ /dev/null @@ -1,451 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetSpecificSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetSpecificSimulcastOfStreamRequest

        -
        public GetSpecificSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                           java.lang.String simulcastId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public java.lang.String simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - -
        -
      • -

        withStreamId

        -
        public GetSpecificSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public GetSpecificSimulcastOfStreamRequest withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index 7b5d6f3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class GetSpecificSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index 4d29cae..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html deleted file mode 100644 index 4f0d262..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/GetSpecificSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -GetSpecificSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class GetSpecificSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.GetSpecificSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class GetSpecificSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GetSpecificSimulcastOfStreamResponse

        -
        public GetSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                            int statusCode,
        -                                            java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                            java.util.Optional<? extends SimulcastResponse> simulcastResponse)
        -
      • -
      - - - -
        -
      • -

        GetSpecificSimulcastOfStreamResponse

        -
        public GetSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                            int statusCode,
        -                                            java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastResponse

        -
        public java.util.Optional<SimulcastResponse> simulcastResponse()
        -
        Stream's simulcast details fetched successfully
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withRawResponse

        -
        public GetSpecificSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html deleted file mode 100644 index 2696e5d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input._Deserializer.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -Input._Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input._Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • - -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Input
    -
    -
    -
    public static final class Input._Deserializer
    -extends OneOfDeserializer<Input>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      _Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        _Deserializer

        -
        public _Deserializer()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html deleted file mode 100644 index ab6840b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Input.html +++ /dev/null @@ -1,425 +0,0 @@ - - - - - -Input (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Input

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Input
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Input
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Input._Deserializer 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      static Inputof​(AudioInput value) 
      static Inputof​(SubtitleInput value) 
      static Inputof​(VideoInput value) 
      static Inputof​(WatermarkInput value) 
      java.lang.StringtoString() 
      java.lang.Objectvalue() -
      Returns an instance of one of these types: - - io.fastpix.sdk.models.components.VideoInput - io.fastpix.sdk.models.components.WatermarkInput - io.fastpix.sdk.models.components.AudioInput - io.fastpix.sdk.models.components.SubtitleInput -
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
        Returns an instance of one of these types: -
          -
        • io.fastpix.sdk.models.components.VideoInput
        • -
        • io.fastpix.sdk.models.components.WatermarkInput
        • -
        • io.fastpix.sdk.models.components.AudioInput
        • -
        • io.fastpix.sdk.models.components.SubtitleInput
        • -
        - -

        Use instanceof to determine what type is returned. For example: - -

        - if (obj.value() instanceof String) {
        -     String answer = (String) obj.value();
        -     System.out.println("answer=" + answer);
        - }
        - 
        -
        -
        Returns:
        -
        value of oneOf type
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html deleted file mode 100644 index ed5424b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/LanguageCode.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -LanguageCode (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum LanguageCode

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<LanguageCode>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.LanguageCode
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<LanguageCode>
    -
    -
    -
    public enum LanguageCode
    -extends java.lang.Enum<LanguageCode>
    -
    LanguageCode - -

    Language codes (BCP 47 compliant) used for text files.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      EN 
      ES 
      FR 
      IT 
      NL 
      PL 
      RU 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<LanguageCode>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static LanguageCodevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static LanguageCode[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static LanguageCode[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (LanguageCode c : LanguageCode.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static LanguageCode valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<LanguageCode> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html deleted file mode 100644 index ab9f0c1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaOrderBy.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - -ListMediaOrderBy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum ListMediaOrderBy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<ListMediaOrderBy>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.ListMediaOrderBy
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<ListMediaOrderBy>
    -
    -
    -
    public enum ListMediaOrderBy
    -extends java.lang.Enum<ListMediaOrderBy>
    -
    ListMediaOrderBy - -

    The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ASC 
      DESC 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<ListMediaOrderBy>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static ListMediaOrderByvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static ListMediaOrderBy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static ListMediaOrderBy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (ListMediaOrderBy c : ListMediaOrderBy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static ListMediaOrderBy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<ListMediaOrderBy> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html deleted file mode 100644 index 67fa0bc..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ListMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ListMediaRequest
    -
    -
    -
    public static final class ListMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public ListMediaRequest.Builder limit​(long limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        limit

        -
        public ListMediaRequest.Builder limit​(java.util.Optional<java.lang.Long> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public ListMediaRequest.Builder offset​(long offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public ListMediaRequest.Builder offset​(java.util.Optional<java.lang.Long> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - - - - - -
        -
      • -

        orderBy

        -
        public ListMediaRequest.Builder orderBy​(java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html deleted file mode 100644 index ea4f179..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequest.html +++ /dev/null @@ -1,551 +0,0 @@ - - - - - -ListMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ListMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class ListMediaRequest.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      ListMediaRequest() 
      ListMediaRequest​(java.util.Optional<java.lang.Long> limit, - java.util.Optional<java.lang.Long> offset, - java.util.Optional<? extends ListMediaOrderBy> orderBy) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static ListMediaRequest.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      inthashCode() 
      java.util.Optional<java.lang.Long>limit() -
      Limit specifies the maximum number of items to display per page.
      -
      java.util.Optional<java.lang.Long>offset() -
      Offset determines the starting point for data retrieval within a paginated list.
      -
      java.util.Optional<ListMediaOrderBy>orderBy() -
      The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
      -
      java.lang.StringtoString() 
      ListMediaRequestwithLimit​(long limit) -
      Limit specifies the maximum number of items to display per page.
      -
      ListMediaRequestwithLimit​(java.util.Optional<java.lang.Long> limit) -
      Limit specifies the maximum number of items to display per page.
      -
      ListMediaRequestwithOffset​(long offset) -
      Offset determines the starting point for data retrieval within a paginated list.
      -
      ListMediaRequestwithOffset​(java.util.Optional<java.lang.Long> offset) -
      Offset determines the starting point for data retrieval within a paginated list.
      -
      ListMediaRequestwithOrderBy​(ListMediaOrderBy orderBy) -
      The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
      -
      ListMediaRequestwithOrderBy​(java.util.Optional<? extends ListMediaOrderBy> orderBy) -
      The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListMediaRequest

        -
        public ListMediaRequest​(java.util.Optional<java.lang.Long> limit,
        -                        java.util.Optional<java.lang.Long> offset,
        -                        java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -
      • -
      - - - -
        -
      • -

        ListMediaRequest

        -
        public ListMediaRequest()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        limit

        -
        public java.util.Optional<java.lang.Long> limit()
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        offset

        -
        public java.util.Optional<java.lang.Long> offset()
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        orderBy

        -
        public java.util.Optional<ListMediaOrderBy> orderBy()
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - - - - - -
        -
      • -

        withLimit

        -
        public ListMediaRequest withLimit​(long limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withLimit

        -
        public ListMediaRequest withLimit​(java.util.Optional<java.lang.Long> limit)
        -
        Limit specifies the maximum number of items to display per page.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public ListMediaRequest withOffset​(long offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOffset

        -
        public ListMediaRequest withOffset​(java.util.Optional<java.lang.Long> offset)
        -
        Offset determines the starting point for data retrieval within a paginated list.
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public ListMediaRequest withOrderBy​(ListMediaOrderBy orderBy)
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - -
        -
      • -

        withOrderBy

        -
        public ListMediaRequest withOrderBy​(java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -
        The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html deleted file mode 100644 index e7491f4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaRequestBuilder.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -ListMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ListMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html deleted file mode 100644 index 5d2432a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -ListMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ListMediaResponse
    -
    -
    -
    public static final class ListMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html deleted file mode 100644 index e5bd8c0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -ListMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class ListMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListMediaResponse

        -
        public ListMediaResponse​(java.lang.String contentType,
        -                         int statusCode,
        -                         java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                         java.util.Optional<? extends ListMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        ListMediaResponse

        -
        public ListMediaResponse​(java.lang.String contentType,
        -                         int statusCode,
        -                         java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public ListMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public ListMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public ListMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html deleted file mode 100644 index e0f3488..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -ListMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    ListMediaResponseBody
    -
    -
    -
    public static final class ListMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html deleted file mode 100644 index d53c03d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/ListMediaResponseBody.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -ListMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class ListMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.ListMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class ListMediaResponseBody
    -extends java.lang.Object
    -
    ListMediaResponseBody - -

    List of video media

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ListMediaResponseBody

        -
        public ListMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                             java.util.Optional<? extends java.util.List<Media>> data,
        -                             java.util.Optional<? extends Pagination> pagination)
        -
      • -
      - - - -
        -
      • -

        ListMediaResponseBody

        -
        public ListMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<java.util.List<Media>> data()
        -
        Displays the result of the request.
        -
      • -
      - - - -
        -
      • -

        pagination

        -
        public java.util.Optional<Pagination> pagination()
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public ListMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public ListMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - -
        -
      • -

        withData

        -
        public ListMediaResponseBody withData​(java.util.Optional<? extends java.util.List<Media>> data)
        -
        Displays the result of the request.
        -
      • -
      - - - -
        -
      • -

        withPagination

        -
        public ListMediaResponseBody withPagination​(Pagination pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        withPagination

        -
        public ListMediaResponseBody withPagination​(java.util.Optional<? extends Pagination> pagination)
        -
        Pagination organizes content into pages for better readability and navigation.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html deleted file mode 100644 index 2948409..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/MaxResolution.html +++ /dev/null @@ -1,459 +0,0 @@ - - - - - -MaxResolution (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum MaxResolution

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<MaxResolution>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.MaxResolution
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<MaxResolution>
    -
    -
    -
    public enum MaxResolution
    -extends java.lang.Enum<MaxResolution>
    -
    MaxResolution - -

    Determines the highest quality resolution available.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP

        -
        public static final MaxResolution TWO_THOUSAND_ONE_HUNDRED_AND_SIXTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP

        -
        public static final MaxResolution ONE_THOUSAND_FOUR_HUNDRED_AND_FORTYP
        -
      • -
      - - - -
        -
      • -

        ONE_THOUSAND_AND_EIGHTYP

        -
        public static final MaxResolution ONE_THOUSAND_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        SEVEN_HUNDRED_AND_TWENTYP

        -
        public static final MaxResolution SEVEN_HUNDRED_AND_TWENTYP
        -
      • -
      - - - -
        -
      • -

        FOUR_HUNDRED_AND_EIGHTYP

        -
        public static final MaxResolution FOUR_HUNDRED_AND_EIGHTYP
        -
      • -
      - - - -
        -
      • -

        THREE_HUNDRED_AND_SIXTYP

        -
        public static final MaxResolution THREE_HUNDRED_AND_SIXTYP
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static MaxResolution[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (MaxResolution c : MaxResolution.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static MaxResolution valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<MaxResolution> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html deleted file mode 100644 index 395503b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -Moderation.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Moderation.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Moderation
    -
    -
    -
    public static final class Moderation.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public Moderation.Builder type​(Type type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - -
        -
      • -

        type

        -
        public Moderation.Builder type​(java.util.Optional<? extends Type> type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html deleted file mode 100644 index 42645c8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Moderation.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -Moderation (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Moderation

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Moderation
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Moderation
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Moderation

        -
        public Moderation​(java.util.Optional<? extends Type> type)
        -
      • -
      - - - -
        -
      • -

        Moderation

        -
        public Moderation()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        type

        -
        public java.util.Optional<Type> type()
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - - - - - -
        -
      • -

        withType

        -
        public Moderation withType​(Type type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - -
        -
      • -

        withType

        -
        public Moderation withType​(java.util.Optional<? extends Type> type)
        -
        Defines the type of input. Possible values include video, audio, av.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html deleted file mode 100644 index 4d223b5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Mp4Support.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -Mp4Support (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Mp4Support

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Mp4Support>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.Mp4Support
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Mp4Support>
    -
    -
    -
    public enum Mp4Support
    -extends java.lang.Enum<Mp4Support>
    -
    Mp4Support - -

    Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.

    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<Mp4Support>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static Mp4SupportvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Mp4Support[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        CAPPED4K

        -
        public static final Mp4Support CAPPED4K
        -
      • -
      - - - -
        -
      • -

        AUDIO_ONLY

        -
        public static final Mp4Support AUDIO_ONLY
        -
      • -
      - - - -
        -
      • -

        AUDIO_ONLY_CAPPED4K

        -
        public static final Mp4Support AUDIO_ONLY_CAPPED4K
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Mp4Support[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Mp4Support c : Mp4Support.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Mp4Support valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<Mp4Support> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html deleted file mode 100644 index 002036c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.Builder.html +++ /dev/null @@ -1,737 +0,0 @@ - - - - - -PushMediaSettings.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PushMediaSettings.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.PushMediaSettings.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    PushMediaSettings
    -
    -
    -
    public static final class PushMediaSettings.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html deleted file mode 100644 index 4588cb9..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/PushMediaSettings.html +++ /dev/null @@ -1,1137 +0,0 @@ - - - - - -PushMediaSettings (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class PushMediaSettings

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.PushMediaSettings
    • -
    -
  • -
-
-
    -
  • -
    -
    public class PushMediaSettings
    -extends java.lang.Object
    -
    PushMediaSettings - -

    Configuration settings for media upload.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        PushMediaSettings

        -
        public PushMediaSettings​(DirectUploadVideoMediaAccessPolicy accessPolicy,
        -                         java.util.Optional<java.lang.Double> startTime,
        -                         java.util.Optional<java.lang.Double> endTime,
        -                         java.util.Optional<? extends java.util.List<Input>> inputs,
        -                         java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata,
        -                         java.util.Optional<? extends Subtitles> subtitles,
        -                         java.util.Optional<java.lang.Boolean> optimizeAudio,
        -                         java.util.Optional<? extends MaxResolution> maxResolution,
        -                         java.util.Optional<java.lang.Boolean> sourceAccess,
        -                         java.util.Optional<? extends Mp4Support> mp4Support,
        -                         java.util.Optional<? extends Summary> summary,
        -                         java.util.Optional<java.lang.Boolean> chapters,
        -                         java.util.Optional<java.lang.Boolean> namedEntities,
        -                         java.util.Optional<? extends Moderation> moderation,
        -                         java.util.Optional<? extends DirectUploadVideoMediaAccessRestrictions> accessRestrictions)
        -
      • -
      - - - - -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        startTime

        -
        public java.util.Optional<java.lang.Double> startTime()
        -
        Start time indicates where encoding should begin within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        endTime

        -
        public java.util.Optional<java.lang.Double> endTime()
        -
        End time indicates where encoding should end within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        inputs

        -
        public java.util.Optional<java.util.List<Input>> inputs()
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<DirectUploadVideoMediaMetadata> metadata()
        -
        Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.
        -
      • -
      - - - -
        -
      • -

        subtitles

        -
        public java.util.Optional<Subtitles> subtitles()
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        optimizeAudio

        -
        public java.util.Optional<java.lang.Boolean> optimizeAudio()
        -
        Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        maxResolution

        -
        public java.util.Optional<MaxResolution> maxResolution()
        -
        Determines the highest quality resolution available.
        -
      • -
      - - - -
        -
      • -

        sourceAccess

        -
        public java.util.Optional<java.lang.Boolean> sourceAccess()
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        mp4Support

        -
        public java.util.Optional<Mp4Support> mp4Support()
        -
        Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
        -
      • -
      - - - -
        -
      • -

        summary

        -
        public java.util.Optional<Summary> summary()
        -
      • -
      - - - -
        -
      • -

        chapters

        -
        public java.util.Optional<java.lang.Boolean> chapters()
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        namedEntities

        -
        public java.util.Optional<java.lang.Boolean> namedEntities()
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        moderation

        -
        public java.util.Optional<Moderation> moderation()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withStartTime

        -
        public PushMediaSettings withStartTime​(double startTime)
        -
        Start time indicates where encoding should begin within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        withStartTime

        -
        public PushMediaSettings withStartTime​(java.util.Optional<java.lang.Double> startTime)
        -
        Start time indicates where encoding should begin within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public PushMediaSettings withEndTime​(double endTime)
        -
        End time indicates where encoding should end within the video file, in seconds.
        -
      • -
      - - - -
        -
      • -

        withEndTime

        -
        public PushMediaSettings withEndTime​(java.util.Optional<java.lang.Double> endTime)
        -
        End time indicates where encoding should end within the video file, in seconds.
        -
      • -
      - - - - - - - -
        -
      • -

        withInputs

        -
        public PushMediaSettings withInputs​(java.util.Optional<? extends java.util.List<Input>> inputs)
        -
      • -
      - - - - - - - -
        -
      • -

        withMetadata

        -
        public PushMediaSettings withMetadata​(java.util.Optional<? extends DirectUploadVideoMediaMetadata> metadata)
        -
        Tag a video in "key" : "value" pairs for searchable metadata. Maximum 10 entries, 255 characters each.
        -
      • -
      - - - -
        -
      • -

        withSubtitles

        -
        public PushMediaSettings withSubtitles​(Subtitles subtitles)
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        withSubtitles

        -
        public PushMediaSettings withSubtitles​(java.util.Optional<? extends Subtitles> subtitles)
        -
        Generates subtitle files for audio/video files.
        -
      • -
      - - - -
        -
      • -

        withOptimizeAudio

        -
        public PushMediaSettings withOptimizeAudio​(boolean optimizeAudio)
        -
        Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        withOptimizeAudio

        -
        public PushMediaSettings withOptimizeAudio​(java.util.Optional<java.lang.Boolean> optimizeAudio)
        -
        Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PushMediaSettings withMaxResolution​(MaxResolution maxResolution)
        -
        Determines the highest quality resolution available.
        -
      • -
      - - - -
        -
      • -

        withMaxResolution

        -
        public PushMediaSettings withMaxResolution​(java.util.Optional<? extends MaxResolution> maxResolution)
        -
        Determines the highest quality resolution available.
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public PushMediaSettings withSourceAccess​(boolean sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withSourceAccess

        -
        public PushMediaSettings withSourceAccess​(java.util.Optional<java.lang.Boolean> sourceAccess)
        -
        The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public PushMediaSettings withMp4Support​(Mp4Support mp4Support)
        -
        Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
        -
      • -
      - - - -
        -
      • -

        withMp4Support

        -
        public PushMediaSettings withMp4Support​(java.util.Optional<? extends Mp4Support> mp4Support)
        -
        Generates MP4 video up to 4K ("capped_4k"), m4a audio only ("audioOnly"), or both for offline viewing.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withChapters

        -
        public PushMediaSettings withChapters​(boolean chapters)
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withChapters

        -
        public PushMediaSettings withChapters​(java.util.Optional<java.lang.Boolean> chapters)
        -
        Enable or disable the chapters feature for the media. Set to `true` to enable chapters or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withNamedEntities

        -
        public PushMediaSettings withNamedEntities​(boolean namedEntities)
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - -
        -
      • -

        withNamedEntities

        -
        public PushMediaSettings withNamedEntities​(java.util.Optional<java.lang.Boolean> namedEntities)
        -
        Enable or disable named entity extraction. Set to `true` to enable or `false` to disable.
        -
      • -
      - - - - - - - - - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html deleted file mode 100644 index 23d3296..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.Builder.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - -RetrieveMediaInputInfoRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    RetrieveMediaInputInfoRequest
    -
    -
    -
    public static final class RetrieveMediaInputInfoRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html deleted file mode 100644 index 41d3378..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequest.html +++ /dev/null @@ -1,415 +0,0 @@ - - - - - -RetrieveMediaInputInfoRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetrieveMediaInputInfoRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetrieveMediaInputInfoRequest

        -
        public RetrieveMediaInputInfoRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        Pass the list of the input objects used to create the media, along with applied settings.
        -
      • -
      - - - - - - - -
        -
      • -

        withMediaId

        -
        public RetrieveMediaInputInfoRequest withMediaId​(java.lang.String mediaId)
        -
        Pass the list of the input objects used to create the media, along with applied settings.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html deleted file mode 100644 index 19b432c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoRequestBuilder.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -RetrieveMediaInputInfoRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetrieveMediaInputInfoRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html deleted file mode 100644 index 3bf6e0c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    RetrieveMediaInputInfoResponse
    -
    -
    -
    public static final class RetrieveMediaInputInfoResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html deleted file mode 100644 index 2283d2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class RetrieveMediaInputInfoResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetrieveMediaInputInfoResponse

        -
        public RetrieveMediaInputInfoResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                      java.util.Optional<? extends RetrieveMediaInputInfoResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        RetrieveMediaInputInfoResponse

        -
        public RetrieveMediaInputInfoResponse​(java.lang.String contentType,
        -                                      int statusCode,
        -                                      java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public RetrieveMediaInputInfoResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - - - - - -
        -
      • -

        withRawResponse

        -
        public RetrieveMediaInputInfoResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html deleted file mode 100644 index 8660063..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.Builder.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html deleted file mode 100644 index d4c0e96..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/RetrieveMediaInputInfoResponseBody.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -RetrieveMediaInputInfoResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetrieveMediaInputInfoResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.RetrieveMediaInputInfoResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetrieveMediaInputInfoResponseBody
    -extends java.lang.Object
    -
    RetrieveMediaInputInfoResponseBody - -

    Get video media input information

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetrieveMediaInputInfoResponseBody

        -
        public RetrieveMediaInputInfoResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                          java.util.Optional<? extends java.lang.Object> data)
        -
      • -
      - - - -
        -
      • -

        RetrieveMediaInputInfoResponseBody

        -
        public RetrieveMediaInputInfoResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<java.lang.Object> data()
        -
        Displays the result of the request.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withSuccess

        -
        public RetrieveMediaInputInfoResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html deleted file mode 100644 index 460e4af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    InputVideo
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html deleted file mode 100644 index e866995..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateMediaPlaybackId.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateMediaPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateMediaPlaybackId
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html deleted file mode 100644 index 15cb00d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateNewStream.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateNewStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateNewStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    StartLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateNewStream
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html deleted file mode 100644 index 600b33a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreatePlaybackIdOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createPlaybackIdOfStream

        -
        CreatePlaybackIdOfStreamResponse createPlaybackIdOfStream​(java.lang.String streamId,
        -                                                          java.util.Optional<? extends PlaybackIdRequest> playbackIdRequest)
        -                                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html deleted file mode 100644 index 445301a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallCreateSimulcastOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallCreateSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallCreateSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        createSimulcastOfStream

        -
        CreateSimulcastOfStreamResponse createSimulcastOfStream​(java.lang.String streamId,
        -                                                        java.util.Optional<? extends SimulcastRequest> simulcastRequest)
        -                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html deleted file mode 100644 index eb239f5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteLiveStream.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteLiveStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteLiveStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteLiveStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteLiveStream

        -
        DeleteLiveStreamResponse deleteLiveStream​(java.lang.String streamId)
        -                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html deleted file mode 100644 index 4077aa7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteMedia

        -
        DeleteMediaResponse deleteMedia​(java.lang.String mediaId)
        -                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html deleted file mode 100644 index 3752d90..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteMediaPlaybackId
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteMediaPlaybackId

        -
        DeleteMediaPlaybackIdResponse deleteMediaPlaybackId​(java.lang.String mediaId,
        -                                                    java.lang.String playbackId)
        -                                             throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html deleted file mode 100644 index 700bc24..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeletePlaybackIdOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deletePlaybackIdOfStream

        -
        DeletePlaybackIdOfStreamResponse deletePlaybackIdOfStream​(java.lang.String streamId,
        -                                                          java.lang.String playbackId)
        -                                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html deleted file mode 100644 index 343f738..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDeleteSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deleteSimulcastOfStream

        -
        DeleteSimulcastOfStreamResponse deleteSimulcastOfStream​(java.lang.String streamId,
        -                                                        java.lang.String simulcastId)
        -                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html deleted file mode 100644 index 06c59bb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallDirectUploadVideoMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallDirectUploadVideoMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    InputVideo
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallDirectUploadVideoMedia
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html deleted file mode 100644 index 9435d45..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetAllStreams.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetAllStreams (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetAllStreams

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetAllStreams
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getAllStreams

        -
        GetAllStreamsResponse getAllStreams​(java.util.Optional<java.lang.String> limit,
        -                                    java.util.Optional<java.lang.String> offset,
        -                                    java.util.Optional<? extends GetAllStreamsOrderBy> orderBy)
        -                             throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html deleted file mode 100644 index 6471435..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamById.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetLiveStreamById (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetLiveStreamById

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetLiveStreamById
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLiveStreamById

        -
        GetLiveStreamByIdResponse getLiveStreamById​(java.lang.String streamId)
        -                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html deleted file mode 100644 index aa9eff5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Playback
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetLiveStreamPlaybackId
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLiveStreamPlaybackId

        -
        GetLiveStreamPlaybackIdResponse getLiveStreamPlaybackId​(java.lang.String streamId,
        -                                                        java.lang.String playbackId)
        -                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html deleted file mode 100644 index 163e9f1..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetMedia.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getMedia

        -
        GetMediaResponse getMedia​(java.lang.String mediaId)
        -                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html deleted file mode 100644 index ebf7c7a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallGetSpecificSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSpecificSimulcastOfStream

        -
        GetSpecificSimulcastOfStreamResponse getSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                  java.lang.String simulcastId)
        -                                                           throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html deleted file mode 100644 index faf5c48..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallListMedia.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallListMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallListMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallListMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        listMedia

        -
        ListMediaResponse listMedia​(java.util.Optional<java.lang.Long> limit,
        -                            java.util.Optional<java.lang.Long> offset,
        -                            java.util.Optional<? extends ListMediaOrderBy> orderBy)
        -                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html deleted file mode 100644 index ec4194a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo.html +++ /dev/null @@ -1,261 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallRetrieveMediaInputInfo
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        retrieveMediaInputInfo

        -
        RetrieveMediaInputInfoResponse retrieveMediaInputInfo​(java.lang.String mediaId)
        -                                               throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html deleted file mode 100644 index 04cbfd3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateLiveStream.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallUpdateLiveStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallUpdateLiveStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageLiveStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallUpdateLiveStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateLiveStream

        -
        UpdateLiveStreamResponse updateLiveStream​(java.lang.String streamId,
        -                                          java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
        -                                   throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html deleted file mode 100644 index 2290e59..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream.html +++ /dev/null @@ -1,265 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimulcastStream
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallUpdateSpecificSimulcastOfStream
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateSpecificSimulcastOfStream

        -
        UpdateSpecificSimulcastOfStreamResponse updateSpecificSimulcastOfStream​(java.lang.String streamId,
        -                                                                        java.lang.String simulcastId,
        -                                                                        java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
        -                                                                 throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html deleted file mode 100644 index dd349d5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.MethodCallUpdatedMedia.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -SDKMethodInterfaces.MethodCallUpdatedMedia (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SDKMethodInterfaces.MethodCallUpdatedMedia

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ManageVideos
    -
    -
    -
    Enclosing class:
    -
    SDKMethodInterfaces
    -
    -
    -
    public static interface SDKMethodInterfaces.MethodCallUpdatedMedia
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html deleted file mode 100644 index 1cb97b8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SDKMethodInterfaces.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -SDKMethodInterfaces (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SDKMethodInterfaces

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.SDKMethodInterfaces
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SDKMethodInterfaces
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SDKMethodInterfaces

        -
        public SDKMethodInterfaces()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html deleted file mode 100644 index 1f3f00b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.Builder.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - -Subtitles.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitles.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Subtitles.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Subtitles
    -
    -
    -
    public static final class Subtitles.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public Subtitles.Builder languageName​(java.lang.String languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        languageName

        -
        public Subtitles.Builder languageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - - - - - -
        -
      • -

        metadata

        -
        public Subtitles.Builder metadata​(java.util.Optional<? extends SubtitlesMetadata> metadata)
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitles.Builder languageCode​(LanguageCode languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public Subtitles.Builder languageCode​(java.util.Optional<? extends LanguageCode> languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html deleted file mode 100644 index ff558d6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Subtitles.html +++ /dev/null @@ -1,554 +0,0 @@ - - - - - -Subtitles (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Subtitles

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Subtitles
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Subtitles
    -extends java.lang.Object
    -
    Subtitles - -

    Generates subtitle files for audio/video files.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Subtitles

        -
        public Subtitles​(java.util.Optional<java.lang.String> languageName,
        -                 java.util.Optional<? extends SubtitlesMetadata> metadata,
        -                 java.util.Optional<? extends LanguageCode> languageCode)
        -
      • -
      - - - -
        -
      • -

        Subtitles

        -
        public Subtitles()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        languageName

        -
        public java.util.Optional<java.lang.String> languageName()
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<SubtitlesMetadata> metadata()
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        languageCode

        -
        public java.util.Optional<LanguageCode> languageCode()
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - - - - - -
        -
      • -

        withLanguageName

        -
        public Subtitles withLanguageName​(java.lang.String languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        withLanguageName

        -
        public Subtitles withLanguageName​(java.util.Optional<java.lang.String> languageName)
        -
        Name of the language for the subtitles.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitles withMetadata​(SubtitlesMetadata metadata)
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public Subtitles withMetadata​(java.util.Optional<? extends SubtitlesMetadata> metadata)
        -
        Searchable metadata tags for the video in key-value pairs.
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitles withLanguageCode​(LanguageCode languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - -
        -
      • -

        withLanguageCode

        -
        public Subtitles withLanguageCode​(java.util.Optional<? extends LanguageCode> languageCode)
        -
        Language codes (BCP 47 compliant) used for text files.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html deleted file mode 100644 index 3ff6846..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -SubtitlesMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitlesMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.SubtitlesMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    SubtitlesMetadata
    -
    -
    -
    public static final class SubtitlesMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      SubtitlesMetadatabuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html deleted file mode 100644 index 8d3aaa0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/SubtitlesMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -SubtitlesMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SubtitlesMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.SubtitlesMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SubtitlesMetadata
    -extends java.lang.Object
    -
    SubtitlesMetadata - -

    Searchable metadata tags for the video in key-value pairs.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SubtitlesMetadata

        -
        public SubtitlesMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html deleted file mode 100644 index ad76a6e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.Builder.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -Summary.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Summary.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Summary
    -
    -
    -
    public static final class Summary.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Summarybuild() 
      Summary.Buildergenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      Summary.Buildergenerate​(java.util.Optional<java.lang.Boolean> generate) -
      Enable or disable the summary feature for the media.
      -
      Summary.BuildersummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      Summary.BuildersummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public Summary.Builder generate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        generate

        -
        public Summary.Builder generate​(java.util.Optional<java.lang.Boolean> generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public Summary.Builder summaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Summary build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html deleted file mode 100644 index 61de2df..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Summary.html +++ /dev/null @@ -1,501 +0,0 @@ - - - - - -Summary (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Summary

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.Summary
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Summary
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class Summary.Builder 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Summary() 
      Summary​(java.util.Optional<java.lang.Boolean> generate, - java.util.Optional<java.lang.Long> summaryLength) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Summary.Builderbuilder() 
      booleanequals​(java.lang.Object o) 
      java.util.Optional<java.lang.Boolean>generate() -
      Enable or disable the summary feature for the media.
      -
      inthashCode() 
      java.util.Optional<java.lang.Long>summaryLength() -
      Specifies the desired word count for the generated summary.
      -
      java.lang.StringtoString() 
      SummarywithGenerate​(boolean generate) -
      Enable or disable the summary feature for the media.
      -
      SummarywithGenerate​(java.util.Optional<java.lang.Boolean> generate) -
      Enable or disable the summary feature for the media.
      -
      SummarywithSummaryLength​(long summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      SummarywithSummaryLength​(java.util.Optional<java.lang.Long> summaryLength) -
      Specifies the desired word count for the generated summary.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Summary

        -
        public Summary​(java.util.Optional<java.lang.Boolean> generate,
        -               java.util.Optional<java.lang.Long> summaryLength)
        -
      • -
      - - - -
        -
      • -

        Summary

        -
        public Summary()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        generate

        -
        public java.util.Optional<java.lang.Boolean> generate()
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        summaryLength

        -
        public java.util.Optional<java.lang.Long> summaryLength()
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - - - - - -
        -
      • -

        withGenerate

        -
        public Summary withGenerate​(boolean generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        withGenerate

        -
        public Summary withGenerate​(java.util.Optional<java.lang.Boolean> generate)
        -
        Enable or disable the summary feature for the media. Set to true to enable summary or false to disable.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(long summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        withSummaryLength

        -
        public Summary withSummaryLength​(java.util.Optional<java.lang.Long> summaryLength)
        -
        Specifies the desired word count for the generated summary. - - The value must be between **30** and **250** words.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html deleted file mode 100644 index 0b08b1f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/Type.html +++ /dev/null @@ -1,420 +0,0 @@ - - - - - -Type (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Type

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Type>
    • -
    • -
        -
      • io.fastpix.sdk.models.operations.Type
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Type>
    -
    -
    -
    public enum Type
    -extends java.lang.Enum<Type>
    -
    Type - -

    Defines the type of input. Possible values include video, audio, av.

    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      AUDIO 
      AV 
      VIDEO 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.util.Optional<Type>fromValue​(java.lang.String value) 
      java.lang.Stringvalue() 
      static TypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Type[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        VIDEO

        -
        public static final Type VIDEO
        -
      • -
      - - - -
        -
      • -

        AUDIO

        -
        public static final Type AUDIO
        -
      • -
      - - - -
        -
      • -

        AV

        -
        public static final Type AV
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Type[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Type c : Type.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Type valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        fromValue

        -
        public static java.util.Optional<Type> fromValue​(java.lang.String value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html deleted file mode 100644 index 24f3291..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -UpdateLiveStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdateLiveStreamRequest
    -
    -
    -
    public static final class UpdateLiveStreamRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html deleted file mode 100644 index 32bddfb..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -UpdateLiveStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateLiveStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateLiveStreamRequest

        -
        public UpdateLiveStreamRequest​(java.lang.String streamId,
        -                               java.util.Optional<? extends PatchLiveStreamRequest> patchLiveStreamRequest)
        -
      • -
      - - - -
        -
      • -

        UpdateLiveStreamRequest

        -
        public UpdateLiveStreamRequest​(java.lang.String streamId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withStreamId

        -
        public UpdateLiveStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html deleted file mode 100644 index 4475a8d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -UpdateLiveStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateLiveStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html deleted file mode 100644 index 1446501..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -UpdateLiveStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdateLiveStreamResponse
    -
    -
    -
    public static final class UpdateLiveStreamResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html deleted file mode 100644 index b6eaf1e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateLiveStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -UpdateLiveStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateLiveStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateLiveStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class UpdateLiveStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateLiveStreamResponse

        -
        public UpdateLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                java.util.Optional<? extends PatchResponseDTO> patchResponseDTO)
        -
      • -
      - - - -
        -
      • -

        UpdateLiveStreamResponse

        -
        public UpdateLiveStreamResponse​(java.lang.String contentType,
        -                                int statusCode,
        -                                java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        patchResponseDTO

        -
        public java.util.Optional<PatchResponseDTO> patchResponseDTO()
        -
        Stream details updated successfully
        -
      • -
      - - - - - - - -
        -
      • -

        withContentType

        -
        public UpdateLiveStreamResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public UpdateLiveStreamResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public UpdateLiveStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html deleted file mode 100644 index b60d174..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html deleted file mode 100644 index 075da2c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequest.html +++ /dev/null @@ -1,510 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateSpecificSimulcastOfStreamRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamRequest

        -
        public UpdateSpecificSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                              java.lang.String simulcastId,
        -                                              java.util.Optional<? extends SimulcastUpdateRequest> simulcastUpdateRequest)
        -
      • -
      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamRequest

        -
        public UpdateSpecificSimulcastOfStreamRequest​(java.lang.String streamId,
        -                                              java.lang.String simulcastId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        streamId

        -
        public java.lang.String streamId()
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        simulcastId

        -
        public java.lang.String simulcastId()
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withStreamId

        -
        public UpdateSpecificSimulcastOfStreamRequest withStreamId​(java.lang.String streamId)
        -
        Upon creating a new live stream, FastPix assigns a unique identifier to the stream.
        -
      • -
      - - - -
        -
      • -

        withSimulcastId

        -
        public UpdateSpecificSimulcastOfStreamRequest withSimulcastId​(java.lang.String simulcastId)
        -
        When you create the new simulcast, FastPix assign a universal unique identifier which can contain a maximum of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html deleted file mode 100644 index 81a2f39..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamRequestBuilder.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdateSpecificSimulcastOfStreamRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html deleted file mode 100644 index a409380..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse.Builder
    • -
    -
  • -
-
- -
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html deleted file mode 100644 index cb36e6f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdateSpecificSimulcastOfStreamResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -UpdateSpecificSimulcastOfStreamResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdateSpecificSimulcastOfStreamResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdateSpecificSimulcastOfStreamResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class UpdateSpecificSimulcastOfStreamResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamResponse

        -
        public UpdateSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                               int statusCode,
        -                                               java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                                               java.util.Optional<? extends SimulcastUpdateResponse> simulcastUpdateResponse)
        -
      • -
      - - - -
        -
      • -

        UpdateSpecificSimulcastOfStreamResponse

        -
        public UpdateSpecificSimulcastOfStreamResponse​(java.lang.String contentType,
        -                                               int statusCode,
        -                                               java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        simulcastUpdateResponse

        -
        public java.util.Optional<SimulcastUpdateResponse> simulcastUpdateResponse()
        -
        Stream's simulcast details fetched successfully
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        withRawResponse

        -
        public UpdateSpecificSimulcastOfStreamResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html deleted file mode 100644 index e24fcf4..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.Builder.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - - -UpdatedMediaMetadata.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaMetadata.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaMetadata.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaMetadata
    -
    -
    -
    public static final class UpdatedMediaMetadata.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html deleted file mode 100644 index 670f4be..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaMetadata.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -UpdatedMediaMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaMetadata

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaMetadata
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaMetadata
    -extends java.lang.Object
    -
    UpdatedMediaMetadata - -

    You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaMetadata

        -
        public UpdatedMediaMetadata()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html deleted file mode 100644 index d331edd..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.Builder.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - -UpdatedMediaRequest.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequest.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequest.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaRequest
    -
    -
    -
    public static final class UpdatedMediaRequest.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html deleted file mode 100644 index 614ac8e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequest.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -UpdatedMediaRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaRequest

        -
        public UpdatedMediaRequest​(java.lang.String mediaId,
        -                           java.util.Optional<? extends UpdatedMediaRequestBody> requestBody)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaRequest

        -
        public UpdatedMediaRequest​(java.lang.String mediaId)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        mediaId

        -
        public java.lang.String mediaId()
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withMediaId

        -
        public UpdatedMediaRequest withMediaId​(java.lang.String mediaId)
        -
        When creating the media, FastPix assigns a universally unique identifier with a maximum length of 255 characters.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html deleted file mode 100644 index 266e605..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.Builder.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - -UpdatedMediaRequestBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequestBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequestBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaRequestBody
    -
    -
    -
    public static final class UpdatedMediaRequestBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public UpdatedMediaRequestBody.Builder metadata​(UpdatedMediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        metadata

        -
        public UpdatedMediaRequestBody.Builder metadata​(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html deleted file mode 100644 index c2679ba..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBody.html +++ /dev/null @@ -1,445 +0,0 @@ - - - - - -UpdatedMediaRequestBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequestBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequestBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaRequestBody
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaRequestBody

        -
        public UpdatedMediaRequestBody​(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaRequestBody

        -
        public UpdatedMediaRequestBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        metadata

        -
        public java.util.Optional<UpdatedMediaMetadata> metadata()
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - - - - - -
        -
      • -

        withMetadata

        -
        public UpdatedMediaRequestBody withMetadata​(UpdatedMediaMetadata metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        withMetadata

        -
        public UpdatedMediaRequestBody withMetadata​(java.util.Optional<? extends UpdatedMediaMetadata> metadata)
        -
        You can search for videos with specific key value pairs using metadata, when you tag a video in "key" : "value" pairs. Dynamic Metadata allows you to define a key that allows any value pair. You can have maximum of 255 characters and upto 10 entries are allowed.
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html deleted file mode 100644 index 31cdfe7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaRequestBuilder.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -UpdatedMediaRequestBuilder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaRequestBuilder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaRequestBuilder
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaRequestBuilder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html deleted file mode 100644 index b83642d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.Builder.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -UpdatedMediaResponse.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponse.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponse.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaResponse
    -
    -
    -
    public static final class UpdatedMediaResponse.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html deleted file mode 100644 index c5e1585..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponse.html +++ /dev/null @@ -1,574 +0,0 @@ - - - - - -UpdatedMediaResponse (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponse

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponse
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    Response
    -
    -
    -
    public class UpdatedMediaResponse
    -extends java.lang.Object
    -implements Response
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaResponse

        -
        public UpdatedMediaResponse​(java.lang.String contentType,
        -                            int statusCode,
        -                            java.net.http.HttpResponse<java.io.InputStream> rawResponse,
        -                            java.util.Optional<? extends UpdatedMediaResponseBody> object)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaResponse

        -
        public UpdatedMediaResponse​(java.lang.String contentType,
        -                            int statusCode,
        -                            java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
        HTTP response content type for this operation
        -
        -
        Specified by:
        -
        contentType in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        HTTP response status code for this operation
        -
        -
        Specified by:
        -
        statusCode in interface Response
        -
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Raw HTTP response; suitable for custom response parsing
        -
        -
        Specified by:
        -
        rawResponse in interface Response
        -
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        withContentType

        -
        public UpdatedMediaResponse withContentType​(java.lang.String contentType)
        -
        HTTP response content type for this operation
        -
      • -
      - - - -
        -
      • -

        withStatusCode

        -
        public UpdatedMediaResponse withStatusCode​(int statusCode)
        -
        HTTP response status code for this operation
        -
      • -
      - - - -
        -
      • -

        withRawResponse

        -
        public UpdatedMediaResponse withRawResponse​(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
        -
        Raw HTTP response; suitable for custom response parsing
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html deleted file mode 100644 index 49e51e5..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.Builder.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - -UpdatedMediaResponseBody.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponseBody.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponseBody.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    UpdatedMediaResponseBody
    -
    -
    -
    public static final class UpdatedMediaResponseBody.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html deleted file mode 100644 index 4df80f3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/UpdatedMediaResponseBody.html +++ /dev/null @@ -1,492 +0,0 @@ - - - - - -UpdatedMediaResponseBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class UpdatedMediaResponseBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.models.operations.UpdatedMediaResponseBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class UpdatedMediaResponseBody
    -extends java.lang.Object
    -
    UpdatedMediaResponseBody - -

    Media details updated successfully

    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        UpdatedMediaResponseBody

        -
        public UpdatedMediaResponseBody​(java.util.Optional<java.lang.Boolean> success,
        -                                java.util.Optional<? extends Media> data)
        -
      • -
      - - - -
        -
      • -

        UpdatedMediaResponseBody

        -
        public UpdatedMediaResponseBody()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        success

        -
        public java.util.Optional<java.lang.Boolean> success()
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.util.Optional<Media> data()
        -
      • -
      - - - - - - - -
        -
      • -

        withSuccess

        -
        public UpdatedMediaResponseBody withSuccess​(boolean success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - -
        -
      • -

        withSuccess

        -
        public UpdatedMediaResponseBody withSuccess​(java.util.Optional<java.lang.Boolean> success)
        -
        Demonstrates whether the request is successful or not.
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object o)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html deleted file mode 100644 index 5a654cf..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-summary.html +++ /dev/null @@ -1,988 +0,0 @@ - - - - - -io.fastpix.sdk.models.operations (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.models.operations

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html deleted file mode 100644 index b8d6414..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/models/operations/package-tree.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -io.fastpix.sdk.models.operations Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.models.operations

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-

Enum Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/package-summary.html deleted file mode 100644 index 5ecd4b2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/package-summary.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - -io.fastpix.sdk (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/package-tree.html deleted file mode 100644 index e42a2db..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/package-tree.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - -io.fastpix.sdk Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html deleted file mode 100644 index 02b4525..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.Builder.html +++ /dev/null @@ -1,509 +0,0 @@ - - - - - -BackoffStrategy.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BackoffStrategy.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BackoffStrategy.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    BackoffStrategy
    -
    -
    -
    public static final class BackoffStrategy.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        initialInterval

        -
        public BackoffStrategy.Builder initialInterval​(long duration,
        -                                               java.util.concurrent.TimeUnit unit)
        -
        Sets the initial interval
        -
        -
        Parameters:
        -
        duration - The initial interval.
        -
        unit - The time unit associated with duration.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        maxInterval

        -
        public BackoffStrategy.Builder maxInterval​(long duration,
        -                                           java.util.concurrent.TimeUnit unit)
        -
        Sets the maximum interval
        -
        -
        Parameters:
        -
        duration - The maximum interval.
        -
        unit - The time unit associated with duration.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        maxElapsedTime

        -
        public BackoffStrategy.Builder maxElapsedTime​(long duration,
        -                                              java.util.concurrent.TimeUnit unit)
        -
        Sets the maximum elapsed time
        -
        -
        Parameters:
        -
        duration - The maximum elapsed time.
        -
        unit - The time unit associated with duration.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        baseFactor

        -
        public BackoffStrategy.Builder baseFactor​(double baseFactor)
        -
        Sets the backoff base factor.
        -
        -
        Parameters:
        -
        baseFactor - The base factor to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        exponent

        -
        @Deprecated
        -public BackoffStrategy.Builder exponent​(double baseFactor)
        -
        Deprecated. -
        use baseFactor(double) instead.
        -
        -
        Sets the backoff base factor.
        -
        -
        Parameters:
        -
        baseFactor - The base factor to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        jitterFactor

        -
        public BackoffStrategy.Builder jitterFactor​(double jitterFactor)
        -
        Sets the jitter factor used to randomize the backoff interval.
        -
        -
        Parameters:
        -
        jitterFactor - The jitter factor to use (default is 0.5f).
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryConnectError

        -
        public BackoffStrategy.Builder retryConnectError​(boolean retry)
        -
        Specifies whether connection errors should be retried.
        -
        -
        Parameters:
        -
        retry - Whether to retry on connection error.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        throwConnectError

        -
        public BackoffStrategy.Builder throwConnectError()
        -
        Do not retry on connection error.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryReadTimeoutError

        -
        public BackoffStrategy.Builder retryReadTimeoutError​(boolean retry)
        -
        Specifies whether Read Timeout errors should be retried.
        -
        -
        Parameters:
        -
        retry - Whether to retry on Read Timeout error.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        throwReadTimeoutError

        -
        public BackoffStrategy.Builder throwReadTimeoutError()
        -
        Do not retry on Read Timeout error.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html b/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html deleted file mode 100644 index 616a41e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BackoffStrategy.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - - -BackoffStrategy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BackoffStrategy

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BackoffStrategy
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BackoffStrategy
    -extends java.lang.Object
    -
    Exponential Backoff Strategy with Jitter - - The duration between consecutive attempts is calculated as follows: - intervalMs = min(maxIntervalMs, initialIntervalMs*(baseFactor^attempts) +/- r) - where baseFactor is the base factor and r a random value between 0 and jitterFactor*intervalMs.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        initialIntervalMs

        -
        public long initialIntervalMs()
        -
      • -
      - - - -
        -
      • -

        maxIntervalMs

        -
        public long maxIntervalMs()
        -
      • -
      - - - -
        -
      • -

        baseFactor

        -
        public double baseFactor()
        -
      • -
      - - - -
        -
      • -

        exponent

        -
        @Deprecated
        -public double exponent()
        -
        Deprecated. -
        use baseFactor() instead.
        -
        -
      • -
      - - - -
        -
      • -

        maxElapsedTimeMs

        -
        public long maxElapsedTimeMs()
        -
      • -
      - - - -
        -
      • -

        jitterFactor

        -
        public double jitterFactor()
        -
      • -
      - - - -
        -
      • -

        retryConnectError

        -
        public boolean retryConnectError()
        -
      • -
      - - - -
        -
      • -

        retryReadTimeoutError

        -
        public boolean retryReadTimeoutError()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html deleted file mode 100644 index 402251b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Deserializer.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -BigDecimalString.Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigDecimalString.Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigDecimalString.Deserializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigDecimalString
    -
    -
    -
    public static final class BigDecimalString.Deserializer
    -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigDecimalString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      BigDecimalStringdeserialize​(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Deserializer

        -
        protected Deserializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public BigDecimalString deserialize​(com.fasterxml.jackson.core.JsonParser p,
        -                                    com.fasterxml.jackson.databind.DeserializationContext ctxt)
        -                             throws java.io.IOException,
        -                                    com.fasterxml.jackson.core.JacksonException
        -
        -
        Specified by:
        -
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<BigDecimalString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JacksonException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html deleted file mode 100644 index 34f766e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.Serializer.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -BigDecimalString.Serializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigDecimalString.Serializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonSerializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigDecimalString.Serializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigDecimalString
    -
    -
    -
    public static final class BigDecimalString.Serializer
    -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -com.fasterxml.jackson.databind.JsonSerializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_handledType
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Serializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidserialize​(BigDecimalString value, - com.fasterxml.jackson.core.JsonGenerator g, - com.fasterxml.jackson.databind.SerializerProvider provider) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Serializer

        -
        protected Serializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public void serialize​(BigDecimalString value,
        -                      com.fasterxml.jackson.core.JsonGenerator g,
        -                      com.fasterxml.jackson.databind.SerializerProvider provider)
        -               throws java.io.IOException,
        -                      com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Specified by:
        -
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<BigDecimalString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html deleted file mode 100644 index 5ad2155..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigDecimalString.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -BigDecimalString (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigDecimalString

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BigDecimalString
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BigDecimalString
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BigDecimalString​(java.lang.String value) 
      BigDecimalString​(java.math.BigDecimal value) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object obj) 
      inthashCode() 
      java.lang.StringtoString() 
      java.math.BigDecimalvalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BigDecimalString

        -
        public BigDecimalString​(java.math.BigDecimal value)
        -
      • -
      - - - -
        -
      • -

        BigDecimalString

        -
        public BigDecimalString​(java.lang.String value)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public java.math.BigDecimal value()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html deleted file mode 100644 index 0c3b416..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Deserializer.html +++ /dev/null @@ -1,387 +0,0 @@ - - - - - -BigIntegerString.Deserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigIntegerString.Deserializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigIntegerString.Deserializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigIntegerString
    -
    -
    -
    public static final class BigIntegerString.Deserializer
    -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<BigIntegerString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Deserializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      BigIntegerStringdeserialize​(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Deserializer

        -
        protected Deserializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public BigIntegerString deserialize​(com.fasterxml.jackson.core.JsonParser p,
        -                                    com.fasterxml.jackson.databind.DeserializationContext ctxt)
        -                             throws java.io.IOException,
        -                                    com.fasterxml.jackson.core.JacksonException
        -
        -
        Specified by:
        -
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<BigIntegerString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JacksonException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html deleted file mode 100644 index 4cc72ac..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.Serializer.html +++ /dev/null @@ -1,389 +0,0 @@ - - - - - -BigIntegerString.Serializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigIntegerString.Serializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonSerializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
      • -
      • -
          -
        • io.fastpix.sdk.utils.BigIntegerString.Serializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    BigIntegerString
    -
    -
    -
    public static final class BigIntegerString.Serializer
    -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -com.fasterxml.jackson.databind.JsonSerializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_handledType
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - -
      Constructors 
      ModifierConstructorDescription
      protected Serializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidserialize​(BigIntegerString value, - com.fasterxml.jackson.core.JsonGenerator g, - com.fasterxml.jackson.databind.SerializerProvider provider) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Serializer

        -
        protected Serializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public void serialize​(BigIntegerString value,
        -                      com.fasterxml.jackson.core.JsonGenerator g,
        -                      com.fasterxml.jackson.databind.SerializerProvider provider)
        -               throws java.io.IOException,
        -                      com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Specified by:
        -
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<BigIntegerString>
        -
        Throws:
        -
        java.io.IOException
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html b/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html deleted file mode 100644 index 5e6ac9f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/BigIntegerString.html +++ /dev/null @@ -1,399 +0,0 @@ - - - - - -BigIntegerString (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class BigIntegerString

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.BigIntegerString
    • -
    -
  • -
-
-
    -
  • -
    -
    public class BigIntegerString
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BigIntegerString​(java.lang.String value) 
      BigIntegerString​(java.math.BigInteger value) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanequals​(java.lang.Object obj) 
      inthashCode() 
      java.lang.StringtoString() 
      java.math.BigIntegervalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BigIntegerString

        -
        public BigIntegerString​(java.math.BigInteger value)
        -
      • -
      - - - -
        -
      • -

        BigIntegerString

        -
        public BigIntegerString​(java.lang.String value)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public java.math.BigInteger value()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Constants.html b/build/docs/javadoc/io/fastpix/sdk/utils/Constants.html deleted file mode 100644 index 6615e5f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Constants.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - -Constants (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Constants

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Constants
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Constants
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Constants() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        HAS_CLIENT_CREDENTIALS_BASIC

        -
        public static final boolean HAS_CLIENT_CREDENTIALS_BASIC
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Constants

        -
        public Constants()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html b/build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html deleted file mode 100644 index 1ac7e89..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Deserializers.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - -Deserializers (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Deserializers

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Deserializers
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Deserializers
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Fields 
      Modifier and TypeFieldDescription
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean>BOOLEAN_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double>DOUBLE_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float>FLOAT_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer>INTEGER_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate>LOCAL_DATE_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long>LONG_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime>OFFSET_DATE_TIME_STRICT 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short>SHORT_STRICT 
      static com.fasterxml.jackson.databind.ModuleSTRICT_DESERIALIZERS 
      static com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String>STRING_STRICT 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Deserializers() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        BOOLEAN_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Boolean> BOOLEAN_STRICT
        -
      • -
      - - - -
        -
      • -

        INTEGER_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Integer> INTEGER_STRICT
        -
      • -
      - - - -
        -
      • -

        LONG_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Long> LONG_STRICT
        -
      • -
      - - - -
        -
      • -

        SHORT_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Short> SHORT_STRICT
        -
      • -
      - - - -
        -
      • -

        FLOAT_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Float> FLOAT_STRICT
        -
      • -
      - - - -
        -
      • -

        DOUBLE_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.Double> DOUBLE_STRICT
        -
      • -
      - - - -
        -
      • -

        LOCAL_DATE_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate> LOCAL_DATE_STRICT
        -
      • -
      - - - -
        -
      • -

        OFFSET_DATE_TIME_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.time.OffsetDateTime> OFFSET_DATE_TIME_STRICT
        -
      • -
      - - - -
        -
      • -

        STRING_STRICT

        -
        public static final com.fasterxml.jackson.databind.JsonDeserializer<java.lang.String> STRING_STRICT
        -
      • -
      - - - -
        -
      • -

        STRICT_DESERIALIZERS

        -
        public static final com.fasterxml.jackson.databind.Module STRICT_DESERIALIZERS
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Deserializers

        -
        public Deserializers()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html deleted file mode 100644 index 300974d..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStream.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - -EventStream (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStream<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.EventStream<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    Type Parameters:
    -
    T -
    -
    -
    -
    All Implemented Interfaces:
    -
    java.lang.AutoCloseable
    -
    -
    -
    public final class EventStream<T>
    -extends java.lang.Object
    -implements java.lang.AutoCloseable
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      EventStream​(java.io.InputStream in, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference, - com.fasterxml.jackson.databind.ObjectMapper mapper, - java.util.Optional<java.lang.String> terminalMessage) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidclose() 
      java.util.Optional<T>next() -
      Returns the next message.
      -
      java.util.stream.Stream<T>stream() -
      Returns a Stream of events.
      -
      java.util.List<T>toList() -
      Reads all events and returns them as a List.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStream

        -
        public EventStream​(java.io.InputStream in,
        -                   com.fasterxml.jackson.core.type.TypeReference<T> typeReference,
        -                   com.fasterxml.jackson.databind.ObjectMapper mapper,
        -                   java.util.Optional<java.lang.String> terminalMessage)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        next

        -
        public java.util.Optional<T> next()
        -                           throws java.io.IOException
        -
        Returns the next message. If another message does not exist returns - Optional.empty().
        -
        -
        Returns:
        -
        the next message or Optional.empty() if no more messages
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        toList

        -
        public java.util.List<T> toList()
        -
        Reads all events and returns them as a List. This method calls - close().
        -
        -
        Returns:
        -
        list of events
        -
        -
      • -
      - - - -
        -
      • -

        stream

        -
        public java.util.stream.Stream<T> stream()
        -
        Returns a Stream of events. Must be closed after use!
        -
        -
        Returns:
        -
        streamed events
        -
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.lang.Exception
        -
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html deleted file mode 100644 index 625a158..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamLineReader.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - -EventStreamLineReader (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStreamLineReader

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.io.Reader
    • -
    • -
        -
      • io.fastpix.sdk.utils.EventStreamLineReader
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Closeable, java.lang.AutoCloseable, java.lang.Readable
    -
    -
    -
    public class EventStreamLineReader
    -extends java.io.Reader
    -
    Converts CR-LF, LF, CR to LF
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class java.io.Reader

        -lock
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      EventStreamLineReader​(java.io.Reader reader) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidclose() 
      intread() 
      intread​(char[] cbuf, - int off, - int len) 
      -
        -
      • - - -

        Methods inherited from class java.io.Reader

        -mark, markSupported, nullReader, read, read, ready, reset, skip, transferTo
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStreamLineReader

        -
        public EventStreamLineReader​(java.io.Reader reader)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        read

        -
        public int read()
        -         throws java.io.IOException
        -
        -
        Overrides:
        -
        read in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        read

        -
        public int read​(char[] cbuf,
        -                int off,
        -                int len)
        -         throws java.io.IOException
        -
        -
        Specified by:
        -
        read in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.io.IOException
        -
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Specified by:
        -
        close in interface java.io.Closeable
        -
        Specified by:
        -
        close in class java.io.Reader
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html deleted file mode 100644 index bc8d35c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamMessage.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - - -EventStreamMessage (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStreamMessage

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.EventStreamMessage
    • -
    -
  • -
-
-
    -
  • -
    -
    public class EventStreamMessage
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      EventStreamMessage​(java.util.Optional<java.lang.String> event, - java.util.Optional<java.lang.String> id, - java.util.Optional<java.lang.Integer> retryMs, - java.lang.String data) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Stringdata() 
      java.util.Optional<java.lang.String>event() 
      java.util.Optional<java.lang.String>id() 
      booleanisEmpty() 
      java.util.Optional<java.lang.Integer>retryMs() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStreamMessage

        -
        public EventStreamMessage​(java.util.Optional<java.lang.String> event,
        -                          java.util.Optional<java.lang.String> id,
        -                          java.util.Optional<java.lang.Integer> retryMs,
        -                          java.lang.String data)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        event

        -
        public java.util.Optional<java.lang.String> event()
        -
      • -
      - - - -
        -
      • -

        id

        -
        public java.util.Optional<java.lang.String> id()
        -
      • -
      - - - -
        -
      • -

        retryMs

        -
        public java.util.Optional<java.lang.Integer> retryMs()
        -
      • -
      - - - -
        -
      • -

        data

        -
        public java.lang.String data()
        -
      • -
      - - - -
        -
      • -

        isEmpty

        -
        public boolean isEmpty()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html b/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html deleted file mode 100644 index 22a8110..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/EventStreamReader.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -EventStreamReader (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class EventStreamReader

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.EventStreamReader
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.AutoCloseable
    -
    -
    -
    public final class EventStreamReader
    -extends java.lang.Object
    -implements java.lang.AutoCloseable
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        EventStreamReader

        -
        public EventStreamReader​(java.io.InputStream in)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        readRawMessage

        -
        public java.lang.String readRawMessage()
        -                                throws java.io.IOException
        -
        Returns the event message (lines separated by \n) without the terminating - \n\n. Returns null when end of stream reached (and may occur with a partially - read event message that has not yet been terminated). Characters in comment - lines are discarded as read (they are not buffered).
        -
        -
        Returns:
        -
        the event message
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        readMessage

        -
        public java.util.Optional<EventStreamMessage> readMessage()
        -                                                   throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        parseMessage

        -
        public static EventStreamMessage parseMessage​(java.lang.String text)
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.lang.Exception
        -
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html b/build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html deleted file mode 100644 index 4520b6c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPClient.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - -HTTPClient (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface HTTPClient

-
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>send​(java.net.http.HttpRequest request) -
      Sends an HTTP request and returns the response.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        send

        -
        java.net.http.HttpResponse<java.io.InputStream> send​(java.net.http.HttpRequest request)
        -                                              throws java.io.IOException,
        -                                                     java.lang.InterruptedException,
        -                                                     java.net.URISyntaxException
        -
        Sends an HTTP request and returns the response. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Parameters:
        -
        request - HTTP request
        -
        Returns:
        -
        HTTP response
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.InterruptedException
        -
        java.net.URISyntaxException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html b/build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html deleted file mode 100644 index db0f661..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/HTTPRequest.html +++ /dev/null @@ -1,412 +0,0 @@ - - - - - -HTTPRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class HTTPRequest

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.HTTPRequest
    • -
    -
  • -
-
-
    -
  • -
    -
    public class HTTPRequest
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        HTTPRequest

        -
        public HTTPRequest​(java.lang.String baseURL,
        -                   java.lang.String method)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setBody

        -
        public void setBody​(java.util.Optional<SerializedBody> body)
        -
      • -
      - - - -
        -
      • -

        addHeader

        -
        public HTTPRequest addHeader​(java.lang.String key,
        -                             java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        addHeaders

        -
        public HTTPRequest addHeaders​(java.util.Map<java.lang.String,​java.util.List<java.lang.String>> map)
        -
      • -
      - - - - - - - -
        -
      • -

        addQueryParam

        -
        public HTTPRequest addQueryParam​(java.lang.String key,
        -                                 java.lang.String value,
        -                                 boolean allowReserved)
        -
      • -
      - - - - - - - -
        -
      • -

        build

        -
        public java.net.http.HttpRequest build()
        -
      • -
      - - - -
        -
      • -

        buildUrl

        -
        public static java.lang.String buildUrl​(java.lang.String baseURL,
        -                                        java.util.Collection<QueryParameter> queryParams)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html b/build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html deleted file mode 100644 index fc0acb6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/HasSecurity.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - -HasSecurity (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface HasSecurity

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Security
    -
    -
    -
    public interface HasSecurity
    -
    Implemented by classes that have security annotations on fields.
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html b/build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html deleted file mode 100644 index 3dcb5e6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Helpers.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - - -Helpers (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Helpers

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Helpers
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Helpers
    -extends java.lang.Object
    -
    Public helper methods for use by customers and end-users.
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Helpers() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static byte[]bodyBytes​(java.net.http.HttpRequest request) -
      Returns the request body as a byte array.
      -
      static java.lang.StringbodyUtf8​(java.net.http.HttpRequest request) -
      Returns the request body as a String assuming that the bytes of the request - body are encoded with UTF-8.
      -
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request, - java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Helpers

        -
        public Helpers()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest. - -

        Note that headers can be added and modified but not removed. To - remove headers use copy(HttpRequest, BiPredicate) (which applies - a filter to the headers while copying). - -

        Note also that this method is redundant from JDK 16 because the - method HttpRequest.newBuilder(HttpRequest) is available.

        -
        -
        Parameters:
        -
        request - request to copy
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request,
        -                                                     java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest. - -

        Note that this method is redundant from JDK 16 because the - method HttpRequest.newBuilder(HttpRequest, BiPredicate) is available.

        -
        -
        Parameters:
        -
        request - request to copy
        -
        filter - selects which header key-values to include in the copied request
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        bodyBytes

        -
        public static byte[] bodyBytes​(java.net.http.HttpRequest request)
        -
        Returns the request body as a byte array.
        -
        -
        Parameters:
        -
        request - http request to extract from
        -
        Returns:
        -
        byte array
        -
        -
      • -
      - - - -
        -
      • -

        bodyUtf8

        -
        public static java.lang.String bodyUtf8​(java.net.http.HttpRequest request)
        -
        Returns the request body as a String assuming that the bytes of the request - body are encoded with UTF-8.
        -
        -
        Parameters:
        -
        request - http request to extract from
        -
        Returns:
        -
        request body as a String
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html deleted file mode 100644 index a7c9c7a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterError.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -Hook.AfterError (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterError

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.AfterError
    -
    Specifies what happens if a request action throws an Exception.
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - -
      Fields 
      Modifier and TypeFieldDescription
      static Hook.AfterErrorDEFAULT -
      The default action is to rethrow the given error.
      -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>afterError​(Hook.AfterErrorContext context, - java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response, - java.util.Optional<java.lang.Exception> error) -
      Either returns an HttpResponse or throws an Exception.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.AfterError DEFAULT
        -
        The default action is to rethrow the given error.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        afterError

        -
        java.net.http.HttpResponse<java.io.InputStream> afterError​(Hook.AfterErrorContext context,
        -                                                           java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response,
        -                                                           java.util.Optional<java.lang.Exception> error)
        -                                                    throws java.lang.Exception
        -
        Either returns an HttpResponse or throws an Exception. Must be passed either - a response or an error (both can't be absent).
        -
        -
        Parameters:
        -
        context - context for the error
        -
        response - response information if available.
        -
        error - the optional exception. If response present then the error is for-info - only, it was the last error in the chain of AfterError hook - calls leading to this one
        -
        Returns:
        -
        HTTP response if method decides that an exception is not to be thrown
        -
        Throws:
        -
        java.lang.Exception - if error to be propagated
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html deleted file mode 100644 index 1443112..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContext.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Hook.AfterErrorContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterErrorContext

-
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html deleted file mode 100644 index 9e24e04..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterErrorContextImpl.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -Hook.AfterErrorContextImpl (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.AfterErrorContextImpl

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.AfterErrorContextImpl
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AfterErrorContextImpl​(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      java.util.Optional<java.util.List<java.lang.String>>oauthScopes() 
      java.lang.StringoperationId() 
      java.util.Optional<SecuritySource>securitySource() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AfterErrorContextImpl

        -
        public AfterErrorContextImpl​(java.lang.String baseUrl,
        -                             java.lang.String operationId,
        -                             java.util.Optional<java.util.List<java.lang.String>> oauthScopes,
        -                             java.util.Optional<SecuritySource> securitySource)
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html deleted file mode 100644 index 9eb49d8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccess.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - -Hook.AfterSuccess (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterSuccess

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.AfterSuccess
    -
    Specifies how a response is transformed before response processing.
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Summary

      - - - - - - - - - - - - -
      Fields 
      Modifier and TypeFieldDescription
      static Hook.AfterSuccessDEFAULT -
      The default action is to return the response untouched.
      -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>afterSuccess​(Hook.AfterSuccessContext context, - java.net.http.HttpResponse<java.io.InputStream> response) -
      Transforms the given response before response processing occurs.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.AfterSuccess DEFAULT
        -
        The default action is to return the response untouched.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        afterSuccess

        -
        java.net.http.HttpResponse<java.io.InputStream> afterSuccess​(Hook.AfterSuccessContext context,
        -                                                             java.net.http.HttpResponse<java.io.InputStream> response)
        -                                                      throws java.lang.Exception
        -
        Transforms the given response before response processing occurs.
        -
        -
        Parameters:
        -
        context - context for the hook call
        -
        response - response to be transformed
        -
        Returns:
        -
        transformed response
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html deleted file mode 100644 index f71e188..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContext.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Hook.AfterSuccessContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.AfterSuccessContext

-
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html deleted file mode 100644 index 40d7b65..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.AfterSuccessContextImpl.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -Hook.AfterSuccessContextImpl (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.AfterSuccessContextImpl

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.AfterSuccessContextImpl
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      AfterSuccessContextImpl​(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      java.util.Optional<java.util.List<java.lang.String>>oauthScopes() 
      java.lang.StringoperationId() 
      java.util.Optional<SecuritySource>securitySource() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AfterSuccessContextImpl

        -
        public AfterSuccessContextImpl​(java.lang.String baseUrl,
        -                               java.lang.String operationId,
        -                               java.util.Optional<java.util.List<java.lang.String>> oauthScopes,
        -                               java.util.Optional<SecuritySource> securitySource)
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html deleted file mode 100644 index 1bd972b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequest.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -Hook.BeforeRequest (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.BeforeRequest

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hook.IdempotencyHook, Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.BeforeRequest
    -
    Specifies how a request is transformed before sending.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.BeforeRequest DEFAULT
        -
        The default action is to return the request untouched.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        beforeRequest

        -
        java.net.http.HttpRequest beforeRequest​(Hook.BeforeRequestContext context,
        -                                        java.net.http.HttpRequest request)
        -                                 throws java.lang.Exception
        -
        Transforms the given HttpRequest before sending. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Parameters:
        -
        context - context for the hook call
        -
        request - request to be transformed
        -
        Returns:
        -
        transformed request
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html deleted file mode 100644 index f8e3c3c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContext.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - -Hook.BeforeRequestContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.BeforeRequestContext

-
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html deleted file mode 100644 index 14a6f0f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.BeforeRequestContextImpl.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -Hook.BeforeRequestContextImpl (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.BeforeRequestContextImpl

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.BeforeRequestContextImpl
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      BeforeRequestContextImpl​(java.lang.String baseUrl, - java.lang.String operationId, - java.util.Optional<java.util.List<java.lang.String>> oauthScopes, - java.util.Optional<SecuritySource> securitySource) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      java.util.Optional<java.util.List<java.lang.String>>oauthScopes() 
      java.lang.StringoperationId() 
      java.util.Optional<SecuritySource>securitySource() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BeforeRequestContextImpl

        -
        public BeforeRequestContextImpl​(java.lang.String baseUrl,
        -                                java.lang.String operationId,
        -                                java.util.Optional<java.util.List<java.lang.String>> oauthScopes,
        -                                java.util.Optional<SecuritySource> securitySource)
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html deleted file mode 100644 index 6ae42ac..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.HookContext.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - -Hook.HookContext (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.HookContext

-
-
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        baseUrl

        -
        java.lang.String baseUrl()
        -
      • -
      - - - -
        -
      • -

        operationId

        -
        java.lang.String operationId()
        -
      • -
      - - - -
        -
      • -

        oauthScopes

        -
        java.util.Optional<java.util.List<java.lang.String>> oauthScopes()
        -
      • -
      - - - -
        -
      • -

        securitySource

        -
        java.util.Optional<SecuritySource> securitySource()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html deleted file mode 100644 index 3cb702f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.IdempotencyHook.html +++ /dev/null @@ -1,354 +0,0 @@ - - - - - -Hook.IdempotencyHook (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.IdempotencyHook

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.IdempotencyHook
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      IdempotencyHook() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpRequestbeforeRequest​(Hook.BeforeRequestContext context, - java.net.http.HttpRequest request) -
      Transforms the given HttpRequest before sending.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        IdempotencyHook

        -
        public IdempotencyHook()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        beforeRequest

        -
        public java.net.http.HttpRequest beforeRequest​(Hook.BeforeRequestContext context,
        -                                               java.net.http.HttpRequest request)
        -                                        throws java.lang.Exception
        -
        Description copied from interface: Hook.BeforeRequest
        -
        Transforms the given HttpRequest before sending. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        beforeRequest in interface Hook.BeforeRequest
        -
        Parameters:
        -
        context - context for the hook call
        -
        request - request to be transformed
        -
        Returns:
        -
        transformed request
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html deleted file mode 100644 index 14d15af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInit.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - -Hook.SdkInit (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Hook.SdkInit

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    Hooks
    -
    -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static interface Hook.SdkInit
    -
    Transforms the HTTPClient before use.
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        DEFAULT

        -
        static final Hook.SdkInit DEFAULT
        -
        The default action is to return the client untouched.
        -
      • -
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html deleted file mode 100644 index 8b2d95e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.SdkInitData.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - -Hook.SdkInitData (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook.SdkInitData

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook.SdkInitData
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Hook
    -
    -
    -
    public static final class Hook.SdkInitData
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SdkInitData​(java.lang.String baseUrl, - HTTPClient client) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.StringbaseUrl() 
      HTTPClientclient() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SdkInitData

        -
        public SdkInitData​(java.lang.String baseUrl,
        -                   HTTPClient client)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        baseUrl

        -
        public java.lang.String baseUrl()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hook.html deleted file mode 100644 index d905c45..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hook.html +++ /dev/null @@ -1,321 +0,0 @@ - - - - - -Hook (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hook

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hook
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Hook
    -extends java.lang.Object
    -
    Holder class for hook-associated types. This class does not get - instantiated.
    -
  • -
-
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html deleted file mode 100644 index 6ae9e2b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.FailEarlyException.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - -Hooks.FailEarlyException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hooks.FailEarlyException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • java.lang.RuntimeException
        • -
        • -
            -
          • io.fastpix.sdk.utils.Hooks.FailEarlyException
          • -
          -
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Hooks
    -
    -
    -
    public static final class Hooks.FailEarlyException
    -extends java.lang.RuntimeException
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      FailEarlyException​(java.lang.Exception e) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FailEarlyException

        -
        public FailEarlyException​(java.lang.Exception e)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html b/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html deleted file mode 100644 index 2f6fb06..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Hooks.html +++ /dev/null @@ -1,615 +0,0 @@ - - - - - -Hooks (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Hooks

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Hooks
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Hooks

        -
        public Hooks()
        -
        Constructor.
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        registerBeforeRequest

        -
        public Hooks registerBeforeRequest​(Hook.BeforeRequest beforeRequest)
        -
        Registers a Hook.BeforeRequest hook to be applied in order of - registration. The result of the first BeforeRequest hook will be passed to - the second BeforeRequest hook and processed similarly for the rest of the - registered hooks. If a BeforeRequest hook throws then that Exception will - not be passed to the Hook.AfterError hooks.
        -
        -
        Parameters:
        -
        beforeRequest - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        registerAfterSuccess

        -
        public Hooks registerAfterSuccess​(Hook.AfterSuccess afterSuccess)
        -
        Registers an Hook.AfterSuccess hook to be applied in order of registration - (multiple can be registered). The result of the first AfterSuccess hook will - be passed to the second AfterSuccess hook and processed similarly for the - rest of the registered hooks. If an AfterSuccess hook throws then that - Exception will not be passed to the Hook.AfterError hooks.
        -
        -
        Parameters:
        -
        afterSuccess - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        registerAfterError

        -
        public Hooks registerAfterError​(Hook.AfterError afterError)
        -
        Registers an Hook.AfterError hook to be applied in order of registration - (multiple can be registered). If the first AfterError hook throws then the - second hook will be called with that exception (and no response object) and - so on for the rest of the registered hooks. If an AfterError hook returns - normally then its result will be passed through to the next AfterError hook - with the latest thrown Exception.
        -
        -
        Parameters:
        -
        afterError - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        registerSdkInit

        -
        public Hooks registerSdkInit​(Hook.SdkInit SdkInit)
        -
        Registers a Hook.SdkInit hook to be applied in order of registration - (multiple can be registered).
        -
        -
        Parameters:
        -
        SdkInit - hook to be registered
        -
        Returns:
        -
        this
        -
        -
      • -
      - - - -
        -
      • -

        beforeRequest

        -
        public java.net.http.HttpRequest beforeRequest​(Hook.BeforeRequestContext context,
        -                                               java.net.http.HttpRequest request)
        -                                        throws java.lang.Exception
        -
        Description copied from interface: Hook.BeforeRequest
        -
        Transforms the given HttpRequest before sending. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        beforeRequest in interface Hook.BeforeRequest
        -
        Parameters:
        -
        context - context for the hook call
        -
        request - request to be transformed
        -
        Returns:
        -
        transformed request
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      - - - -
        -
      • -

        afterSuccess

        -
        public java.net.http.HttpResponse<java.io.InputStream> afterSuccess​(Hook.AfterSuccessContext context,
        -                                                                    java.net.http.HttpResponse<java.io.InputStream> response)
        -                                                             throws java.lang.Exception
        -
        Description copied from interface: Hook.AfterSuccess
        -
        Transforms the given response before response processing occurs.
        -
        -
        Specified by:
        -
        afterSuccess in interface Hook.AfterSuccess
        -
        Parameters:
        -
        context - context for the hook call
        -
        response - response to be transformed
        -
        Returns:
        -
        transformed response
        -
        Throws:
        -
        java.lang.Exception - on error
        -
        -
      • -
      - - - -
        -
      • -

        afterError

        -
        public java.net.http.HttpResponse<java.io.InputStream> afterError​(Hook.AfterErrorContext context,
        -                                                                  java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> response,
        -                                                                  java.util.Optional<java.lang.Exception> error)
        -                                                           throws java.lang.Exception
        -
        Description copied from interface: Hook.AfterError
        -
        Either returns an HttpResponse or throws an Exception. Must be passed either - a response or an error (both can't be absent).
        -
        -
        Specified by:
        -
        afterError in interface Hook.AfterError
        -
        Parameters:
        -
        context - context for the error
        -
        response - response information if available.
        -
        error - the optional exception. If response present then the error is for-info - only, it was the last error in the chain of AfterError hook - calls leading to this one
        -
        Returns:
        -
        HTTP response if method decides that an exception is not to be thrown
        -
        Throws:
        -
        java.lang.Exception - if error to be propagated
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/JSON.html b/build/docs/javadoc/io/fastpix/sdk/utils/JSON.html deleted file mode 100644 index 47f0fe8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/JSON.html +++ /dev/null @@ -1,304 +0,0 @@ - - - - - -JSON (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class JSON

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.JSON
    • -
    -
  • -
-
-
    -
  • -
    -
    public class JSON
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      JSON() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static com.fasterxml.jackson.databind.ObjectMappergetMapper() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        JSON

        -
        public JSON()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getMapper

        -
        public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html b/build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html deleted file mode 100644 index ee1fd6f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/LazySingletonValue.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - -LazySingletonValue (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class LazySingletonValue<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.LazySingletonValue<T>
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class LazySingletonValue<T>
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      LazySingletonValue​(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Tvalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LazySingletonValue

        -
        public LazySingletonValue​(java.lang.String name,
        -                          java.lang.String json,
        -                          com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public T value()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html deleted file mode 100644 index d2024e7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.Builder.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - -Multipart.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Multipart.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Multipart.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Multipart
    -
    -
    -
    public static final class Multipart.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Builder() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Multipart.BuilderaddPart​(java.lang.String name, - java.lang.String value) 
      Multipart.BuilderaddPart​(java.lang.String name, - java.lang.String value, - java.lang.String contentType) 
      Multipart.BuilderaddPart​(java.lang.String name, - java.util.function.Supplier<java.io.InputStream> stream, - java.lang.String filename, - java.util.Optional<java.lang.String> contentType) 
      Multipartbuild() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Builder

        -
        public Builder()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addPart

        -
        public Multipart.Builder addPart​(java.lang.String name,
        -                                 java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        addPart

        -
        public Multipart.Builder addPart​(java.lang.String name,
        -                                 java.lang.String value,
        -                                 java.lang.String contentType)
        -
      • -
      - - - -
        -
      • -

        addPart

        -
        public Multipart.Builder addPart​(java.lang.String name,
        -                                 java.util.function.Supplier<java.io.InputStream> stream,
        -                                 java.lang.String filename,
        -                                 java.util.Optional<java.lang.String> contentType)
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html b/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html deleted file mode 100644 index b662e2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.PartType.html +++ /dev/null @@ -1,393 +0,0 @@ - - - - - -Multipart.PartType (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Multipart.PartType

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Multipart.PartTypevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Multipart.PartType[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Multipart.PartType[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Multipart.PartType c : Multipart.PartType.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Multipart.PartType valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html b/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html deleted file mode 100644 index 268c57b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Multipart.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -Multipart (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Multipart

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Multipart
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Multipart
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        bodyPublisher

        -
        public java.net.http.HttpRequest.BodyPublisher bodyPublisher()
        -
      • -
      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html deleted file mode 100644 index d5ad30f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/OneOfDeserializer.html +++ /dev/null @@ -1,435 +0,0 @@ - - - - - -OneOfDeserializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class OneOfDeserializer<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonDeserializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
      • -
      • -
          -
        • io.fastpix.sdk.utils.OneOfDeserializer<T>
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.deser.NullValueProvider, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable, java.io.Serializable
    -
    -
    -
    Direct Known Subclasses:
    -
    Input._Deserializer, Input._Deserializer, SegmentUnion._Deserializer
    -
    -
    -
    public class OneOfDeserializer<T>
    -extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<T>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -com.fasterxml.jackson.databind.JsonDeserializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_valueClass, _valueType, F_MASK_ACCEPT_ARRAYS, F_MASK_INT_COERCIONS
      • -
      -
    • -
    -
    - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static <T> java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>>applyMatchPreferences​(java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>> matches, - java.lang.String json) 
      Tdeserialize​(com.fasterxml.jackson.core.JsonParser p, - com.fasterxml.jackson.databind.DeserializationContext ctxt) 
      static booleanmatchPossible​(com.fasterxml.jackson.databind.JavaType type, - java.lang.String json) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.deser.std.StdDeserializer

        -_byteOverflow, _checkBooleanToStringCoercion, _checkCoercionFail, _checkDoubleSpecialValue, _checkFloatSpecialValue, _checkFloatToIntCoercion, _checkFloatToStringCoercion, _checkFromStringCoercion, _checkFromStringCoercion, _checkIntToFloatCoercion, _checkIntToStringCoercion, _checkTextualNull, _checkToStringCoercion, _coerceBooleanFromInt, _coercedTypeDesc, _coercedTypeDesc, _coerceEmptyString, _coerceIntegral, _coerceNullToken, _coerceTextualNull, _deserializeFromArray, _deserializeFromEmpty, _deserializeFromEmptyString, _deserializeFromString, _deserializeWrappedValue, _failDoubleToIntCoercion, _findCoercionFromBlankString, _findCoercionFromEmptyArray, _findCoercionFromEmptyString, _findNullProvider, _hasTextualNull, _intOverflow, _isBlank, _isEmptyOrTextualNull, _isFalse, _isIntNumber, _isNaN, _isNegInf, _isPosInf, _isTrue, _neitherNull, _nonNullNumber, _parseBoolean, _parseBooleanFromInt, _parseBooleanPrimitive, _parseBooleanPrimitive, _parseBytePrimitive, _parseDate, _parseDate, _parseDateFromArray, _parseDouble, _parseDouble, _parseDoublePrimitive, _parseDoublePrimitive, _parseDoublePrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseFloatPrimitive, _parseInteger, _parseInteger, _parseIntPrimitive, _parseIntPrimitive, _parseLong, _parseLong, _parseLongPrimitive, _parseLongPrimitive, _parseShortPrimitive, _parseString, _parseString, _reportFailedNullCoerce, _shortOverflow, _verifyEndArrayForSingle, _verifyNullForPrimitive, _verifyNullForPrimitiveCoercion, _verifyNullForScalarCoercion, _verifyNumberForScalarCoercion, _verifyStringForScalarCoercion, deserializeWithType, findContentNullProvider, findContentNullStyle, findConvertingContentDeserializer, findDeserializer, findFormatFeature, findFormatOverrides, findValueNullProvider, getValueClass, getValueInstantiator, getValueType, getValueType, handledType, handleMissingEndArrayForSingle, handleNestedArrayForSingle, handleUnknownProperty, isDefaultDeserializer, isDefaultKeyDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer

        -deserialize, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        OneOfDeserializer

        -
        protected OneOfDeserializer​(java.lang.Class<T> cls,
        -                            boolean strict,
        -                            Utils.TypeReferenceWithShape... typeReferences)
        -
        Constructor.
        -
        -
        Parameters:
        -
        cls - oneOf type
        -
        strict - if true then when multiple matches encountered an - exception is thrown. If false then when multiple - matches encountered the first match from the - typeReferences array is used as deserialization result.
        -
        typeReferences - the types of the oneOf subschemas. When strict is false - the first matching member of this array will be the - type of the deserialization result.
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public T deserialize​(com.fasterxml.jackson.core.JsonParser p,
        -                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
        -              throws java.io.IOException
        -
        -
        Specified by:
        -
        deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T>
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        matchPossible

        -
        public static boolean matchPossible​(com.fasterxml.jackson.databind.JavaType type,
        -                                    java.lang.String json)
        -
      • -
      - - - -
        -
      • -

        applyMatchPreferences

        -
        public static <T> java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>> applyMatchPreferences​(java.util.List<io.fastpix.sdk.utils.OneOfDeserializer.Match<T>> matches,
        -                                                                                                        java.lang.String json)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html deleted file mode 100644 index f3c62d6..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Builder.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - -Options.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Options.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Options.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Options
    -
    -
    -
    public static final class Options.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        retryConfig

        -
        public Options.Builder retryConfig​(RetryConfig retryConfig)
        -                            throws java.lang.IllegalArgumentException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        -
      • -
      - - - -
        -
      • -

        retryConfig

        -
        public Options.Builder retryConfig​(java.util.Optional<RetryConfig> retryConfig)
        -                            throws java.lang.IllegalArgumentException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Options build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html b/build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html deleted file mode 100644 index 255459b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Options.Option.html +++ /dev/null @@ -1,367 +0,0 @@ - - - - - -Options.Option (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Options.Option

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Options.Option>
    • -
    • -
        -
      • io.fastpix.sdk.utils.Options.Option
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Options.Option>
    -
    -
    -
    Enclosing class:
    -
    Options
    -
    -
    -
    public static enum Options.Option
    -extends java.lang.Enum<Options.Option>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      RETRY_CONFIG 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Options.OptionvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Options.Option[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        RETRY_CONFIG

        -
        public static final Options.Option RETRY_CONFIG
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Options.Option[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Options.Option c : Options.Option.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Options.Option valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Options.html b/build/docs/javadoc/io/fastpix/sdk/utils/Options.html deleted file mode 100644 index dff184f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Options.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -Options (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Options

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Options
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Options
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        retryConfig

        -
        public java.util.Optional<RetryConfig> retryConfig()
        -
      • -
      - - - -
        -
      • -

        validate

        -
        public final void validate​(java.util.List<Options.Option> supportedOptions)
        -                    throws java.lang.IllegalArgumentException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html b/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html deleted file mode 100644 index 1138a0b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameter.html +++ /dev/null @@ -1,364 +0,0 @@ - - - - - -QueryParameter (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class QueryParameter

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.QueryParameter
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class QueryParameter
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      booleanallowReserved() 
      booleanequals​(java.lang.Object obj) 
      inthashCode() 
      java.lang.Stringname() 
      static QueryParameterof​(java.lang.String name, - java.lang.String value, - boolean allowReserved) 
      java.lang.StringtoString() 
      java.lang.Stringvalue() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        of

        -
        public static QueryParameter of​(java.lang.String name,
        -                                java.lang.String value,
        -                                boolean allowReserved)
        -
      • -
      - - - -
        -
      • -

        name

        -
        public java.lang.String name()
        -
      • -
      - - - -
        -
      • -

        value

        -
        public java.lang.String value()
        -
      • -
      - - - -
        -
      • -

        allowReserved

        -
        public boolean allowReserved()
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals​(java.lang.Object obj)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html b/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html deleted file mode 100644 index 5dca58b..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/QueryParameters.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - -QueryParameters (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class QueryParameters

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.QueryParameters
    • -
    -
  • -
-
-
    -
  • -
    -
    public class QueryParameters
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      QueryParameters() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static <T> java.util.List<QueryParameter>parseQueryParams​(java.lang.Class<T> type, - T queryParams, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        QueryParameters

        -
        public QueryParameters()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        parseQueryParams

        -
        public static <T> java.util.List<QueryParameter> parseQueryParams​(java.lang.Class<T> type,
        -                                                                  T queryParams,
        -                                                                  java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                           throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html b/build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html deleted file mode 100644 index 3a87b92..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RecordingClient.html +++ /dev/null @@ -1,390 +0,0 @@ - - - - - -RecordingClient (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RecordingClient

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RecordingClient
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    HTTPClient
    -
    -
    -
    public final class RecordingClient
    -extends java.lang.Object
    -implements HTTPClient
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      RecordingClient() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      RecordingClientafterResponse​(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook) 
      RecordingClientbeforeRequest​(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook) 
      java.util.List<java.net.http.HttpRequest>requests() 
      voidreset() 
      java.net.http.HttpResponse<java.io.InputStream>send​(java.net.http.HttpRequest request) -
      Sends an HTTP request and returns the response.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RecordingClient

        -
        public RecordingClient()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        send

        -
        public java.net.http.HttpResponse<java.io.InputStream> send​(java.net.http.HttpRequest request)
        -                                                     throws java.io.IOException,
        -                                                            java.lang.InterruptedException,
        -                                                            java.net.URISyntaxException
        -
        Description copied from interface: HTTPClient
        -
        Sends an HTTP request and returns the response. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        send in interface HTTPClient
        -
        Parameters:
        -
        request - HTTP request
        -
        Returns:
        -
        HTTP response
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.InterruptedException
        -
        java.net.URISyntaxException
        -
        -
      • -
      - - - -
        -
      • -

        requests

        -
        public java.util.List<java.net.http.HttpRequest> requests()
        -
      • -
      - - - -
        -
      • -

        beforeRequest

        -
        public RecordingClient beforeRequest​(java.util.function.UnaryOperator<java.net.http.HttpRequest> hook)
        -
      • -
      - - - -
        -
      • -

        afterResponse

        -
        public RecordingClient afterResponse​(java.util.function.UnaryOperator<java.net.http.HttpResponse<java.io.InputStream>> hook)
        -
      • -
      - - - -
        -
      • -

        reset

        -
        public void reset()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html b/build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html deleted file mode 100644 index 11b3f38..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RequestBody.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - -RequestBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RequestBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RequestBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class RequestBody
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static SerializedBodyserialize​(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable) 
      static SerializedBodyserializeFormData​(java.lang.Object value) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public static SerializedBody serialize​(java.lang.Object request,
        -                                       java.lang.String requestField,
        -                                       java.lang.String serializationMethod,
        -                                       boolean nullable)
        -                                throws java.lang.NoSuchFieldException,
        -                                       java.lang.IllegalArgumentException,
        -                                       java.lang.IllegalAccessException,
        -                                       java.lang.UnsupportedOperationException,
        -                                       java.io.IOException
        -
        -
        Throws:
        -
        java.lang.NoSuchFieldException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        java.lang.UnsupportedOperationException
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        serializeFormData

        -
        public static SerializedBody serializeFormData​(java.lang.Object value)
        -                                        throws java.io.IOException,
        -                                               java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Response.html b/build/docs/javadoc/io/fastpix/sdk/utils/Response.html deleted file mode 100644 index f91b360..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Response.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -Response (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Response

-
-
- -
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      java.lang.StringcontentType() -
      Returns the value of the Content-Type header.
      -
      java.net.http.HttpResponse<java.io.InputStream>rawResponse() -
      Returns the raw response.
      -
      intstatusCode() -
      Returns the HTTP status code.
      -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        java.lang.String contentType()
        -
        Returns the value of the Content-Type header.
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        int statusCode()
        -
        Returns the HTTP status code.
        -
      • -
      - - - -
        -
      • -

        rawResponse

        -
        java.net.http.HttpResponse<java.io.InputStream> rawResponse()
        -
        Returns the raw response.
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html deleted file mode 100644 index ddd19fa..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.Builder.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -Retries.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Retries.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Retries
    -
    -
    -
    public static final class Retries.Builder
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Retries.Builderaction​(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action) -
      Sets the HTTP callback to be retried.
      -
      Retriesbuild() 
      Retries.BuilderretryConfig​(RetryConfig retryConfig) -
      Defines the retry configuration.
      -
      Retries.BuilderstatusCodes​(java.util.List<java.lang.String> statusCodes) -
      Defines the status codes that should be considered as errors.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        action

        -
        public Retries.Builder action​(java.util.concurrent.Callable<java.net.http.HttpResponse<java.io.InputStream>> action)
        -
        Sets the HTTP callback to be retried.
        -
        -
        Parameters:
        -
        action - The function called on retry.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        retryConfig

        -
        public Retries.Builder retryConfig​(RetryConfig retryConfig)
        -
        Defines the retry configuration.
        -
        -
        Parameters:
        -
        retryConfig - The retry configuration to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        statusCodes

        -
        public Retries.Builder statusCodes​(java.util.List<java.lang.String> statusCodes)
        -
        Defines the status codes that should be considered as errors.
        -
        -
        Parameters:
        -
        statusCodes - The list of status codes to treat as errors.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        build

        -
        public Retries build()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html deleted file mode 100644 index b5af3e2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.NonRetryableException.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -Retries.NonRetryableException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries.NonRetryableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • io.fastpix.sdk.utils.Retries.NonRetryableException
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Retries
    -
    -
    -
    public static final class Retries.NonRetryableException
    -extends java.lang.Exception
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      NonRetryableException​(java.lang.Exception exception) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.Exceptionexception() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        NonRetryableException

        -
        public NonRetryableException​(java.lang.Exception exception)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        exception

        -
        public java.lang.Exception exception()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html deleted file mode 100644 index f10a348..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.RetryableException.html +++ /dev/null @@ -1,333 +0,0 @@ - - - - - -Retries.RetryableException (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries.RetryableException

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Throwable
    • -
    • -
        -
      • java.lang.Exception
      • -
      • -
          -
        • io.fastpix.sdk.utils.Retries.RetryableException
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    Retries
    -
    -
    -
    public static final class Retries.RetryableException
    -extends java.lang.Exception
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      RetryableException​(java.net.http.HttpResponse<java.io.InputStream> response) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>response() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        RetryableException

        -
        public RetryableException​(java.net.http.HttpResponse<java.io.InputStream> response)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        response

        -
        public java.net.http.HttpResponse<java.io.InputStream> response()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.html b/build/docs/javadoc/io/fastpix/sdk/utils/Retries.html deleted file mode 100644 index 5cf81f3..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Retries.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - -Retries (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Retries

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Retries
    • -
    -
  • -
-
-
    -
  • -
    -
    public class Retries
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        run

        -
        public java.net.http.HttpResponse<java.io.InputStream> run()
        -                                                    throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html b/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html deleted file mode 100644 index d60b068..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Builder.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - - -RetryConfig.Builder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetryConfig.Builder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RetryConfig.Builder
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    RetryConfig
    -
    -
    -
    public static final class RetryConfig.Builder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        noRetries

        -
        public RetryConfig.Builder noRetries()
        -
        Disables retries (sets strategy to "none").
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        enable

        -
        public RetryConfig.Builder enable()
        -
        Enables the selected strategy.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        enable

        -
        public RetryConfig.Builder enable​(boolean enable)
        -
        Enables or disables the selected strategy.
        -
        -
        Parameters:
        -
        enable - Whether to enable the current strategy.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        backoff

        -
        public RetryConfig.Builder backoff​(BackoffStrategy backoff)
        -
        Selects and configures the backoff retry strategy.
        -
        -
        Parameters:
        -
        backoff - The backoff strategy to use.
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - -
        -
      • -

        backoff

        -
        public RetryConfig.Builder backoff()
        -
        Selects the default backoff retry strategy.
        -
        -
        Returns:
        -
        The builder instance.
        -
        -
      • -
      - - - - -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html b/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html deleted file mode 100644 index 122409e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.Strategy.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - -RetryConfig.Strategy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum RetryConfig.Strategy

-
-
-
    -
  • java.lang.Object
  • -
  • - -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      BACKOFF 
      NONE 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static RetryConfig.StrategyvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static RetryConfig.Strategy[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static RetryConfig.Strategy[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (RetryConfig.Strategy c : RetryConfig.Strategy.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static RetryConfig.Strategy valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html b/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html deleted file mode 100644 index b82911f..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/RetryConfig.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -RetryConfig (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class RetryConfig

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.RetryConfig
    • -
    -
  • -
-
-
    -
  • -
    -
    public class RetryConfig
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Security.html b/build/docs/javadoc/io/fastpix/sdk/utils/Security.html deleted file mode 100644 index 75577c2..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Security.html +++ /dev/null @@ -1,351 +0,0 @@ - - - - - -Security (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Security

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Security
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Security
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        configureSecurity

        -
        public static HTTPRequest configureSecurity​(HTTPRequest request,
        -                                            java.lang.Object security)
        -                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        findComplexObjectWithNonEmptyAnnotatedField

        -
        public static java.util.Optional<java.lang.Object> findComplexObjectWithNonEmptyAnnotatedField​(java.lang.Object object,
        -                                                                                               java.lang.String... regexes)
        -
      • -
      - - - -
        -
      • -

        findFieldsWhereMetadataContainsRegexes

        -
        public static java.util.stream.Stream<java.lang.reflect.Field> findFieldsWhereMetadataContainsRegexes​(java.lang.Object o,
        -                                                                                                      java.lang.String... regexes)
        -
      • -
      - - - -
        -
      • -

        findStringValueWhereMetadataContainsRegexes

        -
        public static java.util.Optional<java.lang.String> findStringValueWhereMetadataContainsRegexes​(java.lang.Object o,
        -                                                                                               java.lang.String... regexes)
        -
      • -
      - - - -
        -
      • -

        findStringValueWhereMetadataNameIs

        -
        public static java.util.Optional<java.lang.String> findStringValueWhereMetadataNameIs​(java.lang.Object o,
        -                                                                                      java.lang.String name)
        -
      • -
      - - - -
        -
      • -

        findValueWhereMetadataContainsRegexes

        -
        public static java.util.Optional<java.lang.Object> findValueWhereMetadataContainsRegexes​(java.lang.Object o,
        -                                                                                         java.lang.String... regexes)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html b/build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html deleted file mode 100644 index 68fa243..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SerializedBody.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -SerializedBody (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SerializedBody

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SerializedBody
    • -
    -
  • -
-
-
    -
  • -
    -
    public class SerializedBody
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      SerializedBody​(java.lang.String contentType, - java.net.http.HttpRequest.BodyPublisher body) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpRequest.BodyPublisherbody() 
      java.lang.StringcontentType() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SerializedBody

        -
        public SerializedBody​(java.lang.String contentType,
        -                      java.net.http.HttpRequest.BodyPublisher body)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        contentType

        -
        public java.lang.String contentType()
        -
      • -
      - - - -
        -
      • -

        body

        -
        public java.net.http.HttpRequest.BodyPublisher body()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html b/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html deleted file mode 100644 index 39c6243..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.HasSessionKey.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - -SessionManager.HasSessionKey (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface SessionManager.HasSessionKey

-
-
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        sessionKey

        -
        java.lang.String sessionKey()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html b/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html deleted file mode 100644 index 7cfe3af..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.Session.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - -SessionManager.Session (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SessionManager.Session<T>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SessionManager.Session<T>
    • -
    -
  • -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Session​(T credentials, - java.util.Optional<java.lang.String> token, - java.util.List<java.lang.String> scopes, - java.util.Optional<java.time.OffsetDateTime> expiresAt) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      Tcredentials() 
      java.util.Optional<java.time.OffsetDateTime>expiresAt() 
      java.util.List<java.lang.String>scopes() 
      java.util.Optional<java.lang.String>token() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - - - -
        -
      • -

        Session

        -
        public Session​(T credentials,
        -               java.util.Optional<java.lang.String> token,
        -               java.util.List<java.lang.String> scopes,
        -               java.util.Optional<java.time.OffsetDateTime> expiresAt)
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        credentials

        -
        public T credentials()
        -
      • -
      - - - -
        -
      • -

        token

        -
        public java.util.Optional<java.lang.String> token()
        -
      • -
      - - - -
        -
      • -

        scopes

        -
        public java.util.List<java.lang.String> scopes()
        -
      • -
      - - - -
        -
      • -

        expiresAt

        -
        public java.util.Optional<java.time.OffsetDateTime> expiresAt()
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html b/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html deleted file mode 100644 index ed7dc1a..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SessionManager.html +++ /dev/null @@ -1,472 +0,0 @@ - - - - - -SessionManager (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SessionManager<T extends SessionManager.HasSessionKey>

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SessionManager<T>
    • -
    -
  • -
-
- -
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        REFRESH_BEFORE_EXPIRY_SECONDS

        -
        public static final int REFRESH_BEFORE_EXPIRY_SECONDS
        -
        -
        See Also:
        -
        Constant Field Values
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SessionManager

        -
        public SessionManager()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        getSession

        -
        public SessionManager.Session<T> getSession​(T credentials,
        -                                            java.util.Optional<java.util.List<java.lang.String>> scopes,
        -                                            java.util.function.Function<java.util.List<java.lang.String>,​SessionManager.Session<T>> tokenProvider)
        -
      • -
      - - - -
        -
      • -

        shouldCreateNewSession

        -
        public static <T extends SessionManager.HasSessionKey> boolean shouldCreateNewSession​(java.util.Optional<SessionManager.Session<T>> currentSession,
        -                                                                                      java.util.Optional<java.util.List<java.lang.String>> oauthScopes)
        -
      • -
      - - - -
        -
      • -

        hasTokenExpired

        -
        public static boolean hasTokenExpired​(java.util.Optional<java.time.OffsetDateTime> expiresAt,
        -                                      java.time.OffsetDateTime now)
        -
      • -
      - - - -
        -
      • -

        hasRequiredScopes

        -
        public static boolean hasRequiredScopes​(java.util.List<java.lang.String> sessionScopes,
        -                                        java.util.Optional<java.util.List<java.lang.String>> requiredScopes)
        -
      • -
      - - - -
        -
      • -

        remove

        -
        public void remove​(java.lang.String sessionKey)
        -
      • -
      - - - - - -
        -
      • -

        requestOAuth2Token

        -
        public static <T extends SessionManager.HasSessionKeySessionManager.Session<T> requestOAuth2Token​(HTTPClient client,
        -                                                                                                    T credentials,
        -                                                                                                    java.util.List<java.lang.String> scopes,
        -                                                                                                    java.util.Map<java.lang.String,​java.lang.String> body,
        -                                                                                                    java.util.Map<java.lang.String,​java.lang.String> headers,
        -                                                                                                    java.net.URI tokenUri)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html b/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html deleted file mode 100644 index 5409b90..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyHTTPClient.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - - -SpeakeasyHTTPClient (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class SpeakeasyHTTPClient

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.SpeakeasyHTTPClient
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    HTTPClient
    -
    -
    -
    public class SpeakeasyHTTPClient
    -extends java.lang.Object
    -implements HTTPClient
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.net.http.HttpResponse<java.io.InputStream>send​(java.net.http.HttpRequest request) -
      Sends an HTTP request and returns the response.
      -
      static voidsetDebugLogging​(boolean enabled) -
      Experimental, may be changed anytime.
      -
      static voidsetLogger​(java.util.function.Consumer<? super java.lang.String> logger) 
      static voidsetRedactedHeaders​(java.util.Collection<java.lang.String> headerNames) -
      Experimental, may be changed anytime.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SpeakeasyHTTPClient

        -
        public SpeakeasyHTTPClient()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setDebugLogging

        -
        public static void setDebugLogging​(boolean enabled)
        -
        Experimental, may be changed anytime. Sets debug logging on or off for - requests and responses including bodies for JSON content. WARNING: this - setting may expose sensitive information in logs (like Authorization - headers), and should only be enabled temporarily for local debugging - purposes. By default, Authorization headers are redacted in the logs - ( printed with a value of [*******]). Header suppression is controlled - with the setRedactedHeaders(Collection) method.
        -
        -
        Parameters:
        -
        enabled - true to enable debug logging, false to disable it
        -
        -
      • -
      - - - -
        -
      • -

        setRedactedHeaders

        -
        public static void setRedactedHeaders​(java.util.Collection<java.lang.String> headerNames)
        -
        Experimental, may be changed anytime. When debug logging is enabled this - method controls the suppression of header values in the logs. By default, - Authorization headers are redacted in the logs (printed with a value - of [*******]). Header suppression is controlled with the - setRedactedHeaders(Collection) method.
        -
        -
        Parameters:
        -
        headerNames - the names (case-insensitive) of the headers whose values - will be redacted in the logs
        -
        -
      • -
      - - - -
        -
      • -

        setLogger

        -
        public static void setLogger​(java.util.function.Consumer<? super java.lang.String> logger)
        -
      • -
      - - - -
        -
      • -

        send

        -
        public java.net.http.HttpResponse<java.io.InputStream> send​(java.net.http.HttpRequest request)
        -                                                     throws java.io.IOException,
        -                                                            java.lang.InterruptedException,
        -                                                            java.net.URISyntaxException
        -
        Description copied from interface: HTTPClient
        -
        Sends an HTTP request and returns the response. - -

        Note that HttpRequest is immutable. To modify the request you can use - HttpRequest#newBuilder(HttpRequest, BiPredicate) with - JDK 16 and later (which will copy the request for modification in a builder). - If that method is not available then use Helpers.copy(java.net.http.HttpRequest) (which also returns - a builder).

        -
        -
        Specified by:
        -
        send in interface HTTPClient
        -
        Parameters:
        -
        request - HTTP request
        -
        Returns:
        -
        HTTP response
        -
        Throws:
        -
        java.io.IOException
        -
        java.lang.InterruptedException
        -
        java.net.URISyntaxException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html b/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html deleted file mode 100644 index e016f9e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/SpeakeasyMetadata.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -SpeakeasyMetadata (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Annotation Type SpeakeasyMetadata

-
-
-
-
    -
  • -
    -
    @Retention(RUNTIME)
    -@Target(FIELD)
    -public @interface SpeakeasyMetadata
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Optional Element Summary

      - - - - - - - - - - - - -
      Optional Elements 
      Modifier and TypeOptional ElementDescription
      java.lang.Stringvalue 
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Element Detail

      - - - -
        -
      • -

        value

        -
        java.lang.String value
        -
        -
        Default:
        -
        ""
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html b/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html deleted file mode 100644 index 183485c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.Serializer.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - -TypedObject.Serializer (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class TypedObject.Serializer

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • com.fasterxml.jackson.databind.JsonSerializer<T>
    • -
    • -
        -
      • com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
      • -
      • -
          -
        • io.fastpix.sdk.utils.TypedObject.Serializer
        • -
        -
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable
    -
    -
    -
    Enclosing class:
    -
    TypedObject
    -
    -
    -
    public static final class TypedObject.Serializer
    -extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
    -
    -
    See Also:
    -
    Serialized Form
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -com.fasterxml.jackson.databind.JsonSerializer.None
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Field Summary

      -
        -
      • - - -

        Fields inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_handledType
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      Serializer() 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidserialize​(TypedObject value, - com.fasterxml.jackson.core.JsonGenerator gen, - com.fasterxml.jackson.databind.SerializerProvider provider) 
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

        -_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
      • -
      -
        -
      • - - -

        Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        -getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Serializer

        -
        public Serializer()
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        serialize

        -
        public void serialize​(TypedObject value,
        -                      com.fasterxml.jackson.core.JsonGenerator gen,
        -                      com.fasterxml.jackson.databind.SerializerProvider provider)
        -               throws java.io.IOException
        -
        -
        Specified by:
        -
        serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedObject>
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html b/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html deleted file mode 100644 index 1b8c264..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/TypedObject.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - -TypedObject (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class TypedObject

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.TypedObject
    • -
    -
  • -
-
-
    -
  • -
    -
    public class TypedObject
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      - - - - - - - - - - - - -
      Nested Classes 
      Modifier and TypeClassDescription
      static class TypedObject.Serializer 
      -
    • -
    -
    - -
    - -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        value

        -
        public java.lang.Object value()
        -
      • -
      - - - -
        -
      • -

        typeReference

        -
        public com.fasterxml.jackson.core.type.TypeReference<?> typeReference()
        -
      • -
      - - - - - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      - - - - - -
        -
      • -

        of

        -
        public static <T> TypedObject of​(T value,
        -                                 Utils.JsonShape shape,
        -                                 com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Types.html b/build/docs/javadoc/io/fastpix/sdk/utils/Types.html deleted file mode 100644 index 8d974b8..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Types.html +++ /dev/null @@ -1,429 +0,0 @@ - - - - - -Types (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Types

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Types>
    • -
    • -
        -
      • io.fastpix.sdk.utils.Types
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Types>
    -
    -
    -
    public enum Types
    -extends java.lang.Enum<Types>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      ARRAY 
      ENUM 
      MAP 
      OBJECT 
      PRIMITIVE 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static TypesgetType​(java.lang.Class<?> clazz) 
      static TypesvalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Types[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Detail

      - - - -
        -
      • -

        PRIMITIVE

        -
        public static final Types PRIMITIVE
        -
      • -
      - - - -
        -
      • -

        ARRAY

        -
        public static final Types ARRAY
        -
      • -
      - - - -
        -
      • -

        MAP

        -
        public static final Types MAP
        -
      • -
      - - - -
        -
      • -

        OBJECT

        -
        public static final Types OBJECT
        -
      • -
      - - - -
        -
      • -

        ENUM

        -
        public static final Types ENUM
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Types[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Types c : Types.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Types valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      - - - -
        -
      • -

        getType

        -
        public static Types getType​(java.lang.Class<?> clazz)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html deleted file mode 100644 index 2f4376c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utf8UrlEncoder.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - -Utf8UrlEncoder (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utf8UrlEncoder

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utf8UrlEncoder
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Utf8UrlEncoder
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        allowReserved

        -
        public static Utf8UrlEncoder allowReserved​(boolean allowReserved)
        -
      • -
      - - - -
        -
      • -

        encode

        -
        public java.lang.String encode​(java.lang.String s)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html deleted file mode 100644 index 0054a2e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.Function.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - -Utils.Function (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Interface Utils.Function<S,​T>

-
-
-
-
    -
  • -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static interface Utils.Function<S,​T>
    -
  • -
-
-
- -
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - - - -
        -
      • -

        apply

        -
        T apply​(S value)
        - throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html deleted file mode 100644 index 251a28c..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.HttpResponseCached.html +++ /dev/null @@ -1,511 +0,0 @@ - - - - - -Utils.HttpResponseCached (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utils.HttpResponseCached

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utils.HttpResponseCached
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.net.http.HttpResponse<java.io.InputStream>
    -
    -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static final class Utils.HttpResponseCached
    -extends java.lang.Object
    -implements java.net.http.HttpResponse<java.io.InputStream>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Nested Class Summary

      -
        -
      • - - -

        Nested classes/interfaces inherited from interface java.net.http.HttpResponse

        -java.net.http.HttpResponse.BodyHandler<T extends java.lang.Object>, java.net.http.HttpResponse.BodyHandlers, java.net.http.HttpResponse.BodySubscriber<T extends java.lang.Object>, java.net.http.HttpResponse.BodySubscribers, java.net.http.HttpResponse.PushPromiseHandler<T extends java.lang.Object>, java.net.http.HttpResponse.ResponseInfo
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - -
      Constructors 
      ConstructorDescription
      HttpResponseCached​(java.net.http.HttpResponse<java.io.InputStream> response) 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.io.InputStreambody() 
      byte[]bodyAsBytes() 
      java.lang.StringbodyAsUtf8() 
      java.net.http.HttpHeadersheaders() 
      java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>>previousResponse() 
      java.net.http.HttpRequestrequest() 
      java.util.Optional<javax.net.ssl.SSLSession>sslSession() 
      intstatusCode() 
      java.lang.StringtoString() 
      java.net.URIuri() 
      java.net.http.HttpClient.Versionversion() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        HttpResponseCached

        -
        public HttpResponseCached​(java.net.http.HttpResponse<java.io.InputStream> response)
        -                   throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        bodyAsUtf8

        -
        public java.lang.String bodyAsUtf8()
        -
      • -
      - - - -
        -
      • -

        bodyAsBytes

        -
        public byte[] bodyAsBytes()
        -
      • -
      - - - -
        -
      • -

        statusCode

        -
        public int statusCode()
        -
        -
        Specified by:
        -
        statusCode in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        request

        -
        public java.net.http.HttpRequest request()
        -
        -
        Specified by:
        -
        request in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        previousResponse

        -
        public java.util.Optional<java.net.http.HttpResponse<java.io.InputStream>> previousResponse()
        -
        -
        Specified by:
        -
        previousResponse in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        headers

        -
        public java.net.http.HttpHeaders headers()
        -
        -
        Specified by:
        -
        headers in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        body

        -
        public java.io.InputStream body()
        -
        -
        Specified by:
        -
        body in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        sslSession

        -
        public java.util.Optional<javax.net.ssl.SSLSession> sslSession()
        -
        -
        Specified by:
        -
        sslSession in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        uri

        -
        public java.net.URI uri()
        -
        -
        Specified by:
        -
        uri in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        version

        -
        public java.net.http.HttpClient.Version version()
        -
        -
        Specified by:
        -
        version in interface java.net.http.HttpResponse<java.io.InputStream>
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html deleted file mode 100644 index 0b92ac7..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.JsonShape.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - -Utils.JsonShape (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Enum Utils.JsonShape

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • java.lang.Enum<Utils.JsonShape>
    • -
    • -
        -
      • io.fastpix.sdk.utils.Utils.JsonShape
      • -
      -
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable, java.lang.Comparable<Utils.JsonShape>
    -
    -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static enum Utils.JsonShape
    -extends java.lang.Enum<Utils.JsonShape>
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Enum Constant Summary

      - - - - - - - - - - - - - - -
      Enum Constants 
      Enum ConstantDescription
      DEFAULT 
      STRING 
      -
    • -
    -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static Utils.JsonShapevalueOf​(java.lang.String name) -
      Returns the enum constant of this type with the specified name.
      -
      static Utils.JsonShape[]values() -
      Returns an array containing the constants of this enum type, in -the order they are declared.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Enum

        -clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        values

        -
        public static Utils.JsonShape[] values()
        -
        Returns an array containing the constants of this enum type, in -the order they are declared. This method may be used to iterate -over the constants as follows: -
        -for (Utils.JsonShape c : Utils.JsonShape.values())
        -    System.out.println(c);
        -
        -
        -
        Returns:
        -
        an array containing the constants of this enum type, in the order they are declared
        -
        -
      • -
      - - - -
        -
      • -

        valueOf

        -
        public static Utils.JsonShape valueOf​(java.lang.String name)
        -
        Returns the enum constant of this type with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this type. (Extraneous whitespace characters are -not permitted.)
        -
        -
        Parameters:
        -
        name - the name of the enum constant to be returned.
        -
        Returns:
        -
        the enum constant with the specified name
        -
        Throws:
        -
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        -
        java.lang.NullPointerException - if the argument is null
        -
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- - - - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html deleted file mode 100644 index 1eb6086..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.TypeReferenceWithShape.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - -Utils.TypeReferenceWithShape (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utils.TypeReferenceWithShape

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utils.TypeReferenceWithShape
    • -
    -
  • -
-
-
    -
  • -
    -
    Enclosing class:
    -
    Utils
    -
    -
    -
    public static final class Utils.TypeReferenceWithShape
    -extends java.lang.Object
    -
  • -
-
-
- -
-
- -
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.html b/build/docs/javadoc/io/fastpix/sdk/utils/Utils.html deleted file mode 100644 index f6ba8c0..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/Utils.html +++ /dev/null @@ -1,1441 +0,0 @@ - - - - - -Utils (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
- -
-
- -

Class Utils

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • io.fastpix.sdk.utils.Utils
    • -
    -
  • -
-
-
    -
  • -
    -
    public final class Utils
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
    - -
    - -
    -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static booleanallowIntrospection​(java.lang.Class<?> cls) 
      static <T> TasType​(EventStreamMessage x, - com.fasterxml.jackson.databind.ObjectMapper mapper, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) 
      static Utils.HttpResponseCachedcache​(java.net.http.HttpResponse<java.io.InputStream> response) -
      Fully reads the body of the given response and caches it in memory.
      -
      static voidcheckArgument​(boolean expression, - java.lang.String message) 
      static <T> TcheckNotNull​(T object, - java.lang.String name) 
      static HTTPRequestconfigureSecurity​(HTTPRequest request, - java.lang.Object security) 
      static booleancontentTypeMatches​(java.lang.String contentType, - java.lang.String pattern) 
      static java.lang.ObjectconvertToShape​(java.lang.Object o, - Utils.JsonShape shape, - com.fasterxml.jackson.core.type.TypeReference<?> typeReference) 
      static com.fasterxml.jackson.databind.JavaTypeconvertToStringShape​(com.fasterxml.jackson.databind.type.TypeFactory f, - com.fasterxml.jackson.databind.JavaType a) 
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      static java.net.http.HttpRequest.Buildercopy​(java.net.http.HttpRequest request, - java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter) -
      Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
      -
      static HTTPClientcreateTestHTTPClient​(SpeakeasyHTTPClient client, - java.lang.String testName) 
      static HTTPClientcreateTestHTTPClient​(java.lang.String testName) 
      static java.lang.StringdiscriminatorToString​(java.lang.Object o) 
      static <K,​V>
      java.util.Map<K,​V>
      emptyMapIfNull​(java.util.Map<K,​V> map) 
      static java.lang.StringenvironmentVariable​(java.lang.String name, - java.lang.String defaultValue) -
      Internal use.
      -
      static byte[]extractByteArrayFromBody​(java.net.http.HttpResponse<java.io.InputStream> response) 
      static <T> java.lang.StringgenerateURL​(java.lang.Class<T> type, - java.lang.String baseURL, - java.lang.String path, - java.util.Optional<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.lang.StringgenerateURL​(java.lang.Class<T> type, - java.lang.String baseURL, - java.lang.String path, - org.openapitools.jackson.nullable.JsonNullable<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.lang.StringgenerateURL​(java.lang.Class<T> type, - java.lang.String baseURL, - java.lang.String path, - T params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static java.lang.StringgenerateURL​(java.lang.String baseURL, - java.lang.String path) 
      static java.util.Map<java.lang.String,​java.util.List<java.lang.String>>getHeadersFromMetadata​(java.lang.Object headers, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.util.List<QueryParameter>getQueryParams​(java.lang.Class<T> type, - java.util.Optional<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.util.List<QueryParameter>getQueryParams​(java.lang.Class<T> type, - org.openapitools.jackson.nullable.JsonNullable<? extends T> params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static <T> java.util.List<QueryParameter>getQueryParams​(java.lang.Class<T> type, - T params, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static booleanisPresentAndNotNull​(java.util.Optional<?> x) 
      static booleanisPresentAndNotNull​(org.openapitools.jackson.nullable.JsonNullable<?> x) 
      static java.lang.Stringjson​(EventStreamMessage m, - com.fasterxml.jackson.databind.ObjectMapper mapper, - boolean dataIsPlainText) 
      static com.fasterxml.jackson.databind.ObjectMappermapper() 
      static java.lang.ObjectpopulateGlobal​(java.lang.Object value, - java.lang.String fieldName, - java.lang.String paramType, - java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals) 
      static java.lang.StringprefixBearer​(java.lang.String authHeaderValue) 
      static byte[]readBytes​(java.io.File file) 
      static byte[]readBytes​(java.io.InputStream in) 
      static byte[]readBytes​(java.lang.String filename) 
      static byte[]readBytesAndClose​(java.io.InputStream in) 
      static <T> TreadDefaultOrConstValue​(java.lang.String name, - java.lang.String json, - com.fasterxml.jackson.core.type.TypeReference<T> typeReference) 
      static voidrecordTest​(java.lang.String id) 
      static booleanreferenceEquals​(java.lang.Object a, - java.lang.Object b) 
      static java.lang.ObjectresolveOptionals​(java.lang.Object o) 
      static SerializedBodyserializeRequestBody​(java.lang.Object request, - java.lang.String requestField, - java.lang.String serializationMethod, - boolean nullable) 
      static java.lang.StringsessionKey​(java.lang.String... items) 
      static voidsetSseSentinel​(java.lang.Object o, - java.lang.String value) 
      static java.lang.StringsortJSONObjectKeys​(java.lang.String json, - java.lang.String... fields) 
      static java.lang.StringsortQueryParameters​(java.lang.String url) -
      Returns an equivalent url with query parameters sorted by name.
      -
      static java.lang.ObjectsortSerializedMaps​(java.lang.Object input, - java.lang.String regex, - java.lang.String delim) 
      static booleanstatusCodeMatches​(int statusCode, - java.lang.String... expectedStatusCodes) 
      static booleanstatusCodeMatchesOne​(int statusCode, - java.lang.String expectedStatusCode) 
      static <T> java.util.stream.Stream<T>stream​(java.util.concurrent.Callable<java.util.Optional<T>> first, - Utils.Function<T,​java.util.Optional<T>> next) 
      static java.lang.StringtemplateUrl​(java.lang.String url, - java.util.Map<java.lang.String,​java.lang.String> params) 
      static byte[]toByteArrayAndClose​(java.io.InputStream in) 
      static java.lang.StringtoHex​(byte[] bytes) 
      static java.util.List<?>toList​(java.lang.Object o) 
      static <T> java.util.Optional<T>toOptional​(org.openapitools.jackson.nullable.JsonNullable<T> a) 
      static java.lang.StringtoString​(java.lang.Class<?> cls, - java.lang.Object... items) 
      static java.lang.StringtoUtf8AndClose​(java.io.InputStream in) 
      static java.lang.StringvalToString​(java.lang.Object value) 
      static <T> TvalueOrElse​(java.util.Optional<T> value, - T valueIfNotPresent) 
      static <T> TvalueOrElse​(org.openapitools.jackson.nullable.JsonNullable<T> value, - T valueIfNotPresent) 
      static <T> TvalueOrElse​(T value, - T valueIfNotPresent) 
      static <T> TvalueOrNull​(java.util.Optional<T> value) 
      static <T> TvalueOrNull​(org.openapitools.jackson.nullable.JsonNullable<T> value) 
      static <T> TvalueOrNull​(T value) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
    -
  • -
-
-
-
    -
  • - -
    -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        referenceEquals

        -
        public static boolean referenceEquals​(java.lang.Object a,
        -                                      java.lang.Object b)
        -
      • -
      - - - -
        -
      • -

        generateURL

        -
        public static java.lang.String generateURL​(java.lang.String baseURL,
        -                                           java.lang.String path)
        -                                    throws java.lang.IllegalArgumentException,
        -                                           java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      - - - -
        -
      • -

        generateURL

        -
        public static <T> java.lang.String generateURL​(java.lang.Class<T> type,
        -                                               java.lang.String baseURL,
        -                                               java.lang.String path,
        -                                               org.openapitools.jackson.nullable.JsonNullable<? extends T> params,
        -                                               java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                        throws com.fasterxml.jackson.core.JsonProcessingException,
        -                                               java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      - - - -
        -
      • -

        generateURL

        -
        public static <T> java.lang.String generateURL​(java.lang.Class<T> type,
        -                                               java.lang.String baseURL,
        -                                               java.lang.String path,
        -                                               java.util.Optional<? extends T> params,
        -                                               java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                        throws com.fasterxml.jackson.core.JsonProcessingException,
        -                                               java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException
        -
        -
        Throws:
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        -
      • -
      - - - - - -
        -
      • -

        generateURL

        -
        public static <T> java.lang.String generateURL​(java.lang.Class<T> type,
        -                                               java.lang.String baseURL,
        -                                               java.lang.String path,
        -                                               T params,
        -                                               java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                        throws java.lang.IllegalArgumentException,
        -                                               java.lang.IllegalAccessException,
        -                                               com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Throws:
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      - - - -
        -
      • -

        contentTypeMatches

        -
        public static boolean contentTypeMatches​(java.lang.String contentType,
        -                                         java.lang.String pattern)
        -
      • -
      - - - -
        -
      • -

        allowIntrospection

        -
        public static boolean allowIntrospection​(java.lang.Class<?> cls)
        -
      • -
      - - - -
        -
      • -

        serializeRequestBody

        -
        public static SerializedBody serializeRequestBody​(java.lang.Object request,
        -                                                  java.lang.String requestField,
        -                                                  java.lang.String serializationMethod,
        -                                                  boolean nullable)
        -                                           throws java.lang.NoSuchFieldException,
        -                                                  java.lang.IllegalArgumentException,
        -                                                  java.lang.IllegalAccessException,
        -                                                  java.lang.UnsupportedOperationException,
        -                                                  java.io.IOException
        -
        -
        Throws:
        -
        java.lang.NoSuchFieldException
        -
        java.lang.IllegalArgumentException
        -
        java.lang.IllegalAccessException
        -
        java.lang.UnsupportedOperationException
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        getQueryParams

        -
        public static <T> java.util.List<QueryParameter> getQueryParams​(java.lang.Class<T> type,
        -                                                                java.util.Optional<? extends T> params,
        -                                                                java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        getQueryParams

        -
        public static <T> java.util.List<QueryParameter> getQueryParams​(java.lang.Class<T> type,
        -                                                                org.openapitools.jackson.nullable.JsonNullable<? extends T> params,
        -                                                                java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - - - -
        -
      • -

        getQueryParams

        -
        public static <T> java.util.List<QueryParameter> getQueryParams​(java.lang.Class<T> type,
        -                                                                T params,
        -                                                                java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                         throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        configureSecurity

        -
        public static HTTPRequest configureSecurity​(HTTPRequest request,
        -                                            java.lang.Object security)
        -                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        templateUrl

        -
        public static java.lang.String templateUrl​(java.lang.String url,
        -                                           java.util.Map<java.lang.String,​java.lang.String> params)
        -
      • -
      - - - -
        -
      • -

        getHeadersFromMetadata

        -
        public static java.util.Map<java.lang.String,​java.util.List<java.lang.String>> getHeadersFromMetadata​(java.lang.Object headers,
        -                                                                                                            java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -                                                                                                     throws java.lang.Exception
        -
        -
        Throws:
        -
        java.lang.Exception
        -
        -
      • -
      - - - -
        -
      • -

        valToString

        -
        public static java.lang.String valToString​(java.lang.Object value)
        -
      • -
      - - - -
        -
      • -

        prefixBearer

        -
        public static java.lang.String prefixBearer​(java.lang.String authHeaderValue)
        -
      • -
      - - - -
        -
      • -

        populateGlobal

        -
        public static java.lang.Object populateGlobal​(java.lang.Object value,
        -                                              java.lang.String fieldName,
        -                                              java.lang.String paramType,
        -                                              java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>>> globals)
        -
      • -
      - - - - - -
        -
      • -

        checkNotNull

        -
        public static <T> T checkNotNull​(T object,
        -                                 java.lang.String name)
        -
      • -
      - - - -
        -
      • -

        checkArgument

        -
        public static void checkArgument​(boolean expression,
        -                                 java.lang.String message)
        -
      • -
      - - - -
        -
      • -

        emptyMapIfNull

        -
        public static <K,​V> java.util.Map<K,​V> emptyMapIfNull​(java.util.Map<K,​V> map)
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public static java.lang.String toString​(java.lang.Class<?> cls,
        -                                        java.lang.Object... items)
        -
      • -
      - - - -
        -
      • -

        resolveOptionals

        -
        public static java.lang.Object resolveOptionals​(java.lang.Object o)
        -
      • -
      - - - -
        -
      • -

        toList

        -
        public static java.util.List<?> toList​(java.lang.Object o)
        -
      • -
      - - - -
        -
      • -

        readDefaultOrConstValue

        -
        public static <T> T readDefaultOrConstValue​(java.lang.String name,
        -                                            java.lang.String json,
        -                                            com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      - - - -
        -
      • -

        extractByteArrayFromBody

        -
        public static byte[] extractByteArrayFromBody​(java.net.http.HttpResponse<java.io.InputStream> response)
        -                                       throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        toByteArrayAndClose

        -
        public static byte[] toByteArrayAndClose​(java.io.InputStream in)
        -                                  throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        toUtf8AndClose

        -
        public static java.lang.String toUtf8AndClose​(java.io.InputStream in)
        -                                       throws java.io.IOException
        -
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        convertToShape

        -
        public static java.lang.Object convertToShape​(java.lang.Object o,
        -                                              Utils.JsonShape shape,
        -                                              com.fasterxml.jackson.core.type.TypeReference<?> typeReference)
        -
      • -
      - - - -
        -
      • -

        convertToStringShape

        -
        public static com.fasterxml.jackson.databind.JavaType convertToStringShape​(com.fasterxml.jackson.databind.type.TypeFactory f,
        -                                                                           com.fasterxml.jackson.databind.JavaType a)
        -
      • -
      - - - -
        -
      • -

        stream

        -
        public static <T> java.util.stream.Stream<T> stream​(java.util.concurrent.Callable<java.util.Optional<T>> first,
        -                                                    Utils.Function<T,​java.util.Optional<T>> next)
        -
      • -
      - - - -
        -
      • -

        statusCodeMatches

        -
        public static boolean statusCodeMatches​(int statusCode,
        -                                        java.lang.String... expectedStatusCodes)
        -
      • -
      - - - -
        -
      • -

        statusCodeMatchesOne

        -
        public static boolean statusCodeMatchesOne​(int statusCode,
        -                                           java.lang.String expectedStatusCode)
        -
      • -
      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
        -
        -
        Parameters:
        -
        request - request to copy
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        copy

        -
        public static java.net.http.HttpRequest.Builder copy​(java.net.http.HttpRequest request,
        -                                                     java.util.function.BiPredicate<java.lang.String,​java.lang.String> filter)
        -
        Returns an HttpRequest.Builder which is initialized with the - state of the given HttpRequest.
        -
        -
        Parameters:
        -
        request - request to copy
        -
        filter - selects which header key-values to include in the copied request
        -
        Returns:
        -
        a builder initialized with values from request
        -
        -
      • -
      - - - -
        -
      • -

        mapper

        -
        public static com.fasterxml.jackson.databind.ObjectMapper mapper()
        -
      • -
      - - - -
        -
      • -

        asType

        -
        public static <T> T asType​(EventStreamMessage x,
        -                           com.fasterxml.jackson.databind.ObjectMapper mapper,
        -                           com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
        -
      • -
      - - - -
        -
      • -

        json

        -
        public static java.lang.String json​(EventStreamMessage m,
        -                                    com.fasterxml.jackson.databind.ObjectMapper mapper,
        -                                    boolean dataIsPlainText)
        -                             throws com.fasterxml.jackson.core.JsonProcessingException
        -
        -
        Throws:
        -
        com.fasterxml.jackson.core.JsonProcessingException
        -
        -
      • -
      - - - -
        -
      • -

        cache

        -
        public static Utils.HttpResponseCached cache​(java.net.http.HttpResponse<java.io.InputStream> response)
        -                                      throws java.io.IOException
        -
        Fully reads the body of the given response and caches it in memory. The - returned response has utility methods to view the body - (bodyAsUtf8(), bodyAsBytes() and the body() method can be - called multiple times, each returning a fresh InputStream that will - read from the cached byte array. - -

        - This method is most likely to be used in a diagnostic/logging situtation so - that the contents of a response can be viewed without affecting processing. - Using this method with a very large body may be problematic in - terms of memory use.

        -
        -
        Parameters:
        -
        response - response to cache
        -
        Returns:
        -
        response with a cached body
        -
        Throws:
        -
        java.io.IOException
        -
        -
      • -
      - - - -
        -
      • -

        readBytes

        -
        public static byte[] readBytes​(java.lang.String filename)
        -
      • -
      - - - -
        -
      • -

        readBytes

        -
        public static byte[] readBytes​(java.io.File file)
        -
      • -
      - - - -
        -
      • -

        readBytesAndClose

        -
        public static byte[] readBytesAndClose​(java.io.InputStream in)
        -
      • -
      - - - -
        -
      • -

        readBytes

        -
        public static byte[] readBytes​(java.io.InputStream in)
        -
      • -
      - - - -
        -
      • -

        toHex

        -
        public static java.lang.String toHex​(byte[] bytes)
        -
      • -
      - - - -
        -
      • -

        discriminatorToString

        -
        public static java.lang.String discriminatorToString​(java.lang.Object o)
        -
      • -
      - - - -
        -
      • -

        recordTest

        -
        public static void recordTest​(java.lang.String id)
        -
      • -
      - - - -
        -
      • -

        sortQueryParameters

        -
        public static java.lang.String sortQueryParameters​(java.lang.String url)
        -
        Returns an equivalent url with query parameters sorted by name. Sort is - stable in that parameters with the same name will not be reordered.
        -
        -
        Parameters:
        -
        url - input
        -
        Returns:
        -
        url with query parameters sorted by name
        -
        -
      • -
      - - - -
        -
      • -

        sortSerializedMaps

        -
        public static java.lang.Object sortSerializedMaps​(java.lang.Object input,
        -                                                  java.lang.String regex,
        -                                                  java.lang.String delim)
        -
      • -
      - - - -
        -
      • -

        isPresentAndNotNull

        -
        public static boolean isPresentAndNotNull​(java.util.Optional<?> x)
        -
      • -
      - - - -
        -
      • -

        isPresentAndNotNull

        -
        public static boolean isPresentAndNotNull​(org.openapitools.jackson.nullable.JsonNullable<?> x)
        -
      • -
      - - - -
        -
      • -

        setSseSentinel

        -
        public static void setSseSentinel​(java.lang.Object o,
        -                                  java.lang.String value)
        -
      • -
      - - - -
        -
      • -

        sessionKey

        -
        public static java.lang.String sessionKey​(java.lang.String... items)
        -
      • -
      - - - -
        -
      • -

        createTestHTTPClient

        -
        public static HTTPClient createTestHTTPClient​(java.lang.String testName)
        -
      • -
      - - - - - - - -
        -
      • -

        environmentVariable

        -
        public static java.lang.String environmentVariable​(java.lang.String name,
        -                                                   java.lang.String defaultValue)
        -
        Internal use. Returns the system property with key = "env." + name - and if doesn't exist returns the value of the environment variable with the - given name of if it doesn't exist returns defaultValue.
        -
        -
        Parameters:
        -
        name - variable name
        -
        defaultValue - default value if system property and environment variable - don't exist
        -
        Returns:
        -
        system property with name prepended with ".env" or environment - variable of given name or default value
        -
        -
      • -
      - - - -
        -
      • -

        toOptional

        -
        public static <T> java.util.Optional<T> toOptional​(org.openapitools.jackson.nullable.JsonNullable<T> a)
        -
      • -
      - - - -
        -
      • -

        sortJSONObjectKeys

        -
        public static java.lang.String sortJSONObjectKeys​(java.lang.String json,
        -                                                  java.lang.String... fields)
        -
      • -
      - - - - - -
        -
      • -

        valueOrElse

        -
        public static <T> T valueOrElse​(T value,
        -                                T valueIfNotPresent)
        -
      • -
      - - - - - -
        -
      • -

        valueOrElse

        -
        public static <T> T valueOrElse​(java.util.Optional<T> value,
        -                                T valueIfNotPresent)
        -
      • -
      - - - - - -
        -
      • -

        valueOrElse

        -
        public static <T> T valueOrElse​(org.openapitools.jackson.nullable.JsonNullable<T> value,
        -                                T valueIfNotPresent)
        -
      • -
      - - - - - -
        -
      • -

        valueOrNull

        -
        public static <T> T valueOrNull​(T value)
        -
      • -
      - - - -
        -
      • -

        valueOrNull

        -
        public static <T> T valueOrNull​(java.util.Optional<T> value)
        -
      • -
      - - - -
        -
      • -

        valueOrNull

        -
        public static <T> T valueOrNull​(org.openapitools.jackson.nullable.JsonNullable<T> value)
        -
      • -
      -
    • -
    -
    -
  • -
-
-
-
- -
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html b/build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html deleted file mode 100644 index 47c3a16..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/package-summary.html +++ /dev/null @@ -1,521 +0,0 @@ - - - - - -io.fastpix.sdk.utils (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Package io.fastpix.sdk.utils

-
-
- -
-
-
- -
- - diff --git a/build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html b/build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html deleted file mode 100644 index 527749e..0000000 --- a/build/docs/javadoc/io/fastpix/sdk/utils/package-tree.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -io.fastpix.sdk.utils Class Hierarchy (fastpix 0.1.0 API) - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package io.fastpix.sdk.utils

-Package Hierarchies: - -
-
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-

Annotation Type Hierarchy

-
    -
  • io.fastpix.sdk.utils.SpeakeasyMetadata (implements java.lang.annotation.Annotation)
  • -
-
-
-

Enum Hierarchy

- -
-
-
- - - diff --git a/build/docs/javadoc/jquery-ui.overrides.css b/build/docs/javadoc/jquery-ui.overrides.css deleted file mode 100644 index facf852..0000000 --- a/build/docs/javadoc/jquery-ui.overrides.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active, -a.ui-button:active, -.ui-button:active, -.ui-button.ui-state-active:hover { - /* Overrides the color of selection used in jQuery UI */ - background: #F8981D; - border: 1px solid #F8981D; -} diff --git a/build/docs/javadoc/jquery/external/jquery/jquery.js b/build/docs/javadoc/jquery/external/jquery/jquery.js deleted file mode 100644 index 5093733..0000000 --- a/build/docs/javadoc/jquery/external/jquery/jquery.js +++ /dev/null @@ -1,10872 +0,0 @@ -/*! - * jQuery JavaScript Library v3.5.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2020-05-04T22:49Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var flat = arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.5.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.5 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2020-03-14 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem.namespaceURI, - docElem = ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces "; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - return result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px"; - tr.style.height = "1px"; - trChild.style.height = "9px"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( - dataPriv.get( cur, "events" ) || Object.create( null ) - )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = { guid: Date.now() }; - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script - if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "\r\n"; - -// inject VBScript -document.write(IEBinaryToArray_ByteStr_Script); - -global.JSZipUtils._getBinaryFromXHR = function (xhr) { - var binary = xhr.responseBody; - var byteMapping = {}; - for ( var i = 0; i < 256; i++ ) { - for ( var j = 0; j < 256; j++ ) { - byteMapping[ String.fromCharCode( i + (j << 8) ) ] = - String.fromCharCode(i) + String.fromCharCode(j); - } - } - var rawBytes = IEBinaryToArray_ByteStr(binary); - var lastChr = IEBinaryToArray_ByteStr_Last(binary); - return rawBytes.replace(/[\s\S]/g, function( match ) { - return byteMapping[match]; - }) + lastChr; -}; - -// enforcing Stuk's coding style -// vim: set shiftwidth=4 softtabstop=4: - -},{}]},{},[1]) -; diff --git a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js b/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js deleted file mode 100644 index 93d8bc8..0000000 --- a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils-ie.min.js +++ /dev/null @@ -1,10 +0,0 @@ -/*! - -JSZipUtils - A collection of cross-browser utilities to go along with JSZip. - - -(c) 2014 Stuart Knightley, David Duponchel -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown. - -*/ -!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g\r\n";document.write(b),a.JSZipUtils._getBinaryFromXHR=function(a){for(var b=a.responseBody,c={},d=0;256>d;d++)for(var e=0;256>e;e++)c[String.fromCharCode(d+(e<<8))]=String.fromCharCode(d)+String.fromCharCode(e);var f=IEBinaryToArray_ByteStr(b),g=IEBinaryToArray_ByteStr_Last(b);return f.replace(/[\s\S]/g,function(a){return c[a]})+g}},{}]},{},[1]); diff --git a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js b/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js deleted file mode 100644 index 775895e..0000000 --- a/build/docs/javadoc/jquery/jszip-utils/dist/jszip-utils.js +++ /dev/null @@ -1,118 +0,0 @@ -/*! - -JSZipUtils - A collection of cross-browser utilities to go along with JSZip. - - -(c) 2014 Stuart Knightley, David Duponchel -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown. - -*/ -!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.JSZipUtils=e():"undefined"!=typeof global?global.JSZipUtils=e():"undefined"!=typeof self&&(self.JSZipUtils=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o - -(c) 2014 Stuart Knightley, David Duponchel -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown. - -*/ -!function(a){"object"==typeof exports?module.exports=a():"function"==typeof define&&define.amd?define(a):"undefined"!=typeof window?window.JSZipUtils=a():"undefined"!=typeof global?global.JSZipUtils=a():"undefined"!=typeof self&&(self.JSZipUtils=a())}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g - -(c) 2009-2016 Stuart Knightley -Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/master/LICENSE.markdown. - -JSZip uses the library pako released under the MIT license : -https://github.com/nodeca/pako/blob/master/LICENSE -*/ - -(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.JSZip = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o> 2; - enc2 = ((chr1 & 3) << 4) | (chr2 >> 4); - enc3 = remainingBytes > 1 ? (((chr2 & 15) << 2) | (chr3 >> 6)) : 64; - enc4 = remainingBytes > 2 ? (chr3 & 63) : 64; - - output.push(_keyStr.charAt(enc1) + _keyStr.charAt(enc2) + _keyStr.charAt(enc3) + _keyStr.charAt(enc4)); - - } - - return output.join(""); -}; - -// public method for decoding -exports.decode = function(input) { - var chr1, chr2, chr3; - var enc1, enc2, enc3, enc4; - var i = 0, resultIndex = 0; - - var dataUrlPrefix = "data:"; - - if (input.substr(0, dataUrlPrefix.length) === dataUrlPrefix) { - // This is a common error: people give a data url - // (data:image/png;base64,iVBOR...) with a {base64: true} and - // wonders why things don't work. - // We can detect that the string input looks like a data url but we - // *can't* be sure it is one: removing everything up to the comma would - // be too dangerous. - throw new Error("Invalid base64 input, it looks like a data url."); - } - - input = input.replace(/[^A-Za-z0-9\+\/\=]/g, ""); - - var totalLength = input.length * 3 / 4; - if(input.charAt(input.length - 1) === _keyStr.charAt(64)) { - totalLength--; - } - if(input.charAt(input.length - 2) === _keyStr.charAt(64)) { - totalLength--; - } - if (totalLength % 1 !== 0) { - // totalLength is not an integer, the length does not match a valid - // base64 content. That can happen if: - // - the input is not a base64 content - // - the input is *almost* a base64 content, with a extra chars at the - // beginning or at the end - // - the input uses a base64 variant (base64url for example) - throw new Error("Invalid base64 input, bad content length."); - } - var output; - if (support.uint8array) { - output = new Uint8Array(totalLength|0); - } else { - output = new Array(totalLength|0); - } - - while (i < input.length) { - - enc1 = _keyStr.indexOf(input.charAt(i++)); - enc2 = _keyStr.indexOf(input.charAt(i++)); - enc3 = _keyStr.indexOf(input.charAt(i++)); - enc4 = _keyStr.indexOf(input.charAt(i++)); - - chr1 = (enc1 << 2) | (enc2 >> 4); - chr2 = ((enc2 & 15) << 4) | (enc3 >> 2); - chr3 = ((enc3 & 3) << 6) | enc4; - - output[resultIndex++] = chr1; - - if (enc3 !== 64) { - output[resultIndex++] = chr2; - } - if (enc4 !== 64) { - output[resultIndex++] = chr3; - } - - } - - return output; -}; - -},{"./support":30,"./utils":32}],2:[function(require,module,exports){ -'use strict'; - -var external = require("./external"); -var DataWorker = require('./stream/DataWorker'); -var Crc32Probe = require('./stream/Crc32Probe'); -var DataLengthProbe = require('./stream/DataLengthProbe'); - -/** - * Represent a compressed object, with everything needed to decompress it. - * @constructor - * @param {number} compressedSize the size of the data compressed. - * @param {number} uncompressedSize the size of the data after decompression. - * @param {number} crc32 the crc32 of the decompressed file. - * @param {object} compression the type of compression, see lib/compressions.js. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the compressed data. - */ -function CompressedObject(compressedSize, uncompressedSize, crc32, compression, data) { - this.compressedSize = compressedSize; - this.uncompressedSize = uncompressedSize; - this.crc32 = crc32; - this.compression = compression; - this.compressedContent = data; -} - -CompressedObject.prototype = { - /** - * Create a worker to get the uncompressed content. - * @return {GenericWorker} the worker. - */ - getContentWorker: function () { - var worker = new DataWorker(external.Promise.resolve(this.compressedContent)) - .pipe(this.compression.uncompressWorker()) - .pipe(new DataLengthProbe("data_length")); - - var that = this; - worker.on("end", function () { - if (this.streamInfo['data_length'] !== that.uncompressedSize) { - throw new Error("Bug : uncompressed data size mismatch"); - } - }); - return worker; - }, - /** - * Create a worker to get the compressed content. - * @return {GenericWorker} the worker. - */ - getCompressedWorker: function () { - return new DataWorker(external.Promise.resolve(this.compressedContent)) - .withStreamInfo("compressedSize", this.compressedSize) - .withStreamInfo("uncompressedSize", this.uncompressedSize) - .withStreamInfo("crc32", this.crc32) - .withStreamInfo("compression", this.compression) - ; - } -}; - -/** - * Chain the given worker with other workers to compress the content with the - * given compression. - * @param {GenericWorker} uncompressedWorker the worker to pipe. - * @param {Object} compression the compression object. - * @param {Object} compressionOptions the options to use when compressing. - * @return {GenericWorker} the new worker compressing the content. - */ -CompressedObject.createWorkerFrom = function (uncompressedWorker, compression, compressionOptions) { - return uncompressedWorker - .pipe(new Crc32Probe()) - .pipe(new DataLengthProbe("uncompressedSize")) - .pipe(compression.compressWorker(compressionOptions)) - .pipe(new DataLengthProbe("compressedSize")) - .withStreamInfo("compression", compression); -}; - -module.exports = CompressedObject; - -},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(require,module,exports){ -'use strict'; - -var GenericWorker = require("./stream/GenericWorker"); - -exports.STORE = { - magic: "\x00\x00", - compressWorker : function (compressionOptions) { - return new GenericWorker("STORE compression"); - }, - uncompressWorker : function () { - return new GenericWorker("STORE decompression"); - } -}; -exports.DEFLATE = require('./flate'); - -},{"./flate":7,"./stream/GenericWorker":28}],4:[function(require,module,exports){ -'use strict'; - -var utils = require('./utils'); - -/** - * The following functions come from pako, from pako/lib/zlib/crc32.js - * released under the MIT license, see pako https://github.com/nodeca/pako/ - */ - -// Use ordinary array, since untyped makes no boost here -function makeTable() { - var c, table = []; - - for(var n =0; n < 256; n++){ - c = n; - for(var k =0; k < 8; k++){ - c = ((c&1) ? (0xEDB88320 ^ (c >>> 1)) : (c >>> 1)); - } - table[n] = c; - } - - return table; -} - -// Create table on load. Just 255 signed longs. Not a problem. -var crcTable = makeTable(); - - -function crc32(crc, buf, len, pos) { - var t = crcTable, end = pos + len; - - crc = crc ^ (-1); - - for (var i = pos; i < end; i++ ) { - crc = (crc >>> 8) ^ t[(crc ^ buf[i]) & 0xFF]; - } - - return (crc ^ (-1)); // >>> 0; -} - -// That's all for the pako functions. - -/** - * Compute the crc32 of a string. - * This is almost the same as the function crc32, but for strings. Using the - * same function for the two use cases leads to horrible performances. - * @param {Number} crc the starting value of the crc. - * @param {String} str the string to use. - * @param {Number} len the length of the string. - * @param {Number} pos the starting position for the crc32 computation. - * @return {Number} the computed crc32. - */ -function crc32str(crc, str, len, pos) { - var t = crcTable, end = pos + len; - - crc = crc ^ (-1); - - for (var i = pos; i < end; i++ ) { - crc = (crc >>> 8) ^ t[(crc ^ str.charCodeAt(i)) & 0xFF]; - } - - return (crc ^ (-1)); // >>> 0; -} - -module.exports = function crc32wrapper(input, crc) { - if (typeof input === "undefined" || !input.length) { - return 0; - } - - var isArray = utils.getTypeOf(input) !== "string"; - - if(isArray) { - return crc32(crc|0, input, input.length, 0); - } else { - return crc32str(crc|0, input, input.length, 0); - } -}; - -},{"./utils":32}],5:[function(require,module,exports){ -'use strict'; -exports.base64 = false; -exports.binary = false; -exports.dir = false; -exports.createFolders = true; -exports.date = null; -exports.compression = null; -exports.compressionOptions = null; -exports.comment = null; -exports.unixPermissions = null; -exports.dosPermissions = null; - -},{}],6:[function(require,module,exports){ -/* global Promise */ -'use strict'; - -// load the global object first: -// - it should be better integrated in the system (unhandledRejection in node) -// - the environment may have a custom Promise implementation (see zone.js) -var ES6Promise = null; -if (typeof Promise !== "undefined") { - ES6Promise = Promise; -} else { - ES6Promise = require("lie"); -} - -/** - * Let the user use/change some implementations. - */ -module.exports = { - Promise: ES6Promise -}; - -},{"lie":37}],7:[function(require,module,exports){ -'use strict'; -var USE_TYPEDARRAY = (typeof Uint8Array !== 'undefined') && (typeof Uint16Array !== 'undefined') && (typeof Uint32Array !== 'undefined'); - -var pako = require("pako"); -var utils = require("./utils"); -var GenericWorker = require("./stream/GenericWorker"); - -var ARRAY_TYPE = USE_TYPEDARRAY ? "uint8array" : "array"; - -exports.magic = "\x08\x00"; - -/** - * Create a worker that uses pako to inflate/deflate. - * @constructor - * @param {String} action the name of the pako function to call : either "Deflate" or "Inflate". - * @param {Object} options the options to use when (de)compressing. - */ -function FlateWorker(action, options) { - GenericWorker.call(this, "FlateWorker/" + action); - - this._pako = null; - this._pakoAction = action; - this._pakoOptions = options; - // the `meta` object from the last chunk received - // this allow this worker to pass around metadata - this.meta = {}; -} - -utils.inherits(FlateWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -FlateWorker.prototype.processChunk = function (chunk) { - this.meta = chunk.meta; - if (this._pako === null) { - this._createPako(); - } - this._pako.push(utils.transformTo(ARRAY_TYPE, chunk.data), false); -}; - -/** - * @see GenericWorker.flush - */ -FlateWorker.prototype.flush = function () { - GenericWorker.prototype.flush.call(this); - if (this._pako === null) { - this._createPako(); - } - this._pako.push([], true); -}; -/** - * @see GenericWorker.cleanUp - */ -FlateWorker.prototype.cleanUp = function () { - GenericWorker.prototype.cleanUp.call(this); - this._pako = null; -}; - -/** - * Create the _pako object. - * TODO: lazy-loading this object isn't the best solution but it's the - * quickest. The best solution is to lazy-load the worker list. See also the - * issue #446. - */ -FlateWorker.prototype._createPako = function () { - this._pako = new pako[this._pakoAction]({ - raw: true, - level: this._pakoOptions.level || -1 // default compression - }); - var self = this; - this._pako.onData = function(data) { - self.push({ - data : data, - meta : self.meta - }); - }; -}; - -exports.compressWorker = function (compressionOptions) { - return new FlateWorker("Deflate", compressionOptions); -}; -exports.uncompressWorker = function () { - return new FlateWorker("Inflate", {}); -}; - -},{"./stream/GenericWorker":28,"./utils":32,"pako":38}],8:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var GenericWorker = require('../stream/GenericWorker'); -var utf8 = require('../utf8'); -var crc32 = require('../crc32'); -var signature = require('../signature'); - -/** - * Transform an integer into a string in hexadecimal. - * @private - * @param {number} dec the number to convert. - * @param {number} bytes the number of bytes to generate. - * @returns {string} the result. - */ -var decToHex = function(dec, bytes) { - var hex = "", i; - for (i = 0; i < bytes; i++) { - hex += String.fromCharCode(dec & 0xff); - dec = dec >>> 8; - } - return hex; -}; - -/** - * Generate the UNIX part of the external file attributes. - * @param {Object} unixPermissions the unix permissions or null. - * @param {Boolean} isDir true if the entry is a directory, false otherwise. - * @return {Number} a 32 bit integer. - * - * adapted from http://unix.stackexchange.com/questions/14705/the-zip-formats-external-file-attribute : - * - * TTTTsstrwxrwxrwx0000000000ADVSHR - * ^^^^____________________________ file type, see zipinfo.c (UNX_*) - * ^^^_________________________ setuid, setgid, sticky - * ^^^^^^^^^________________ permissions - * ^^^^^^^^^^______ not used ? - * ^^^^^^ DOS attribute bits : Archive, Directory, Volume label, System file, Hidden, Read only - */ -var generateUnixExternalFileAttr = function (unixPermissions, isDir) { - - var result = unixPermissions; - if (!unixPermissions) { - // I can't use octal values in strict mode, hence the hexa. - // 040775 => 0x41fd - // 0100664 => 0x81b4 - result = isDir ? 0x41fd : 0x81b4; - } - return (result & 0xFFFF) << 16; -}; - -/** - * Generate the DOS part of the external file attributes. - * @param {Object} dosPermissions the dos permissions or null. - * @param {Boolean} isDir true if the entry is a directory, false otherwise. - * @return {Number} a 32 bit integer. - * - * Bit 0 Read-Only - * Bit 1 Hidden - * Bit 2 System - * Bit 3 Volume Label - * Bit 4 Directory - * Bit 5 Archive - */ -var generateDosExternalFileAttr = function (dosPermissions, isDir) { - - // the dir flag is already set for compatibility - return (dosPermissions || 0) & 0x3F; -}; - -/** - * Generate the various parts used in the construction of the final zip file. - * @param {Object} streamInfo the hash with information about the compressed file. - * @param {Boolean} streamedContent is the content streamed ? - * @param {Boolean} streamingEnded is the stream finished ? - * @param {number} offset the current offset from the start of the zip file. - * @param {String} platform let's pretend we are this platform (change platform dependents fields) - * @param {Function} encodeFileName the function to encode the file name / comment. - * @return {Object} the zip parts. - */ -var generateZipParts = function(streamInfo, streamedContent, streamingEnded, offset, platform, encodeFileName) { - var file = streamInfo['file'], - compression = streamInfo['compression'], - useCustomEncoding = encodeFileName !== utf8.utf8encode, - encodedFileName = utils.transformTo("string", encodeFileName(file.name)), - utfEncodedFileName = utils.transformTo("string", utf8.utf8encode(file.name)), - comment = file.comment, - encodedComment = utils.transformTo("string", encodeFileName(comment)), - utfEncodedComment = utils.transformTo("string", utf8.utf8encode(comment)), - useUTF8ForFileName = utfEncodedFileName.length !== file.name.length, - useUTF8ForComment = utfEncodedComment.length !== comment.length, - dosTime, - dosDate, - extraFields = "", - unicodePathExtraField = "", - unicodeCommentExtraField = "", - dir = file.dir, - date = file.date; - - - var dataInfo = { - crc32 : 0, - compressedSize : 0, - uncompressedSize : 0 - }; - - // if the content is streamed, the sizes/crc32 are only available AFTER - // the end of the stream. - if (!streamedContent || streamingEnded) { - dataInfo.crc32 = streamInfo['crc32']; - dataInfo.compressedSize = streamInfo['compressedSize']; - dataInfo.uncompressedSize = streamInfo['uncompressedSize']; - } - - var bitflag = 0; - if (streamedContent) { - // Bit 3: the sizes/crc32 are set to zero in the local header. - // The correct values are put in the data descriptor immediately - // following the compressed data. - bitflag |= 0x0008; - } - if (!useCustomEncoding && (useUTF8ForFileName || useUTF8ForComment)) { - // Bit 11: Language encoding flag (EFS). - bitflag |= 0x0800; - } - - - var extFileAttr = 0; - var versionMadeBy = 0; - if (dir) { - // dos or unix, we set the dos dir flag - extFileAttr |= 0x00010; - } - if(platform === "UNIX") { - versionMadeBy = 0x031E; // UNIX, version 3.0 - extFileAttr |= generateUnixExternalFileAttr(file.unixPermissions, dir); - } else { // DOS or other, fallback to DOS - versionMadeBy = 0x0014; // DOS, version 2.0 - extFileAttr |= generateDosExternalFileAttr(file.dosPermissions, dir); - } - - // date - // @see http://www.delorie.com/djgpp/doc/rbinter/it/52/13.html - // @see http://www.delorie.com/djgpp/doc/rbinter/it/65/16.html - // @see http://www.delorie.com/djgpp/doc/rbinter/it/66/16.html - - dosTime = date.getUTCHours(); - dosTime = dosTime << 6; - dosTime = dosTime | date.getUTCMinutes(); - dosTime = dosTime << 5; - dosTime = dosTime | date.getUTCSeconds() / 2; - - dosDate = date.getUTCFullYear() - 1980; - dosDate = dosDate << 4; - dosDate = dosDate | (date.getUTCMonth() + 1); - dosDate = dosDate << 5; - dosDate = dosDate | date.getUTCDate(); - - if (useUTF8ForFileName) { - // set the unicode path extra field. unzip needs at least one extra - // field to correctly handle unicode path, so using the path is as good - // as any other information. This could improve the situation with - // other archive managers too. - // This field is usually used without the utf8 flag, with a non - // unicode path in the header (winrar, winzip). This helps (a bit) - // with the messy Windows' default compressed folders feature but - // breaks on p7zip which doesn't seek the unicode path extra field. - // So for now, UTF-8 everywhere ! - unicodePathExtraField = - // Version - decToHex(1, 1) + - // NameCRC32 - decToHex(crc32(encodedFileName), 4) + - // UnicodeName - utfEncodedFileName; - - extraFields += - // Info-ZIP Unicode Path Extra Field - "\x75\x70" + - // size - decToHex(unicodePathExtraField.length, 2) + - // content - unicodePathExtraField; - } - - if(useUTF8ForComment) { - - unicodeCommentExtraField = - // Version - decToHex(1, 1) + - // CommentCRC32 - decToHex(crc32(encodedComment), 4) + - // UnicodeName - utfEncodedComment; - - extraFields += - // Info-ZIP Unicode Path Extra Field - "\x75\x63" + - // size - decToHex(unicodeCommentExtraField.length, 2) + - // content - unicodeCommentExtraField; - } - - var header = ""; - - // version needed to extract - header += "\x0A\x00"; - // general purpose bit flag - header += decToHex(bitflag, 2); - // compression method - header += compression.magic; - // last mod file time - header += decToHex(dosTime, 2); - // last mod file date - header += decToHex(dosDate, 2); - // crc-32 - header += decToHex(dataInfo.crc32, 4); - // compressed size - header += decToHex(dataInfo.compressedSize, 4); - // uncompressed size - header += decToHex(dataInfo.uncompressedSize, 4); - // file name length - header += decToHex(encodedFileName.length, 2); - // extra field length - header += decToHex(extraFields.length, 2); - - - var fileRecord = signature.LOCAL_FILE_HEADER + header + encodedFileName + extraFields; - - var dirRecord = signature.CENTRAL_FILE_HEADER + - // version made by (00: DOS) - decToHex(versionMadeBy, 2) + - // file header (common to file and central directory) - header + - // file comment length - decToHex(encodedComment.length, 2) + - // disk number start - "\x00\x00" + - // internal file attributes TODO - "\x00\x00" + - // external file attributes - decToHex(extFileAttr, 4) + - // relative offset of local header - decToHex(offset, 4) + - // file name - encodedFileName + - // extra field - extraFields + - // file comment - encodedComment; - - return { - fileRecord: fileRecord, - dirRecord: dirRecord - }; -}; - -/** - * Generate the EOCD record. - * @param {Number} entriesCount the number of entries in the zip file. - * @param {Number} centralDirLength the length (in bytes) of the central dir. - * @param {Number} localDirLength the length (in bytes) of the local dir. - * @param {String} comment the zip file comment as a binary string. - * @param {Function} encodeFileName the function to encode the comment. - * @return {String} the EOCD record. - */ -var generateCentralDirectoryEnd = function (entriesCount, centralDirLength, localDirLength, comment, encodeFileName) { - var dirEnd = ""; - var encodedComment = utils.transformTo("string", encodeFileName(comment)); - - // end of central dir signature - dirEnd = signature.CENTRAL_DIRECTORY_END + - // number of this disk - "\x00\x00" + - // number of the disk with the start of the central directory - "\x00\x00" + - // total number of entries in the central directory on this disk - decToHex(entriesCount, 2) + - // total number of entries in the central directory - decToHex(entriesCount, 2) + - // size of the central directory 4 bytes - decToHex(centralDirLength, 4) + - // offset of start of central directory with respect to the starting disk number - decToHex(localDirLength, 4) + - // .ZIP file comment length - decToHex(encodedComment.length, 2) + - // .ZIP file comment - encodedComment; - - return dirEnd; -}; - -/** - * Generate data descriptors for a file entry. - * @param {Object} streamInfo the hash generated by a worker, containing information - * on the file entry. - * @return {String} the data descriptors. - */ -var generateDataDescriptors = function (streamInfo) { - var descriptor = ""; - descriptor = signature.DATA_DESCRIPTOR + - // crc-32 4 bytes - decToHex(streamInfo['crc32'], 4) + - // compressed size 4 bytes - decToHex(streamInfo['compressedSize'], 4) + - // uncompressed size 4 bytes - decToHex(streamInfo['uncompressedSize'], 4); - - return descriptor; -}; - - -/** - * A worker to concatenate other workers to create a zip file. - * @param {Boolean} streamFiles `true` to stream the content of the files, - * `false` to accumulate it. - * @param {String} comment the comment to use. - * @param {String} platform the platform to use, "UNIX" or "DOS". - * @param {Function} encodeFileName the function to encode file names and comments. - */ -function ZipFileWorker(streamFiles, comment, platform, encodeFileName) { - GenericWorker.call(this, "ZipFileWorker"); - // The number of bytes written so far. This doesn't count accumulated chunks. - this.bytesWritten = 0; - // The comment of the zip file - this.zipComment = comment; - // The platform "generating" the zip file. - this.zipPlatform = platform; - // the function to encode file names and comments. - this.encodeFileName = encodeFileName; - // Should we stream the content of the files ? - this.streamFiles = streamFiles; - // If `streamFiles` is false, we will need to accumulate the content of the - // files to calculate sizes / crc32 (and write them *before* the content). - // This boolean indicates if we are accumulating chunks (it will change a lot - // during the lifetime of this worker). - this.accumulate = false; - // The buffer receiving chunks when accumulating content. - this.contentBuffer = []; - // The list of generated directory records. - this.dirRecords = []; - // The offset (in bytes) from the beginning of the zip file for the current source. - this.currentSourceOffset = 0; - // The total number of entries in this zip file. - this.entriesCount = 0; - // the name of the file currently being added, null when handling the end of the zip file. - // Used for the emitted metadata. - this.currentFile = null; - - - - this._sources = []; -} -utils.inherits(ZipFileWorker, GenericWorker); - -/** - * @see GenericWorker.push - */ -ZipFileWorker.prototype.push = function (chunk) { - - var currentFilePercent = chunk.meta.percent || 0; - var entriesCount = this.entriesCount; - var remainingFiles = this._sources.length; - - if(this.accumulate) { - this.contentBuffer.push(chunk); - } else { - this.bytesWritten += chunk.data.length; - - GenericWorker.prototype.push.call(this, { - data : chunk.data, - meta : { - currentFile : this.currentFile, - percent : entriesCount ? (currentFilePercent + 100 * (entriesCount - remainingFiles - 1)) / entriesCount : 100 - } - }); - } -}; - -/** - * The worker started a new source (an other worker). - * @param {Object} streamInfo the streamInfo object from the new source. - */ -ZipFileWorker.prototype.openedSource = function (streamInfo) { - this.currentSourceOffset = this.bytesWritten; - this.currentFile = streamInfo['file'].name; - - var streamedContent = this.streamFiles && !streamInfo['file'].dir; - - // don't stream folders (because they don't have any content) - if(streamedContent) { - var record = generateZipParts(streamInfo, streamedContent, false, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); - this.push({ - data : record.fileRecord, - meta : {percent:0} - }); - } else { - // we need to wait for the whole file before pushing anything - this.accumulate = true; - } -}; - -/** - * The worker finished a source (an other worker). - * @param {Object} streamInfo the streamInfo object from the finished source. - */ -ZipFileWorker.prototype.closedSource = function (streamInfo) { - this.accumulate = false; - var streamedContent = this.streamFiles && !streamInfo['file'].dir; - var record = generateZipParts(streamInfo, streamedContent, true, this.currentSourceOffset, this.zipPlatform, this.encodeFileName); - - this.dirRecords.push(record.dirRecord); - if(streamedContent) { - // after the streamed file, we put data descriptors - this.push({ - data : generateDataDescriptors(streamInfo), - meta : {percent:100} - }); - } else { - // the content wasn't streamed, we need to push everything now - // first the file record, then the content - this.push({ - data : record.fileRecord, - meta : {percent:0} - }); - while(this.contentBuffer.length) { - this.push(this.contentBuffer.shift()); - } - } - this.currentFile = null; -}; - -/** - * @see GenericWorker.flush - */ -ZipFileWorker.prototype.flush = function () { - - var localDirLength = this.bytesWritten; - for(var i = 0; i < this.dirRecords.length; i++) { - this.push({ - data : this.dirRecords[i], - meta : {percent:100} - }); - } - var centralDirLength = this.bytesWritten - localDirLength; - - var dirEnd = generateCentralDirectoryEnd(this.dirRecords.length, centralDirLength, localDirLength, this.zipComment, this.encodeFileName); - - this.push({ - data : dirEnd, - meta : {percent:100} - }); -}; - -/** - * Prepare the next source to be read. - */ -ZipFileWorker.prototype.prepareNextSource = function () { - this.previous = this._sources.shift(); - this.openedSource(this.previous.streamInfo); - if (this.isPaused) { - this.previous.pause(); - } else { - this.previous.resume(); - } -}; - -/** - * @see GenericWorker.registerPrevious - */ -ZipFileWorker.prototype.registerPrevious = function (previous) { - this._sources.push(previous); - var self = this; - - previous.on('data', function (chunk) { - self.processChunk(chunk); - }); - previous.on('end', function () { - self.closedSource(self.previous.streamInfo); - if(self._sources.length) { - self.prepareNextSource(); - } else { - self.end(); - } - }); - previous.on('error', function (e) { - self.error(e); - }); - return this; -}; - -/** - * @see GenericWorker.resume - */ -ZipFileWorker.prototype.resume = function () { - if(!GenericWorker.prototype.resume.call(this)) { - return false; - } - - if (!this.previous && this._sources.length) { - this.prepareNextSource(); - return true; - } - if (!this.previous && !this._sources.length && !this.generatedError) { - this.end(); - return true; - } -}; - -/** - * @see GenericWorker.error - */ -ZipFileWorker.prototype.error = function (e) { - var sources = this._sources; - if(!GenericWorker.prototype.error.call(this, e)) { - return false; - } - for(var i = 0; i < sources.length; i++) { - try { - sources[i].error(e); - } catch(e) { - // the `error` exploded, nothing to do - } - } - return true; -}; - -/** - * @see GenericWorker.lock - */ -ZipFileWorker.prototype.lock = function () { - GenericWorker.prototype.lock.call(this); - var sources = this._sources; - for(var i = 0; i < sources.length; i++) { - sources[i].lock(); - } -}; - -module.exports = ZipFileWorker; - -},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(require,module,exports){ -'use strict'; - -var compressions = require('../compressions'); -var ZipFileWorker = require('./ZipFileWorker'); - -/** - * Find the compression to use. - * @param {String} fileCompression the compression defined at the file level, if any. - * @param {String} zipCompression the compression defined at the load() level. - * @return {Object} the compression object to use. - */ -var getCompression = function (fileCompression, zipCompression) { - - var compressionName = fileCompression || zipCompression; - var compression = compressions[compressionName]; - if (!compression) { - throw new Error(compressionName + " is not a valid compression method !"); - } - return compression; -}; - -/** - * Create a worker to generate a zip file. - * @param {JSZip} zip the JSZip instance at the right root level. - * @param {Object} options to generate the zip file. - * @param {String} comment the comment to use. - */ -exports.generateWorker = function (zip, options, comment) { - - var zipFileWorker = new ZipFileWorker(options.streamFiles, comment, options.platform, options.encodeFileName); - var entriesCount = 0; - try { - - zip.forEach(function (relativePath, file) { - entriesCount++; - var compression = getCompression(file.options.compression, options.compression); - var compressionOptions = file.options.compressionOptions || options.compressionOptions || {}; - var dir = file.dir, date = file.date; - - file._compressWorker(compression, compressionOptions) - .withStreamInfo("file", { - name : relativePath, - dir : dir, - date : date, - comment : file.comment || "", - unixPermissions : file.unixPermissions, - dosPermissions : file.dosPermissions - }) - .pipe(zipFileWorker); - }); - zipFileWorker.entriesCount = entriesCount; - } catch (e) { - zipFileWorker.error(e); - } - - return zipFileWorker; -}; - -},{"../compressions":3,"./ZipFileWorker":8}],10:[function(require,module,exports){ -'use strict'; - -/** - * Representation a of zip file in js - * @constructor - */ -function JSZip() { - // if this constructor is used without `new`, it adds `new` before itself: - if(!(this instanceof JSZip)) { - return new JSZip(); - } - - if(arguments.length) { - throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide."); - } - - // object containing the files : - // { - // "folder/" : {...}, - // "folder/data.txt" : {...} - // } - // NOTE: we use a null prototype because we do not - // want filenames like "toString" coming from a zip file - // to overwrite methods and attributes in a normal Object. - this.files = Object.create(null); - - this.comment = null; - - // Where we are in the hierarchy - this.root = ""; - this.clone = function() { - var newObj = new JSZip(); - for (var i in this) { - if (typeof this[i] !== "function") { - newObj[i] = this[i]; - } - } - return newObj; - }; -} -JSZip.prototype = require('./object'); -JSZip.prototype.loadAsync = require('./load'); -JSZip.support = require('./support'); -JSZip.defaults = require('./defaults'); - -// TODO find a better way to handle this version, -// a require('package.json').version doesn't work with webpack, see #327 -JSZip.version = "3.7.1"; - -JSZip.loadAsync = function (content, options) { - return new JSZip().loadAsync(content, options); -}; - -JSZip.external = require("./external"); -module.exports = JSZip; - -},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(require,module,exports){ -'use strict'; -var utils = require('./utils'); -var external = require("./external"); -var utf8 = require('./utf8'); -var ZipEntries = require('./zipEntries'); -var Crc32Probe = require('./stream/Crc32Probe'); -var nodejsUtils = require("./nodejsUtils"); - -/** - * Check the CRC32 of an entry. - * @param {ZipEntry} zipEntry the zip entry to check. - * @return {Promise} the result. - */ -function checkEntryCRC32(zipEntry) { - return new external.Promise(function (resolve, reject) { - var worker = zipEntry.decompressed.getContentWorker().pipe(new Crc32Probe()); - worker.on("error", function (e) { - reject(e); - }) - .on("end", function () { - if (worker.streamInfo.crc32 !== zipEntry.decompressed.crc32) { - reject(new Error("Corrupted zip : CRC32 mismatch")); - } else { - resolve(); - } - }) - .resume(); - }); -} - -module.exports = function (data, options) { - var zip = this; - options = utils.extend(options || {}, { - base64: false, - checkCRC32: false, - optimizedBinaryString: false, - createFolders: false, - decodeFileName: utf8.utf8decode - }); - - if (nodejsUtils.isNode && nodejsUtils.isStream(data)) { - return external.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")); - } - - return utils.prepareContent("the loaded zip file", data, true, options.optimizedBinaryString, options.base64) - .then(function (data) { - var zipEntries = new ZipEntries(options); - zipEntries.load(data); - return zipEntries; - }).then(function checkCRC32(zipEntries) { - var promises = [external.Promise.resolve(zipEntries)]; - var files = zipEntries.files; - if (options.checkCRC32) { - for (var i = 0; i < files.length; i++) { - promises.push(checkEntryCRC32(files[i])); - } - } - return external.Promise.all(promises); - }).then(function addFiles(results) { - var zipEntries = results.shift(); - var files = zipEntries.files; - for (var i = 0; i < files.length; i++) { - var input = files[i]; - zip.file(input.fileNameStr, input.decompressed, { - binary: true, - optimizedBinaryString: true, - date: input.date, - dir: input.dir, - comment: input.fileCommentStr.length ? input.fileCommentStr : null, - unixPermissions: input.unixPermissions, - dosPermissions: input.dosPermissions, - createFolders: options.createFolders - }); - } - if (zipEntries.zipComment.length) { - zip.comment = zipEntries.zipComment; - } - - return zip; - }); -}; - -},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(require,module,exports){ -"use strict"; - -var utils = require('../utils'); -var GenericWorker = require('../stream/GenericWorker'); - -/** - * A worker that use a nodejs stream as source. - * @constructor - * @param {String} filename the name of the file entry for this stream. - * @param {Readable} stream the nodejs stream. - */ -function NodejsStreamInputAdapter(filename, stream) { - GenericWorker.call(this, "Nodejs stream input adapter for " + filename); - this._upstreamEnded = false; - this._bindStream(stream); -} - -utils.inherits(NodejsStreamInputAdapter, GenericWorker); - -/** - * Prepare the stream and bind the callbacks on it. - * Do this ASAP on node 0.10 ! A lazy binding doesn't always work. - * @param {Stream} stream the nodejs stream to use. - */ -NodejsStreamInputAdapter.prototype._bindStream = function (stream) { - var self = this; - this._stream = stream; - stream.pause(); - stream - .on("data", function (chunk) { - self.push({ - data: chunk, - meta : { - percent : 0 - } - }); - }) - .on("error", function (e) { - if(self.isPaused) { - this.generatedError = e; - } else { - self.error(e); - } - }) - .on("end", function () { - if(self.isPaused) { - self._upstreamEnded = true; - } else { - self.end(); - } - }); -}; -NodejsStreamInputAdapter.prototype.pause = function () { - if(!GenericWorker.prototype.pause.call(this)) { - return false; - } - this._stream.pause(); - return true; -}; -NodejsStreamInputAdapter.prototype.resume = function () { - if(!GenericWorker.prototype.resume.call(this)) { - return false; - } - - if(this._upstreamEnded) { - this.end(); - } else { - this._stream.resume(); - } - - return true; -}; - -module.exports = NodejsStreamInputAdapter; - -},{"../stream/GenericWorker":28,"../utils":32}],13:[function(require,module,exports){ -'use strict'; - -var Readable = require('readable-stream').Readable; - -var utils = require('../utils'); -utils.inherits(NodejsStreamOutputAdapter, Readable); - -/** -* A nodejs stream using a worker as source. -* @see the SourceWrapper in http://nodejs.org/api/stream.html -* @constructor -* @param {StreamHelper} helper the helper wrapping the worker -* @param {Object} options the nodejs stream options -* @param {Function} updateCb the update callback. -*/ -function NodejsStreamOutputAdapter(helper, options, updateCb) { - Readable.call(this, options); - this._helper = helper; - - var self = this; - helper.on("data", function (data, meta) { - if (!self.push(data)) { - self._helper.pause(); - } - if(updateCb) { - updateCb(meta); - } - }) - .on("error", function(e) { - self.emit('error', e); - }) - .on("end", function () { - self.push(null); - }); -} - - -NodejsStreamOutputAdapter.prototype._read = function() { - this._helper.resume(); -}; - -module.exports = NodejsStreamOutputAdapter; - -},{"../utils":32,"readable-stream":16}],14:[function(require,module,exports){ -'use strict'; - -module.exports = { - /** - * True if this is running in Nodejs, will be undefined in a browser. - * In a browser, browserify won't include this file and the whole module - * will be resolved an empty object. - */ - isNode : typeof Buffer !== "undefined", - /** - * Create a new nodejs Buffer from an existing content. - * @param {Object} data the data to pass to the constructor. - * @param {String} encoding the encoding to use. - * @return {Buffer} a new Buffer. - */ - newBufferFrom: function(data, encoding) { - if (Buffer.from && Buffer.from !== Uint8Array.from) { - return Buffer.from(data, encoding); - } else { - if (typeof data === "number") { - // Safeguard for old Node.js versions. On newer versions, - // Buffer.from(number) / Buffer(number, encoding) already throw. - throw new Error("The \"data\" argument must not be a number"); - } - return new Buffer(data, encoding); - } - }, - /** - * Create a new nodejs Buffer with the specified size. - * @param {Integer} size the size of the buffer. - * @return {Buffer} a new Buffer. - */ - allocBuffer: function (size) { - if (Buffer.alloc) { - return Buffer.alloc(size); - } else { - var buf = new Buffer(size); - buf.fill(0); - return buf; - } - }, - /** - * Find out if an object is a Buffer. - * @param {Object} b the object to test. - * @return {Boolean} true if the object is a Buffer, false otherwise. - */ - isBuffer : function(b){ - return Buffer.isBuffer(b); - }, - - isStream : function (obj) { - return obj && - typeof obj.on === "function" && - typeof obj.pause === "function" && - typeof obj.resume === "function"; - } -}; - -},{}],15:[function(require,module,exports){ -'use strict'; -var utf8 = require('./utf8'); -var utils = require('./utils'); -var GenericWorker = require('./stream/GenericWorker'); -var StreamHelper = require('./stream/StreamHelper'); -var defaults = require('./defaults'); -var CompressedObject = require('./compressedObject'); -var ZipObject = require('./zipObject'); -var generate = require("./generate"); -var nodejsUtils = require("./nodejsUtils"); -var NodejsStreamInputAdapter = require("./nodejs/NodejsStreamInputAdapter"); - - -/** - * Add a file in the current folder. - * @private - * @param {string} name the name of the file - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data of the file - * @param {Object} originalOptions the options of the file - * @return {Object} the new file. - */ -var fileAdd = function(name, data, originalOptions) { - // be sure sub folders exist - var dataType = utils.getTypeOf(data), - parent; - - - /* - * Correct options. - */ - - var o = utils.extend(originalOptions || {}, defaults); - o.date = o.date || new Date(); - if (o.compression !== null) { - o.compression = o.compression.toUpperCase(); - } - - if (typeof o.unixPermissions === "string") { - o.unixPermissions = parseInt(o.unixPermissions, 8); - } - - // UNX_IFDIR 0040000 see zipinfo.c - if (o.unixPermissions && (o.unixPermissions & 0x4000)) { - o.dir = true; - } - // Bit 4 Directory - if (o.dosPermissions && (o.dosPermissions & 0x0010)) { - o.dir = true; - } - - if (o.dir) { - name = forceTrailingSlash(name); - } - if (o.createFolders && (parent = parentFolder(name))) { - folderAdd.call(this, parent, true); - } - - var isUnicodeString = dataType === "string" && o.binary === false && o.base64 === false; - if (!originalOptions || typeof originalOptions.binary === "undefined") { - o.binary = !isUnicodeString; - } - - - var isCompressedEmpty = (data instanceof CompressedObject) && data.uncompressedSize === 0; - - if (isCompressedEmpty || o.dir || !data || data.length === 0) { - o.base64 = false; - o.binary = true; - data = ""; - o.compression = "STORE"; - dataType = "string"; - } - - /* - * Convert content to fit. - */ - - var zipObjectContent = null; - if (data instanceof CompressedObject || data instanceof GenericWorker) { - zipObjectContent = data; - } else if (nodejsUtils.isNode && nodejsUtils.isStream(data)) { - zipObjectContent = new NodejsStreamInputAdapter(name, data); - } else { - zipObjectContent = utils.prepareContent(name, data, o.binary, o.optimizedBinaryString, o.base64); - } - - var object = new ZipObject(name, zipObjectContent, o); - this.files[name] = object; - /* - TODO: we can't throw an exception because we have async promises - (we can have a promise of a Date() for example) but returning a - promise is useless because file(name, data) returns the JSZip - object for chaining. Should we break that to allow the user - to catch the error ? - - return external.Promise.resolve(zipObjectContent) - .then(function () { - return object; - }); - */ -}; - -/** - * Find the parent folder of the path. - * @private - * @param {string} path the path to use - * @return {string} the parent folder, or "" - */ -var parentFolder = function (path) { - if (path.slice(-1) === '/') { - path = path.substring(0, path.length - 1); - } - var lastSlash = path.lastIndexOf('/'); - return (lastSlash > 0) ? path.substring(0, lastSlash) : ""; -}; - -/** - * Returns the path with a slash at the end. - * @private - * @param {String} path the path to check. - * @return {String} the path with a trailing slash. - */ -var forceTrailingSlash = function(path) { - // Check the name ends with a / - if (path.slice(-1) !== "/") { - path += "/"; // IE doesn't like substr(-1) - } - return path; -}; - -/** - * Add a (sub) folder in the current folder. - * @private - * @param {string} name the folder's name - * @param {boolean=} [createFolders] If true, automatically create sub - * folders. Defaults to false. - * @return {Object} the new folder. - */ -var folderAdd = function(name, createFolders) { - createFolders = (typeof createFolders !== 'undefined') ? createFolders : defaults.createFolders; - - name = forceTrailingSlash(name); - - // Does this folder already exist? - if (!this.files[name]) { - fileAdd.call(this, name, null, { - dir: true, - createFolders: createFolders - }); - } - return this.files[name]; -}; - -/** -* Cross-window, cross-Node-context regular expression detection -* @param {Object} object Anything -* @return {Boolean} true if the object is a regular expression, -* false otherwise -*/ -function isRegExp(object) { - return Object.prototype.toString.call(object) === "[object RegExp]"; -} - -// return the actual prototype of JSZip -var out = { - /** - * @see loadAsync - */ - load: function() { - throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); - }, - - - /** - * Call a callback function for each entry at this folder level. - * @param {Function} cb the callback function: - * function (relativePath, file) {...} - * It takes 2 arguments : the relative path and the file. - */ - forEach: function(cb) { - var filename, relativePath, file; - /* jshint ignore:start */ - // ignore warning about unwanted properties because this.files is a null prototype object - for (filename in this.files) { - file = this.files[filename]; - relativePath = filename.slice(this.root.length, filename.length); - if (relativePath && filename.slice(0, this.root.length) === this.root) { // the file is in the current root - cb(relativePath, file); // TODO reverse the parameters ? need to be clean AND consistent with the filter search fn... - } - } - /* jshint ignore:end */ - }, - - /** - * Filter nested files/folders with the specified function. - * @param {Function} search the predicate to use : - * function (relativePath, file) {...} - * It takes 2 arguments : the relative path and the file. - * @return {Array} An array of matching elements. - */ - filter: function(search) { - var result = []; - this.forEach(function (relativePath, entry) { - if (search(relativePath, entry)) { // the file matches the function - result.push(entry); - } - - }); - return result; - }, - - /** - * Add a file to the zip file, or search a file. - * @param {string|RegExp} name The name of the file to add (if data is defined), - * the name of the file to find (if no data) or a regex to match files. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data The file data, either raw or base64 encoded - * @param {Object} o File options - * @return {JSZip|Object|Array} this JSZip object (when adding a file), - * a file (when searching by string) or an array of files (when searching by regex). - */ - file: function(name, data, o) { - if (arguments.length === 1) { - if (isRegExp(name)) { - var regexp = name; - return this.filter(function(relativePath, file) { - return !file.dir && regexp.test(relativePath); - }); - } - else { // text - var obj = this.files[this.root + name]; - if (obj && !obj.dir) { - return obj; - } else { - return null; - } - } - } - else { // more than one argument : we have data ! - name = this.root + name; - fileAdd.call(this, name, data, o); - } - return this; - }, - - /** - * Add a directory to the zip file, or search. - * @param {String|RegExp} arg The name of the directory to add, or a regex to search folders. - * @return {JSZip} an object with the new directory as the root, or an array containing matching folders. - */ - folder: function(arg) { - if (!arg) { - return this; - } - - if (isRegExp(arg)) { - return this.filter(function(relativePath, file) { - return file.dir && arg.test(relativePath); - }); - } - - // else, name is a new folder - var name = this.root + arg; - var newFolder = folderAdd.call(this, name); - - // Allow chaining by returning a new object with this folder as the root - var ret = this.clone(); - ret.root = newFolder.name; - return ret; - }, - - /** - * Delete a file, or a directory and all sub-files, from the zip - * @param {string} name the name of the file to delete - * @return {JSZip} this JSZip object - */ - remove: function(name) { - name = this.root + name; - var file = this.files[name]; - if (!file) { - // Look for any folders - if (name.slice(-1) !== "/") { - name += "/"; - } - file = this.files[name]; - } - - if (file && !file.dir) { - // file - delete this.files[name]; - } else { - // maybe a folder, delete recursively - var kids = this.filter(function(relativePath, file) { - return file.name.slice(0, name.length) === name; - }); - for (var i = 0; i < kids.length; i++) { - delete this.files[kids[i].name]; - } - } - - return this; - }, - - /** - * Generate the complete zip file - * @param {Object} options the options to generate the zip file : - * - compression, "STORE" by default. - * - type, "base64" by default. Values are : string, base64, uint8array, arraybuffer, blob. - * @return {String|Uint8Array|ArrayBuffer|Buffer|Blob} the zip file - */ - generate: function(options) { - throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); - }, - - /** - * Generate the complete zip file as an internal stream. - * @param {Object} options the options to generate the zip file : - * - compression, "STORE" by default. - * - type, "base64" by default. Values are : string, base64, uint8array, arraybuffer, blob. - * @return {StreamHelper} the streamed zip file. - */ - generateInternalStream: function(options) { - var worker, opts = {}; - try { - opts = utils.extend(options || {}, { - streamFiles: false, - compression: "STORE", - compressionOptions : null, - type: "", - platform: "DOS", - comment: null, - mimeType: 'application/zip', - encodeFileName: utf8.utf8encode - }); - - opts.type = opts.type.toLowerCase(); - opts.compression = opts.compression.toUpperCase(); - - // "binarystring" is preferred but the internals use "string". - if(opts.type === "binarystring") { - opts.type = "string"; - } - - if (!opts.type) { - throw new Error("No output type specified."); - } - - utils.checkSupport(opts.type); - - // accept nodejs `process.platform` - if( - opts.platform === 'darwin' || - opts.platform === 'freebsd' || - opts.platform === 'linux' || - opts.platform === 'sunos' - ) { - opts.platform = "UNIX"; - } - if (opts.platform === 'win32') { - opts.platform = "DOS"; - } - - var comment = opts.comment || this.comment || ""; - worker = generate.generateWorker(this, opts, comment); - } catch (e) { - worker = new GenericWorker("error"); - worker.error(e); - } - return new StreamHelper(worker, opts.type || "string", opts.mimeType); - }, - /** - * Generate the complete zip file asynchronously. - * @see generateInternalStream - */ - generateAsync: function(options, onUpdate) { - return this.generateInternalStream(options).accumulate(onUpdate); - }, - /** - * Generate the complete zip file asynchronously. - * @see generateInternalStream - */ - generateNodeStream: function(options, onUpdate) { - options = options || {}; - if (!options.type) { - options.type = "nodebuffer"; - } - return this.generateInternalStream(options).toNodejsStream(onUpdate); - } -}; -module.exports = out; - -},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(require,module,exports){ -/* - * This file is used by module bundlers (browserify/webpack/etc) when - * including a stream implementation. We use "readable-stream" to get a - * consistent behavior between nodejs versions but bundlers often have a shim - * for "stream". Using this shim greatly improve the compatibility and greatly - * reduce the final size of the bundle (only one stream implementation, not - * two). - */ -module.exports = require("stream"); - -},{"stream":undefined}],17:[function(require,module,exports){ -'use strict'; -var DataReader = require('./DataReader'); -var utils = require('../utils'); - -function ArrayReader(data) { - DataReader.call(this, data); - for(var i = 0; i < this.data.length; i++) { - data[i] = data[i] & 0xFF; - } -} -utils.inherits(ArrayReader, DataReader); -/** - * @see DataReader.byteAt - */ -ArrayReader.prototype.byteAt = function(i) { - return this.data[this.zero + i]; -}; -/** - * @see DataReader.lastIndexOfSignature - */ -ArrayReader.prototype.lastIndexOfSignature = function(sig) { - var sig0 = sig.charCodeAt(0), - sig1 = sig.charCodeAt(1), - sig2 = sig.charCodeAt(2), - sig3 = sig.charCodeAt(3); - for (var i = this.length - 4; i >= 0; --i) { - if (this.data[i] === sig0 && this.data[i + 1] === sig1 && this.data[i + 2] === sig2 && this.data[i + 3] === sig3) { - return i - this.zero; - } - } - - return -1; -}; -/** - * @see DataReader.readAndCheckSignature - */ -ArrayReader.prototype.readAndCheckSignature = function (sig) { - var sig0 = sig.charCodeAt(0), - sig1 = sig.charCodeAt(1), - sig2 = sig.charCodeAt(2), - sig3 = sig.charCodeAt(3), - data = this.readData(4); - return sig0 === data[0] && sig1 === data[1] && sig2 === data[2] && sig3 === data[3]; -}; -/** - * @see DataReader.readData - */ -ArrayReader.prototype.readData = function(size) { - this.checkOffset(size); - if(size === 0) { - return []; - } - var result = this.data.slice(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = ArrayReader; - -},{"../utils":32,"./DataReader":18}],18:[function(require,module,exports){ -'use strict'; -var utils = require('../utils'); - -function DataReader(data) { - this.data = data; // type : see implementation - this.length = data.length; - this.index = 0; - this.zero = 0; -} -DataReader.prototype = { - /** - * Check that the offset will not go too far. - * @param {string} offset the additional offset to check. - * @throws {Error} an Error if the offset is out of bounds. - */ - checkOffset: function(offset) { - this.checkIndex(this.index + offset); - }, - /** - * Check that the specified index will not be too far. - * @param {string} newIndex the index to check. - * @throws {Error} an Error if the index is out of bounds. - */ - checkIndex: function(newIndex) { - if (this.length < this.zero + newIndex || newIndex < 0) { - throw new Error("End of data reached (data length = " + this.length + ", asked index = " + (newIndex) + "). Corrupted zip ?"); - } - }, - /** - * Change the index. - * @param {number} newIndex The new index. - * @throws {Error} if the new index is out of the data. - */ - setIndex: function(newIndex) { - this.checkIndex(newIndex); - this.index = newIndex; - }, - /** - * Skip the next n bytes. - * @param {number} n the number of bytes to skip. - * @throws {Error} if the new index is out of the data. - */ - skip: function(n) { - this.setIndex(this.index + n); - }, - /** - * Get the byte at the specified index. - * @param {number} i the index to use. - * @return {number} a byte. - */ - byteAt: function(i) { - // see implementations - }, - /** - * Get the next number with a given byte size. - * @param {number} size the number of bytes to read. - * @return {number} the corresponding number. - */ - readInt: function(size) { - var result = 0, - i; - this.checkOffset(size); - for (i = this.index + size - 1; i >= this.index; i--) { - result = (result << 8) + this.byteAt(i); - } - this.index += size; - return result; - }, - /** - * Get the next string with a given byte size. - * @param {number} size the number of bytes to read. - * @return {string} the corresponding string. - */ - readString: function(size) { - return utils.transformTo("string", this.readData(size)); - }, - /** - * Get raw data without conversion, bytes. - * @param {number} size the number of bytes to read. - * @return {Object} the raw data, implementation specific. - */ - readData: function(size) { - // see implementations - }, - /** - * Find the last occurrence of a zip signature (4 bytes). - * @param {string} sig the signature to find. - * @return {number} the index of the last occurrence, -1 if not found. - */ - lastIndexOfSignature: function(sig) { - // see implementations - }, - /** - * Read the signature (4 bytes) at the current position and compare it with sig. - * @param {string} sig the expected signature - * @return {boolean} true if the signature matches, false otherwise. - */ - readAndCheckSignature: function(sig) { - // see implementations - }, - /** - * Get the next date. - * @return {Date} the date. - */ - readDate: function() { - var dostime = this.readInt(4); - return new Date(Date.UTC( - ((dostime >> 25) & 0x7f) + 1980, // year - ((dostime >> 21) & 0x0f) - 1, // month - (dostime >> 16) & 0x1f, // day - (dostime >> 11) & 0x1f, // hour - (dostime >> 5) & 0x3f, // minute - (dostime & 0x1f) << 1)); // second - } -}; -module.exports = DataReader; - -},{"../utils":32}],19:[function(require,module,exports){ -'use strict'; -var Uint8ArrayReader = require('./Uint8ArrayReader'); -var utils = require('../utils'); - -function NodeBufferReader(data) { - Uint8ArrayReader.call(this, data); -} -utils.inherits(NodeBufferReader, Uint8ArrayReader); - -/** - * @see DataReader.readData - */ -NodeBufferReader.prototype.readData = function(size) { - this.checkOffset(size); - var result = this.data.slice(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = NodeBufferReader; - -},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(require,module,exports){ -'use strict'; -var DataReader = require('./DataReader'); -var utils = require('../utils'); - -function StringReader(data) { - DataReader.call(this, data); -} -utils.inherits(StringReader, DataReader); -/** - * @see DataReader.byteAt - */ -StringReader.prototype.byteAt = function(i) { - return this.data.charCodeAt(this.zero + i); -}; -/** - * @see DataReader.lastIndexOfSignature - */ -StringReader.prototype.lastIndexOfSignature = function(sig) { - return this.data.lastIndexOf(sig) - this.zero; -}; -/** - * @see DataReader.readAndCheckSignature - */ -StringReader.prototype.readAndCheckSignature = function (sig) { - var data = this.readData(4); - return sig === data; -}; -/** - * @see DataReader.readData - */ -StringReader.prototype.readData = function(size) { - this.checkOffset(size); - // this will work because the constructor applied the "& 0xff" mask. - var result = this.data.slice(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = StringReader; - -},{"../utils":32,"./DataReader":18}],21:[function(require,module,exports){ -'use strict'; -var ArrayReader = require('./ArrayReader'); -var utils = require('../utils'); - -function Uint8ArrayReader(data) { - ArrayReader.call(this, data); -} -utils.inherits(Uint8ArrayReader, ArrayReader); -/** - * @see DataReader.readData - */ -Uint8ArrayReader.prototype.readData = function(size) { - this.checkOffset(size); - if(size === 0) { - // in IE10, when using subarray(idx, idx), we get the array [0x00] instead of []. - return new Uint8Array(0); - } - var result = this.data.subarray(this.zero + this.index, this.zero + this.index + size); - this.index += size; - return result; -}; -module.exports = Uint8ArrayReader; - -},{"../utils":32,"./ArrayReader":17}],22:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var support = require('../support'); -var ArrayReader = require('./ArrayReader'); -var StringReader = require('./StringReader'); -var NodeBufferReader = require('./NodeBufferReader'); -var Uint8ArrayReader = require('./Uint8ArrayReader'); - -/** - * Create a reader adapted to the data. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data to read. - * @return {DataReader} the data reader. - */ -module.exports = function (data) { - var type = utils.getTypeOf(data); - utils.checkSupport(type); - if (type === "string" && !support.uint8array) { - return new StringReader(data); - } - if (type === "nodebuffer") { - return new NodeBufferReader(data); - } - if (support.uint8array) { - return new Uint8ArrayReader(utils.transformTo("uint8array", data)); - } - return new ArrayReader(utils.transformTo("array", data)); -}; - -},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(require,module,exports){ -'use strict'; -exports.LOCAL_FILE_HEADER = "PK\x03\x04"; -exports.CENTRAL_FILE_HEADER = "PK\x01\x02"; -exports.CENTRAL_DIRECTORY_END = "PK\x05\x06"; -exports.ZIP64_CENTRAL_DIRECTORY_LOCATOR = "PK\x06\x07"; -exports.ZIP64_CENTRAL_DIRECTORY_END = "PK\x06\x06"; -exports.DATA_DESCRIPTOR = "PK\x07\x08"; - -},{}],24:[function(require,module,exports){ -'use strict'; - -var GenericWorker = require('./GenericWorker'); -var utils = require('../utils'); - -/** - * A worker which convert chunks to a specified type. - * @constructor - * @param {String} destType the destination type. - */ -function ConvertWorker(destType) { - GenericWorker.call(this, "ConvertWorker to " + destType); - this.destType = destType; -} -utils.inherits(ConvertWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -ConvertWorker.prototype.processChunk = function (chunk) { - this.push({ - data : utils.transformTo(this.destType, chunk.data), - meta : chunk.meta - }); -}; -module.exports = ConvertWorker; - -},{"../utils":32,"./GenericWorker":28}],25:[function(require,module,exports){ -'use strict'; - -var GenericWorker = require('./GenericWorker'); -var crc32 = require('../crc32'); -var utils = require('../utils'); - -/** - * A worker which calculate the crc32 of the data flowing through. - * @constructor - */ -function Crc32Probe() { - GenericWorker.call(this, "Crc32Probe"); - this.withStreamInfo("crc32", 0); -} -utils.inherits(Crc32Probe, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -Crc32Probe.prototype.processChunk = function (chunk) { - this.streamInfo.crc32 = crc32(chunk.data, this.streamInfo.crc32 || 0); - this.push(chunk); -}; -module.exports = Crc32Probe; - -},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var GenericWorker = require('./GenericWorker'); - -/** - * A worker which calculate the total length of the data flowing through. - * @constructor - * @param {String} propName the name used to expose the length - */ -function DataLengthProbe(propName) { - GenericWorker.call(this, "DataLengthProbe for " + propName); - this.propName = propName; - this.withStreamInfo(propName, 0); -} -utils.inherits(DataLengthProbe, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -DataLengthProbe.prototype.processChunk = function (chunk) { - if(chunk) { - var length = this.streamInfo[this.propName] || 0; - this.streamInfo[this.propName] = length + chunk.data.length; - } - GenericWorker.prototype.processChunk.call(this, chunk); -}; -module.exports = DataLengthProbe; - - -},{"../utils":32,"./GenericWorker":28}],27:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var GenericWorker = require('./GenericWorker'); - -// the size of the generated chunks -// TODO expose this as a public variable -var DEFAULT_BLOCK_SIZE = 16 * 1024; - -/** - * A worker that reads a content and emits chunks. - * @constructor - * @param {Promise} dataP the promise of the data to split - */ -function DataWorker(dataP) { - GenericWorker.call(this, "DataWorker"); - var self = this; - this.dataIsReady = false; - this.index = 0; - this.max = 0; - this.data = null; - this.type = ""; - - this._tickScheduled = false; - - dataP.then(function (data) { - self.dataIsReady = true; - self.data = data; - self.max = data && data.length || 0; - self.type = utils.getTypeOf(data); - if(!self.isPaused) { - self._tickAndRepeat(); - } - }, function (e) { - self.error(e); - }); -} - -utils.inherits(DataWorker, GenericWorker); - -/** - * @see GenericWorker.cleanUp - */ -DataWorker.prototype.cleanUp = function () { - GenericWorker.prototype.cleanUp.call(this); - this.data = null; -}; - -/** - * @see GenericWorker.resume - */ -DataWorker.prototype.resume = function () { - if(!GenericWorker.prototype.resume.call(this)) { - return false; - } - - if (!this._tickScheduled && this.dataIsReady) { - this._tickScheduled = true; - utils.delay(this._tickAndRepeat, [], this); - } - return true; -}; - -/** - * Trigger a tick a schedule an other call to this function. - */ -DataWorker.prototype._tickAndRepeat = function() { - this._tickScheduled = false; - if(this.isPaused || this.isFinished) { - return; - } - this._tick(); - if(!this.isFinished) { - utils.delay(this._tickAndRepeat, [], this); - this._tickScheduled = true; - } -}; - -/** - * Read and push a chunk. - */ -DataWorker.prototype._tick = function() { - - if(this.isPaused || this.isFinished) { - return false; - } - - var size = DEFAULT_BLOCK_SIZE; - var data = null, nextIndex = Math.min(this.max, this.index + size); - if (this.index >= this.max) { - // EOF - return this.end(); - } else { - switch(this.type) { - case "string": - data = this.data.substring(this.index, nextIndex); - break; - case "uint8array": - data = this.data.subarray(this.index, nextIndex); - break; - case "array": - case "nodebuffer": - data = this.data.slice(this.index, nextIndex); - break; - } - this.index = nextIndex; - return this.push({ - data : data, - meta : { - percent : this.max ? this.index / this.max * 100 : 0 - } - }); - } -}; - -module.exports = DataWorker; - -},{"../utils":32,"./GenericWorker":28}],28:[function(require,module,exports){ -'use strict'; - -/** - * A worker that does nothing but passing chunks to the next one. This is like - * a nodejs stream but with some differences. On the good side : - * - it works on IE 6-9 without any issue / polyfill - * - it weights less than the full dependencies bundled with browserify - * - it forwards errors (no need to declare an error handler EVERYWHERE) - * - * A chunk is an object with 2 attributes : `meta` and `data`. The former is an - * object containing anything (`percent` for example), see each worker for more - * details. The latter is the real data (String, Uint8Array, etc). - * - * @constructor - * @param {String} name the name of the stream (mainly used for debugging purposes) - */ -function GenericWorker(name) { - // the name of the worker - this.name = name || "default"; - // an object containing metadata about the workers chain - this.streamInfo = {}; - // an error which happened when the worker was paused - this.generatedError = null; - // an object containing metadata to be merged by this worker into the general metadata - this.extraStreamInfo = {}; - // true if the stream is paused (and should not do anything), false otherwise - this.isPaused = true; - // true if the stream is finished (and should not do anything), false otherwise - this.isFinished = false; - // true if the stream is locked to prevent further structure updates (pipe), false otherwise - this.isLocked = false; - // the event listeners - this._listeners = { - 'data':[], - 'end':[], - 'error':[] - }; - // the previous worker, if any - this.previous = null; -} - -GenericWorker.prototype = { - /** - * Push a chunk to the next workers. - * @param {Object} chunk the chunk to push - */ - push : function (chunk) { - this.emit("data", chunk); - }, - /** - * End the stream. - * @return {Boolean} true if this call ended the worker, false otherwise. - */ - end : function () { - if (this.isFinished) { - return false; - } - - this.flush(); - try { - this.emit("end"); - this.cleanUp(); - this.isFinished = true; - } catch (e) { - this.emit("error", e); - } - return true; - }, - /** - * End the stream with an error. - * @param {Error} e the error which caused the premature end. - * @return {Boolean} true if this call ended the worker with an error, false otherwise. - */ - error : function (e) { - if (this.isFinished) { - return false; - } - - if(this.isPaused) { - this.generatedError = e; - } else { - this.isFinished = true; - - this.emit("error", e); - - // in the workers chain exploded in the middle of the chain, - // the error event will go downward but we also need to notify - // workers upward that there has been an error. - if(this.previous) { - this.previous.error(e); - } - - this.cleanUp(); - } - return true; - }, - /** - * Add a callback on an event. - * @param {String} name the name of the event (data, end, error) - * @param {Function} listener the function to call when the event is triggered - * @return {GenericWorker} the current object for chainability - */ - on : function (name, listener) { - this._listeners[name].push(listener); - return this; - }, - /** - * Clean any references when a worker is ending. - */ - cleanUp : function () { - this.streamInfo = this.generatedError = this.extraStreamInfo = null; - this._listeners = []; - }, - /** - * Trigger an event. This will call registered callback with the provided arg. - * @param {String} name the name of the event (data, end, error) - * @param {Object} arg the argument to call the callback with. - */ - emit : function (name, arg) { - if (this._listeners[name]) { - for(var i = 0; i < this._listeners[name].length; i++) { - this._listeners[name][i].call(this, arg); - } - } - }, - /** - * Chain a worker with an other. - * @param {Worker} next the worker receiving events from the current one. - * @return {worker} the next worker for chainability - */ - pipe : function (next) { - return next.registerPrevious(this); - }, - /** - * Same as `pipe` in the other direction. - * Using an API with `pipe(next)` is very easy. - * Implementing the API with the point of view of the next one registering - * a source is easier, see the ZipFileWorker. - * @param {Worker} previous the previous worker, sending events to this one - * @return {Worker} the current worker for chainability - */ - registerPrevious : function (previous) { - if (this.isLocked) { - throw new Error("The stream '" + this + "' has already been used."); - } - - // sharing the streamInfo... - this.streamInfo = previous.streamInfo; - // ... and adding our own bits - this.mergeStreamInfo(); - this.previous = previous; - var self = this; - previous.on('data', function (chunk) { - self.processChunk(chunk); - }); - previous.on('end', function () { - self.end(); - }); - previous.on('error', function (e) { - self.error(e); - }); - return this; - }, - /** - * Pause the stream so it doesn't send events anymore. - * @return {Boolean} true if this call paused the worker, false otherwise. - */ - pause : function () { - if(this.isPaused || this.isFinished) { - return false; - } - this.isPaused = true; - - if(this.previous) { - this.previous.pause(); - } - return true; - }, - /** - * Resume a paused stream. - * @return {Boolean} true if this call resumed the worker, false otherwise. - */ - resume : function () { - if(!this.isPaused || this.isFinished) { - return false; - } - this.isPaused = false; - - // if true, the worker tried to resume but failed - var withError = false; - if(this.generatedError) { - this.error(this.generatedError); - withError = true; - } - if(this.previous) { - this.previous.resume(); - } - - return !withError; - }, - /** - * Flush any remaining bytes as the stream is ending. - */ - flush : function () {}, - /** - * Process a chunk. This is usually the method overridden. - * @param {Object} chunk the chunk to process. - */ - processChunk : function(chunk) { - this.push(chunk); - }, - /** - * Add a key/value to be added in the workers chain streamInfo once activated. - * @param {String} key the key to use - * @param {Object} value the associated value - * @return {Worker} the current worker for chainability - */ - withStreamInfo : function (key, value) { - this.extraStreamInfo[key] = value; - this.mergeStreamInfo(); - return this; - }, - /** - * Merge this worker's streamInfo into the chain's streamInfo. - */ - mergeStreamInfo : function () { - for(var key in this.extraStreamInfo) { - if (!this.extraStreamInfo.hasOwnProperty(key)) { - continue; - } - this.streamInfo[key] = this.extraStreamInfo[key]; - } - }, - - /** - * Lock the stream to prevent further updates on the workers chain. - * After calling this method, all calls to pipe will fail. - */ - lock: function () { - if (this.isLocked) { - throw new Error("The stream '" + this + "' has already been used."); - } - this.isLocked = true; - if (this.previous) { - this.previous.lock(); - } - }, - - /** - * - * Pretty print the workers chain. - */ - toString : function () { - var me = "Worker " + this.name; - if (this.previous) { - return this.previous + " -> " + me; - } else { - return me; - } - } -}; - -module.exports = GenericWorker; - -},{}],29:[function(require,module,exports){ -'use strict'; - -var utils = require('../utils'); -var ConvertWorker = require('./ConvertWorker'); -var GenericWorker = require('./GenericWorker'); -var base64 = require('../base64'); -var support = require("../support"); -var external = require("../external"); - -var NodejsStreamOutputAdapter = null; -if (support.nodestream) { - try { - NodejsStreamOutputAdapter = require('../nodejs/NodejsStreamOutputAdapter'); - } catch(e) {} -} - -/** - * Apply the final transformation of the data. If the user wants a Blob for - * example, it's easier to work with an U8intArray and finally do the - * ArrayBuffer/Blob conversion. - * @param {String} type the name of the final type - * @param {String|Uint8Array|Buffer} content the content to transform - * @param {String} mimeType the mime type of the content, if applicable. - * @return {String|Uint8Array|ArrayBuffer|Buffer|Blob} the content in the right format. - */ -function transformZipOutput(type, content, mimeType) { - switch(type) { - case "blob" : - return utils.newBlob(utils.transformTo("arraybuffer", content), mimeType); - case "base64" : - return base64.encode(content); - default : - return utils.transformTo(type, content); - } -} - -/** - * Concatenate an array of data of the given type. - * @param {String} type the type of the data in the given array. - * @param {Array} dataArray the array containing the data chunks to concatenate - * @return {String|Uint8Array|Buffer} the concatenated data - * @throws Error if the asked type is unsupported - */ -function concat (type, dataArray) { - var i, index = 0, res = null, totalLength = 0; - for(i = 0; i < dataArray.length; i++) { - totalLength += dataArray[i].length; - } - switch(type) { - case "string": - return dataArray.join(""); - case "array": - return Array.prototype.concat.apply([], dataArray); - case "uint8array": - res = new Uint8Array(totalLength); - for(i = 0; i < dataArray.length; i++) { - res.set(dataArray[i], index); - index += dataArray[i].length; - } - return res; - case "nodebuffer": - return Buffer.concat(dataArray); - default: - throw new Error("concat : unsupported type '" + type + "'"); - } -} - -/** - * Listen a StreamHelper, accumulate its content and concatenate it into a - * complete block. - * @param {StreamHelper} helper the helper to use. - * @param {Function} updateCallback a callback called on each update. Called - * with one arg : - * - the metadata linked to the update received. - * @return Promise the promise for the accumulation. - */ -function accumulate(helper, updateCallback) { - return new external.Promise(function (resolve, reject){ - var dataArray = []; - var chunkType = helper._internalType, - resultType = helper._outputType, - mimeType = helper._mimeType; - helper - .on('data', function (data, meta) { - dataArray.push(data); - if(updateCallback) { - updateCallback(meta); - } - }) - .on('error', function(err) { - dataArray = []; - reject(err); - }) - .on('end', function (){ - try { - var result = transformZipOutput(resultType, concat(chunkType, dataArray), mimeType); - resolve(result); - } catch (e) { - reject(e); - } - dataArray = []; - }) - .resume(); - }); -} - -/** - * An helper to easily use workers outside of JSZip. - * @constructor - * @param {Worker} worker the worker to wrap - * @param {String} outputType the type of data expected by the use - * @param {String} mimeType the mime type of the content, if applicable. - */ -function StreamHelper(worker, outputType, mimeType) { - var internalType = outputType; - switch(outputType) { - case "blob": - case "arraybuffer": - internalType = "uint8array"; - break; - case "base64": - internalType = "string"; - break; - } - - try { - // the type used internally - this._internalType = internalType; - // the type used to output results - this._outputType = outputType; - // the mime type - this._mimeType = mimeType; - utils.checkSupport(internalType); - this._worker = worker.pipe(new ConvertWorker(internalType)); - // the last workers can be rewired without issues but we need to - // prevent any updates on previous workers. - worker.lock(); - } catch(e) { - this._worker = new GenericWorker("error"); - this._worker.error(e); - } -} - -StreamHelper.prototype = { - /** - * Listen a StreamHelper, accumulate its content and concatenate it into a - * complete block. - * @param {Function} updateCb the update callback. - * @return Promise the promise for the accumulation. - */ - accumulate : function (updateCb) { - return accumulate(this, updateCb); - }, - /** - * Add a listener on an event triggered on a stream. - * @param {String} evt the name of the event - * @param {Function} fn the listener - * @return {StreamHelper} the current helper. - */ - on : function (evt, fn) { - var self = this; - - if(evt === "data") { - this._worker.on(evt, function (chunk) { - fn.call(self, chunk.data, chunk.meta); - }); - } else { - this._worker.on(evt, function () { - utils.delay(fn, arguments, self); - }); - } - return this; - }, - /** - * Resume the flow of chunks. - * @return {StreamHelper} the current helper. - */ - resume : function () { - utils.delay(this._worker.resume, [], this._worker); - return this; - }, - /** - * Pause the flow of chunks. - * @return {StreamHelper} the current helper. - */ - pause : function () { - this._worker.pause(); - return this; - }, - /** - * Return a nodejs stream for this helper. - * @param {Function} updateCb the update callback. - * @return {NodejsStreamOutputAdapter} the nodejs stream. - */ - toNodejsStream : function (updateCb) { - utils.checkSupport("nodestream"); - if (this._outputType !== "nodebuffer") { - // an object stream containing blob/arraybuffer/uint8array/string - // is strange and I don't know if it would be useful. - // I you find this comment and have a good usecase, please open a - // bug report ! - throw new Error(this._outputType + " is not supported by this method"); - } - - return new NodejsStreamOutputAdapter(this, { - objectMode : this._outputType !== "nodebuffer" - }, updateCb); - } -}; - - -module.exports = StreamHelper; - -},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(require,module,exports){ -'use strict'; - -exports.base64 = true; -exports.array = true; -exports.string = true; -exports.arraybuffer = typeof ArrayBuffer !== "undefined" && typeof Uint8Array !== "undefined"; -exports.nodebuffer = typeof Buffer !== "undefined"; -// contains true if JSZip can read/generate Uint8Array, false otherwise. -exports.uint8array = typeof Uint8Array !== "undefined"; - -if (typeof ArrayBuffer === "undefined") { - exports.blob = false; -} -else { - var buffer = new ArrayBuffer(0); - try { - exports.blob = new Blob([buffer], { - type: "application/zip" - }).size === 0; - } - catch (e) { - try { - var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder; - var builder = new Builder(); - builder.append(buffer); - exports.blob = builder.getBlob('application/zip').size === 0; - } - catch (e) { - exports.blob = false; - } - } -} - -try { - exports.nodestream = !!require('readable-stream').Readable; -} catch(e) { - exports.nodestream = false; -} - -},{"readable-stream":16}],31:[function(require,module,exports){ -'use strict'; - -var utils = require('./utils'); -var support = require('./support'); -var nodejsUtils = require('./nodejsUtils'); -var GenericWorker = require('./stream/GenericWorker'); - -/** - * The following functions come from pako, from pako/lib/utils/strings - * released under the MIT license, see pako https://github.com/nodeca/pako/ - */ - -// Table with utf8 lengths (calculated by first byte of sequence) -// Note, that 5 & 6-byte values and some 4-byte values can not be represented in JS, -// because max possible codepoint is 0x10ffff -var _utf8len = new Array(256); -for (var i=0; i<256; i++) { - _utf8len[i] = (i >= 252 ? 6 : i >= 248 ? 5 : i >= 240 ? 4 : i >= 224 ? 3 : i >= 192 ? 2 : 1); -} -_utf8len[254]=_utf8len[254]=1; // Invalid sequence start - -// convert string to array (typed, when possible) -var string2buf = function (str) { - var buf, c, c2, m_pos, i, str_len = str.length, buf_len = 0; - - // count binary size - for (m_pos = 0; m_pos < str_len; m_pos++) { - c = str.charCodeAt(m_pos); - if ((c & 0xfc00) === 0xd800 && (m_pos+1 < str_len)) { - c2 = str.charCodeAt(m_pos+1); - if ((c2 & 0xfc00) === 0xdc00) { - c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); - m_pos++; - } - } - buf_len += c < 0x80 ? 1 : c < 0x800 ? 2 : c < 0x10000 ? 3 : 4; - } - - // allocate buffer - if (support.uint8array) { - buf = new Uint8Array(buf_len); - } else { - buf = new Array(buf_len); - } - - // convert - for (i=0, m_pos = 0; i < buf_len; m_pos++) { - c = str.charCodeAt(m_pos); - if ((c & 0xfc00) === 0xd800 && (m_pos+1 < str_len)) { - c2 = str.charCodeAt(m_pos+1); - if ((c2 & 0xfc00) === 0xdc00) { - c = 0x10000 + ((c - 0xd800) << 10) + (c2 - 0xdc00); - m_pos++; - } - } - if (c < 0x80) { - /* one byte */ - buf[i++] = c; - } else if (c < 0x800) { - /* two bytes */ - buf[i++] = 0xC0 | (c >>> 6); - buf[i++] = 0x80 | (c & 0x3f); - } else if (c < 0x10000) { - /* three bytes */ - buf[i++] = 0xE0 | (c >>> 12); - buf[i++] = 0x80 | (c >>> 6 & 0x3f); - buf[i++] = 0x80 | (c & 0x3f); - } else { - /* four bytes */ - buf[i++] = 0xf0 | (c >>> 18); - buf[i++] = 0x80 | (c >>> 12 & 0x3f); - buf[i++] = 0x80 | (c >>> 6 & 0x3f); - buf[i++] = 0x80 | (c & 0x3f); - } - } - - return buf; -}; - -// Calculate max possible position in utf8 buffer, -// that will not break sequence. If that's not possible -// - (very small limits) return max size as is. -// -// buf[] - utf8 bytes array -// max - length limit (mandatory); -var utf8border = function(buf, max) { - var pos; - - max = max || buf.length; - if (max > buf.length) { max = buf.length; } - - // go back from last position, until start of sequence found - pos = max-1; - while (pos >= 0 && (buf[pos] & 0xC0) === 0x80) { pos--; } - - // Fuckup - very small and broken sequence, - // return max, because we should return something anyway. - if (pos < 0) { return max; } - - // If we came to start of buffer - that means vuffer is too small, - // return max too. - if (pos === 0) { return max; } - - return (pos + _utf8len[buf[pos]] > max) ? pos : max; -}; - -// convert array to string -var buf2string = function (buf) { - var str, i, out, c, c_len; - var len = buf.length; - - // Reserve max possible length (2 words per char) - // NB: by unknown reasons, Array is significantly faster for - // String.fromCharCode.apply than Uint16Array. - var utf16buf = new Array(len*2); - - for (out=0, i=0; i 4) { utf16buf[out++] = 0xfffd; i += c_len-1; continue; } - - // apply mask on first byte - c &= c_len === 2 ? 0x1f : c_len === 3 ? 0x0f : 0x07; - // join the rest - while (c_len > 1 && i < len) { - c = (c << 6) | (buf[i++] & 0x3f); - c_len--; - } - - // terminated by end of string? - if (c_len > 1) { utf16buf[out++] = 0xfffd; continue; } - - if (c < 0x10000) { - utf16buf[out++] = c; - } else { - c -= 0x10000; - utf16buf[out++] = 0xd800 | ((c >> 10) & 0x3ff); - utf16buf[out++] = 0xdc00 | (c & 0x3ff); - } - } - - // shrinkBuf(utf16buf, out) - if (utf16buf.length !== out) { - if(utf16buf.subarray) { - utf16buf = utf16buf.subarray(0, out); - } else { - utf16buf.length = out; - } - } - - // return String.fromCharCode.apply(null, utf16buf); - return utils.applyFromCharCode(utf16buf); -}; - - -// That's all for the pako functions. - - -/** - * Transform a javascript string into an array (typed if possible) of bytes, - * UTF-8 encoded. - * @param {String} str the string to encode - * @return {Array|Uint8Array|Buffer} the UTF-8 encoded string. - */ -exports.utf8encode = function utf8encode(str) { - if (support.nodebuffer) { - return nodejsUtils.newBufferFrom(str, "utf-8"); - } - - return string2buf(str); -}; - - -/** - * Transform a bytes array (or a representation) representing an UTF-8 encoded - * string into a javascript string. - * @param {Array|Uint8Array|Buffer} buf the data de decode - * @return {String} the decoded string. - */ -exports.utf8decode = function utf8decode(buf) { - if (support.nodebuffer) { - return utils.transformTo("nodebuffer", buf).toString("utf-8"); - } - - buf = utils.transformTo(support.uint8array ? "uint8array" : "array", buf); - - return buf2string(buf); -}; - -/** - * A worker to decode utf8 encoded binary chunks into string chunks. - * @constructor - */ -function Utf8DecodeWorker() { - GenericWorker.call(this, "utf-8 decode"); - // the last bytes if a chunk didn't end with a complete codepoint. - this.leftOver = null; -} -utils.inherits(Utf8DecodeWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -Utf8DecodeWorker.prototype.processChunk = function (chunk) { - - var data = utils.transformTo(support.uint8array ? "uint8array" : "array", chunk.data); - - // 1st step, re-use what's left of the previous chunk - if (this.leftOver && this.leftOver.length) { - if(support.uint8array) { - var previousData = data; - data = new Uint8Array(previousData.length + this.leftOver.length); - data.set(this.leftOver, 0); - data.set(previousData, this.leftOver.length); - } else { - data = this.leftOver.concat(data); - } - this.leftOver = null; - } - - var nextBoundary = utf8border(data); - var usableData = data; - if (nextBoundary !== data.length) { - if (support.uint8array) { - usableData = data.subarray(0, nextBoundary); - this.leftOver = data.subarray(nextBoundary, data.length); - } else { - usableData = data.slice(0, nextBoundary); - this.leftOver = data.slice(nextBoundary, data.length); - } - } - - this.push({ - data : exports.utf8decode(usableData), - meta : chunk.meta - }); -}; - -/** - * @see GenericWorker.flush - */ -Utf8DecodeWorker.prototype.flush = function () { - if(this.leftOver && this.leftOver.length) { - this.push({ - data : exports.utf8decode(this.leftOver), - meta : {} - }); - this.leftOver = null; - } -}; -exports.Utf8DecodeWorker = Utf8DecodeWorker; - -/** - * A worker to endcode string chunks into utf8 encoded binary chunks. - * @constructor - */ -function Utf8EncodeWorker() { - GenericWorker.call(this, "utf-8 encode"); -} -utils.inherits(Utf8EncodeWorker, GenericWorker); - -/** - * @see GenericWorker.processChunk - */ -Utf8EncodeWorker.prototype.processChunk = function (chunk) { - this.push({ - data : exports.utf8encode(chunk.data), - meta : chunk.meta - }); -}; -exports.Utf8EncodeWorker = Utf8EncodeWorker; - -},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(require,module,exports){ -'use strict'; - -var support = require('./support'); -var base64 = require('./base64'); -var nodejsUtils = require('./nodejsUtils'); -var setImmediate = require('set-immediate-shim'); -var external = require("./external"); - - -/** - * Convert a string that pass as a "binary string": it should represent a byte - * array but may have > 255 char codes. Be sure to take only the first byte - * and returns the byte array. - * @param {String} str the string to transform. - * @return {Array|Uint8Array} the string in a binary format. - */ -function string2binary(str) { - var result = null; - if (support.uint8array) { - result = new Uint8Array(str.length); - } else { - result = new Array(str.length); - } - return stringToArrayLike(str, result); -} - -/** - * Create a new blob with the given content and the given type. - * @param {String|ArrayBuffer} part the content to put in the blob. DO NOT use - * an Uint8Array because the stock browser of android 4 won't accept it (it - * will be silently converted to a string, "[object Uint8Array]"). - * - * Use only ONE part to build the blob to avoid a memory leak in IE11 / Edge: - * when a large amount of Array is used to create the Blob, the amount of - * memory consumed is nearly 100 times the original data amount. - * - * @param {String} type the mime type of the blob. - * @return {Blob} the created blob. - */ -exports.newBlob = function(part, type) { - exports.checkSupport("blob"); - - try { - // Blob constructor - return new Blob([part], { - type: type - }); - } - catch (e) { - - try { - // deprecated, browser only, old way - var Builder = self.BlobBuilder || self.WebKitBlobBuilder || self.MozBlobBuilder || self.MSBlobBuilder; - var builder = new Builder(); - builder.append(part); - return builder.getBlob(type); - } - catch (e) { - - // well, fuck ?! - throw new Error("Bug : can't construct the Blob."); - } - } - - -}; -/** - * The identity function. - * @param {Object} input the input. - * @return {Object} the same input. - */ -function identity(input) { - return input; -} - -/** - * Fill in an array with a string. - * @param {String} str the string to use. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to fill in (will be mutated). - * @return {Array|ArrayBuffer|Uint8Array|Buffer} the updated array. - */ -function stringToArrayLike(str, array) { - for (var i = 0; i < str.length; ++i) { - array[i] = str.charCodeAt(i) & 0xFF; - } - return array; -} - -/** - * An helper for the function arrayLikeToString. - * This contains static information and functions that - * can be optimized by the browser JIT compiler. - */ -var arrayToStringHelper = { - /** - * Transform an array of int into a string, chunk by chunk. - * See the performances notes on arrayLikeToString. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform. - * @param {String} type the type of the array. - * @param {Integer} chunk the chunk size. - * @return {String} the resulting string. - * @throws Error if the chunk is too big for the stack. - */ - stringifyByChunk: function(array, type, chunk) { - var result = [], k = 0, len = array.length; - // shortcut - if (len <= chunk) { - return String.fromCharCode.apply(null, array); - } - while (k < len) { - if (type === "array" || type === "nodebuffer") { - result.push(String.fromCharCode.apply(null, array.slice(k, Math.min(k + chunk, len)))); - } - else { - result.push(String.fromCharCode.apply(null, array.subarray(k, Math.min(k + chunk, len)))); - } - k += chunk; - } - return result.join(""); - }, - /** - * Call String.fromCharCode on every item in the array. - * This is the naive implementation, which generate A LOT of intermediate string. - * This should be used when everything else fail. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform. - * @return {String} the result. - */ - stringifyByChar: function(array){ - var resultStr = ""; - for(var i = 0; i < array.length; i++) { - resultStr += String.fromCharCode(array[i]); - } - return resultStr; - }, - applyCanBeUsed : { - /** - * true if the browser accepts to use String.fromCharCode on Uint8Array - */ - uint8array : (function () { - try { - return support.uint8array && String.fromCharCode.apply(null, new Uint8Array(1)).length === 1; - } catch (e) { - return false; - } - })(), - /** - * true if the browser accepts to use String.fromCharCode on nodejs Buffer. - */ - nodebuffer : (function () { - try { - return support.nodebuffer && String.fromCharCode.apply(null, nodejsUtils.allocBuffer(1)).length === 1; - } catch (e) { - return false; - } - })() - } -}; - -/** - * Transform an array-like object to a string. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} array the array to transform. - * @return {String} the result. - */ -function arrayLikeToString(array) { - // Performances notes : - // -------------------- - // String.fromCharCode.apply(null, array) is the fastest, see - // see http://jsperf.com/converting-a-uint8array-to-a-string/2 - // but the stack is limited (and we can get huge arrays !). - // - // result += String.fromCharCode(array[i]); generate too many strings ! - // - // This code is inspired by http://jsperf.com/arraybuffer-to-string-apply-performance/2 - // TODO : we now have workers that split the work. Do we still need that ? - var chunk = 65536, - type = exports.getTypeOf(array), - canUseApply = true; - if (type === "uint8array") { - canUseApply = arrayToStringHelper.applyCanBeUsed.uint8array; - } else if (type === "nodebuffer") { - canUseApply = arrayToStringHelper.applyCanBeUsed.nodebuffer; - } - - if (canUseApply) { - while (chunk > 1) { - try { - return arrayToStringHelper.stringifyByChunk(array, type, chunk); - } catch (e) { - chunk = Math.floor(chunk / 2); - } - } - } - - // no apply or chunk error : slow and painful algorithm - // default browser on android 4.* - return arrayToStringHelper.stringifyByChar(array); -} - -exports.applyFromCharCode = arrayLikeToString; - - -/** - * Copy the data from an array-like to an other array-like. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} arrayFrom the origin array. - * @param {Array|ArrayBuffer|Uint8Array|Buffer} arrayTo the destination array which will be mutated. - * @return {Array|ArrayBuffer|Uint8Array|Buffer} the updated destination array. - */ -function arrayLikeToArrayLike(arrayFrom, arrayTo) { - for (var i = 0; i < arrayFrom.length; i++) { - arrayTo[i] = arrayFrom[i]; - } - return arrayTo; -} - -// a matrix containing functions to transform everything into everything. -var transform = {}; - -// string to ? -transform["string"] = { - "string": identity, - "array": function(input) { - return stringToArrayLike(input, new Array(input.length)); - }, - "arraybuffer": function(input) { - return transform["string"]["uint8array"](input).buffer; - }, - "uint8array": function(input) { - return stringToArrayLike(input, new Uint8Array(input.length)); - }, - "nodebuffer": function(input) { - return stringToArrayLike(input, nodejsUtils.allocBuffer(input.length)); - } -}; - -// array to ? -transform["array"] = { - "string": arrayLikeToString, - "array": identity, - "arraybuffer": function(input) { - return (new Uint8Array(input)).buffer; - }, - "uint8array": function(input) { - return new Uint8Array(input); - }, - "nodebuffer": function(input) { - return nodejsUtils.newBufferFrom(input); - } -}; - -// arraybuffer to ? -transform["arraybuffer"] = { - "string": function(input) { - return arrayLikeToString(new Uint8Array(input)); - }, - "array": function(input) { - return arrayLikeToArrayLike(new Uint8Array(input), new Array(input.byteLength)); - }, - "arraybuffer": identity, - "uint8array": function(input) { - return new Uint8Array(input); - }, - "nodebuffer": function(input) { - return nodejsUtils.newBufferFrom(new Uint8Array(input)); - } -}; - -// uint8array to ? -transform["uint8array"] = { - "string": arrayLikeToString, - "array": function(input) { - return arrayLikeToArrayLike(input, new Array(input.length)); - }, - "arraybuffer": function(input) { - return input.buffer; - }, - "uint8array": identity, - "nodebuffer": function(input) { - return nodejsUtils.newBufferFrom(input); - } -}; - -// nodebuffer to ? -transform["nodebuffer"] = { - "string": arrayLikeToString, - "array": function(input) { - return arrayLikeToArrayLike(input, new Array(input.length)); - }, - "arraybuffer": function(input) { - return transform["nodebuffer"]["uint8array"](input).buffer; - }, - "uint8array": function(input) { - return arrayLikeToArrayLike(input, new Uint8Array(input.length)); - }, - "nodebuffer": identity -}; - -/** - * Transform an input into any type. - * The supported output type are : string, array, uint8array, arraybuffer, nodebuffer. - * If no output type is specified, the unmodified input will be returned. - * @param {String} outputType the output type. - * @param {String|Array|ArrayBuffer|Uint8Array|Buffer} input the input to convert. - * @throws {Error} an Error if the browser doesn't support the requested output type. - */ -exports.transformTo = function(outputType, input) { - if (!input) { - // undefined, null, etc - // an empty string won't harm. - input = ""; - } - if (!outputType) { - return input; - } - exports.checkSupport(outputType); - var inputType = exports.getTypeOf(input); - var result = transform[inputType][outputType](input); - return result; -}; - -/** - * Return the type of the input. - * The type will be in a format valid for JSZip.utils.transformTo : string, array, uint8array, arraybuffer. - * @param {Object} input the input to identify. - * @return {String} the (lowercase) type of the input. - */ -exports.getTypeOf = function(input) { - if (typeof input === "string") { - return "string"; - } - if (Object.prototype.toString.call(input) === "[object Array]") { - return "array"; - } - if (support.nodebuffer && nodejsUtils.isBuffer(input)) { - return "nodebuffer"; - } - if (support.uint8array && input instanceof Uint8Array) { - return "uint8array"; - } - if (support.arraybuffer && input instanceof ArrayBuffer) { - return "arraybuffer"; - } -}; - -/** - * Throw an exception if the type is not supported. - * @param {String} type the type to check. - * @throws {Error} an Error if the browser doesn't support the requested type. - */ -exports.checkSupport = function(type) { - var supported = support[type.toLowerCase()]; - if (!supported) { - throw new Error(type + " is not supported by this platform"); - } -}; - -exports.MAX_VALUE_16BITS = 65535; -exports.MAX_VALUE_32BITS = -1; // well, "\xFF\xFF\xFF\xFF\xFF\xFF\xFF\xFF" is parsed as -1 - -/** - * Prettify a string read as binary. - * @param {string} str the string to prettify. - * @return {string} a pretty string. - */ -exports.pretty = function(str) { - var res = '', - code, i; - for (i = 0; i < (str || "").length; i++) { - code = str.charCodeAt(i); - res += '\\x' + (code < 16 ? "0" : "") + code.toString(16).toUpperCase(); - } - return res; -}; - -/** - * Defer the call of a function. - * @param {Function} callback the function to call asynchronously. - * @param {Array} args the arguments to give to the callback. - */ -exports.delay = function(callback, args, self) { - setImmediate(function () { - callback.apply(self || null, args || []); - }); -}; - -/** - * Extends a prototype with an other, without calling a constructor with - * side effects. Inspired by nodejs' `utils.inherits` - * @param {Function} ctor the constructor to augment - * @param {Function} superCtor the parent constructor to use - */ -exports.inherits = function (ctor, superCtor) { - var Obj = function() {}; - Obj.prototype = superCtor.prototype; - ctor.prototype = new Obj(); -}; - -/** - * Merge the objects passed as parameters into a new one. - * @private - * @param {...Object} var_args All objects to merge. - * @return {Object} a new object with the data of the others. - */ -exports.extend = function() { - var result = {}, i, attr; - for (i = 0; i < arguments.length; i++) { // arguments is not enumerable in some browsers - for (attr in arguments[i]) { - if (arguments[i].hasOwnProperty(attr) && typeof result[attr] === "undefined") { - result[attr] = arguments[i][attr]; - } - } - } - return result; -}; - -/** - * Transform arbitrary content into a Promise. - * @param {String} name a name for the content being processed. - * @param {Object} inputData the content to process. - * @param {Boolean} isBinary true if the content is not an unicode string - * @param {Boolean} isOptimizedBinaryString true if the string content only has one byte per character. - * @param {Boolean} isBase64 true if the string content is encoded with base64. - * @return {Promise} a promise in a format usable by JSZip. - */ -exports.prepareContent = function(name, inputData, isBinary, isOptimizedBinaryString, isBase64) { - - // if inputData is already a promise, this flatten it. - var promise = external.Promise.resolve(inputData).then(function(data) { - - - var isBlob = support.blob && (data instanceof Blob || ['[object File]', '[object Blob]'].indexOf(Object.prototype.toString.call(data)) !== -1); - - if (isBlob && typeof FileReader !== "undefined") { - return new external.Promise(function (resolve, reject) { - var reader = new FileReader(); - - reader.onload = function(e) { - resolve(e.target.result); - }; - reader.onerror = function(e) { - reject(e.target.error); - }; - reader.readAsArrayBuffer(data); - }); - } else { - return data; - } - }); - - return promise.then(function(data) { - var dataType = exports.getTypeOf(data); - - if (!dataType) { - return external.Promise.reject( - new Error("Can't read the data of '" + name + "'. Is it " + - "in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?") - ); - } - // special case : it's way easier to work with Uint8Array than with ArrayBuffer - if (dataType === "arraybuffer") { - data = exports.transformTo("uint8array", data); - } else if (dataType === "string") { - if (isBase64) { - data = base64.decode(data); - } - else if (isBinary) { - // optimizedBinaryString === true means that the file has already been filtered with a 0xFF mask - if (isOptimizedBinaryString !== true) { - // this is a string, not in a base64 format. - // Be sure that this is a correct "binary string" - data = string2binary(data); - } - } - } - return data; - }); -}; - -},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,"set-immediate-shim":54}],33:[function(require,module,exports){ -'use strict'; -var readerFor = require('./reader/readerFor'); -var utils = require('./utils'); -var sig = require('./signature'); -var ZipEntry = require('./zipEntry'); -var utf8 = require('./utf8'); -var support = require('./support'); -// class ZipEntries {{{ -/** - * All the entries in the zip file. - * @constructor - * @param {Object} loadOptions Options for loading the stream. - */ -function ZipEntries(loadOptions) { - this.files = []; - this.loadOptions = loadOptions; -} -ZipEntries.prototype = { - /** - * Check that the reader is on the specified signature. - * @param {string} expectedSignature the expected signature. - * @throws {Error} if it is an other signature. - */ - checkSignature: function(expectedSignature) { - if (!this.reader.readAndCheckSignature(expectedSignature)) { - this.reader.index -= 4; - var signature = this.reader.readString(4); - throw new Error("Corrupted zip or bug: unexpected signature " + "(" + utils.pretty(signature) + ", expected " + utils.pretty(expectedSignature) + ")"); - } - }, - /** - * Check if the given signature is at the given index. - * @param {number} askedIndex the index to check. - * @param {string} expectedSignature the signature to expect. - * @return {boolean} true if the signature is here, false otherwise. - */ - isSignature: function(askedIndex, expectedSignature) { - var currentIndex = this.reader.index; - this.reader.setIndex(askedIndex); - var signature = this.reader.readString(4); - var result = signature === expectedSignature; - this.reader.setIndex(currentIndex); - return result; - }, - /** - * Read the end of the central directory. - */ - readBlockEndOfCentral: function() { - this.diskNumber = this.reader.readInt(2); - this.diskWithCentralDirStart = this.reader.readInt(2); - this.centralDirRecordsOnThisDisk = this.reader.readInt(2); - this.centralDirRecords = this.reader.readInt(2); - this.centralDirSize = this.reader.readInt(4); - this.centralDirOffset = this.reader.readInt(4); - - this.zipCommentLength = this.reader.readInt(2); - // warning : the encoding depends of the system locale - // On a linux machine with LANG=en_US.utf8, this field is utf8 encoded. - // On a windows machine, this field is encoded with the localized windows code page. - var zipComment = this.reader.readData(this.zipCommentLength); - var decodeParamType = support.uint8array ? "uint8array" : "array"; - // To get consistent behavior with the generation part, we will assume that - // this is utf8 encoded unless specified otherwise. - var decodeContent = utils.transformTo(decodeParamType, zipComment); - this.zipComment = this.loadOptions.decodeFileName(decodeContent); - }, - /** - * Read the end of the Zip 64 central directory. - * Not merged with the method readEndOfCentral : - * The end of central can coexist with its Zip64 brother, - * I don't want to read the wrong number of bytes ! - */ - readBlockZip64EndOfCentral: function() { - this.zip64EndOfCentralSize = this.reader.readInt(8); - this.reader.skip(4); - // this.versionMadeBy = this.reader.readString(2); - // this.versionNeeded = this.reader.readInt(2); - this.diskNumber = this.reader.readInt(4); - this.diskWithCentralDirStart = this.reader.readInt(4); - this.centralDirRecordsOnThisDisk = this.reader.readInt(8); - this.centralDirRecords = this.reader.readInt(8); - this.centralDirSize = this.reader.readInt(8); - this.centralDirOffset = this.reader.readInt(8); - - this.zip64ExtensibleData = {}; - var extraDataSize = this.zip64EndOfCentralSize - 44, - index = 0, - extraFieldId, - extraFieldLength, - extraFieldValue; - while (index < extraDataSize) { - extraFieldId = this.reader.readInt(2); - extraFieldLength = this.reader.readInt(4); - extraFieldValue = this.reader.readData(extraFieldLength); - this.zip64ExtensibleData[extraFieldId] = { - id: extraFieldId, - length: extraFieldLength, - value: extraFieldValue - }; - } - }, - /** - * Read the end of the Zip 64 central directory locator. - */ - readBlockZip64EndOfCentralLocator: function() { - this.diskWithZip64CentralDirStart = this.reader.readInt(4); - this.relativeOffsetEndOfZip64CentralDir = this.reader.readInt(8); - this.disksCount = this.reader.readInt(4); - if (this.disksCount > 1) { - throw new Error("Multi-volumes zip are not supported"); - } - }, - /** - * Read the local files, based on the offset read in the central part. - */ - readLocalFiles: function() { - var i, file; - for (i = 0; i < this.files.length; i++) { - file = this.files[i]; - this.reader.setIndex(file.localHeaderOffset); - this.checkSignature(sig.LOCAL_FILE_HEADER); - file.readLocalPart(this.reader); - file.handleUTF8(); - file.processAttributes(); - } - }, - /** - * Read the central directory. - */ - readCentralDir: function() { - var file; - - this.reader.setIndex(this.centralDirOffset); - while (this.reader.readAndCheckSignature(sig.CENTRAL_FILE_HEADER)) { - file = new ZipEntry({ - zip64: this.zip64 - }, this.loadOptions); - file.readCentralPart(this.reader); - this.files.push(file); - } - - if (this.centralDirRecords !== this.files.length) { - if (this.centralDirRecords !== 0 && this.files.length === 0) { - // We expected some records but couldn't find ANY. - // This is really suspicious, as if something went wrong. - throw new Error("Corrupted zip or bug: expected " + this.centralDirRecords + " records in central dir, got " + this.files.length); - } else { - // We found some records but not all. - // Something is wrong but we got something for the user: no error here. - // console.warn("expected", this.centralDirRecords, "records in central dir, got", this.files.length); - } - } - }, - /** - * Read the end of central directory. - */ - readEndOfCentral: function() { - var offset = this.reader.lastIndexOfSignature(sig.CENTRAL_DIRECTORY_END); - if (offset < 0) { - // Check if the content is a truncated zip or complete garbage. - // A "LOCAL_FILE_HEADER" is not required at the beginning (auto - // extractible zip for example) but it can give a good hint. - // If an ajax request was used without responseType, we will also - // get unreadable data. - var isGarbage = !this.isSignature(0, sig.LOCAL_FILE_HEADER); - - if (isGarbage) { - throw new Error("Can't find end of central directory : is this a zip file ? " + - "If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html"); - } else { - throw new Error("Corrupted zip: can't find end of central directory"); - } - - } - this.reader.setIndex(offset); - var endOfCentralDirOffset = offset; - this.checkSignature(sig.CENTRAL_DIRECTORY_END); - this.readBlockEndOfCentral(); - - - /* extract from the zip spec : - 4) If one of the fields in the end of central directory - record is too small to hold required data, the field - should be set to -1 (0xFFFF or 0xFFFFFFFF) and the - ZIP64 format record should be created. - 5) The end of central directory record and the - Zip64 end of central directory locator record must - reside on the same disk when splitting or spanning - an archive. - */ - if (this.diskNumber === utils.MAX_VALUE_16BITS || this.diskWithCentralDirStart === utils.MAX_VALUE_16BITS || this.centralDirRecordsOnThisDisk === utils.MAX_VALUE_16BITS || this.centralDirRecords === utils.MAX_VALUE_16BITS || this.centralDirSize === utils.MAX_VALUE_32BITS || this.centralDirOffset === utils.MAX_VALUE_32BITS) { - this.zip64 = true; - - /* - Warning : the zip64 extension is supported, but ONLY if the 64bits integer read from - the zip file can fit into a 32bits integer. This cannot be solved : JavaScript represents - all numbers as 64-bit double precision IEEE 754 floating point numbers. - So, we have 53bits for integers and bitwise operations treat everything as 32bits. - see https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Operators/Bitwise_Operators - and http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-262.pdf section 8.5 - */ - - // should look for a zip64 EOCD locator - offset = this.reader.lastIndexOfSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR); - if (offset < 0) { - throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator"); - } - this.reader.setIndex(offset); - this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_LOCATOR); - this.readBlockZip64EndOfCentralLocator(); - - // now the zip64 EOCD record - if (!this.isSignature(this.relativeOffsetEndOfZip64CentralDir, sig.ZIP64_CENTRAL_DIRECTORY_END)) { - // console.warn("ZIP64 end of central directory not where expected."); - this.relativeOffsetEndOfZip64CentralDir = this.reader.lastIndexOfSignature(sig.ZIP64_CENTRAL_DIRECTORY_END); - if (this.relativeOffsetEndOfZip64CentralDir < 0) { - throw new Error("Corrupted zip: can't find the ZIP64 end of central directory"); - } - } - this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir); - this.checkSignature(sig.ZIP64_CENTRAL_DIRECTORY_END); - this.readBlockZip64EndOfCentral(); - } - - var expectedEndOfCentralDirOffset = this.centralDirOffset + this.centralDirSize; - if (this.zip64) { - expectedEndOfCentralDirOffset += 20; // end of central dir 64 locator - expectedEndOfCentralDirOffset += 12 /* should not include the leading 12 bytes */ + this.zip64EndOfCentralSize; - } - - var extraBytes = endOfCentralDirOffset - expectedEndOfCentralDirOffset; - - if (extraBytes > 0) { - // console.warn(extraBytes, "extra bytes at beginning or within zipfile"); - if (this.isSignature(endOfCentralDirOffset, sig.CENTRAL_FILE_HEADER)) { - // The offsets seem wrong, but we have something at the specified offset. - // So… we keep it. - } else { - // the offset is wrong, update the "zero" of the reader - // this happens if data has been prepended (crx files for example) - this.reader.zero = extraBytes; - } - } else if (extraBytes < 0) { - throw new Error("Corrupted zip: missing " + Math.abs(extraBytes) + " bytes."); - } - }, - prepareReader: function(data) { - this.reader = readerFor(data); - }, - /** - * Read a zip file and create ZipEntries. - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the binary string representing a zip file. - */ - load: function(data) { - this.prepareReader(data); - this.readEndOfCentral(); - this.readCentralDir(); - this.readLocalFiles(); - } -}; -// }}} end of ZipEntries -module.exports = ZipEntries; - -},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utf8":31,"./utils":32,"./zipEntry":34}],34:[function(require,module,exports){ -'use strict'; -var readerFor = require('./reader/readerFor'); -var utils = require('./utils'); -var CompressedObject = require('./compressedObject'); -var crc32fn = require('./crc32'); -var utf8 = require('./utf8'); -var compressions = require('./compressions'); -var support = require('./support'); - -var MADE_BY_DOS = 0x00; -var MADE_BY_UNIX = 0x03; - -/** - * Find a compression registered in JSZip. - * @param {string} compressionMethod the method magic to find. - * @return {Object|null} the JSZip compression object, null if none found. - */ -var findCompression = function(compressionMethod) { - for (var method in compressions) { - if (!compressions.hasOwnProperty(method)) { - continue; - } - if (compressions[method].magic === compressionMethod) { - return compressions[method]; - } - } - return null; -}; - -// class ZipEntry {{{ -/** - * An entry in the zip file. - * @constructor - * @param {Object} options Options of the current file. - * @param {Object} loadOptions Options for loading the stream. - */ -function ZipEntry(options, loadOptions) { - this.options = options; - this.loadOptions = loadOptions; -} -ZipEntry.prototype = { - /** - * say if the file is encrypted. - * @return {boolean} true if the file is encrypted, false otherwise. - */ - isEncrypted: function() { - // bit 1 is set - return (this.bitFlag & 0x0001) === 0x0001; - }, - /** - * say if the file has utf-8 filename/comment. - * @return {boolean} true if the filename/comment is in utf-8, false otherwise. - */ - useUTF8: function() { - // bit 11 is set - return (this.bitFlag & 0x0800) === 0x0800; - }, - /** - * Read the local part of a zip file and add the info in this object. - * @param {DataReader} reader the reader to use. - */ - readLocalPart: function(reader) { - var compression, localExtraFieldsLength; - - // we already know everything from the central dir ! - // If the central dir data are false, we are doomed. - // On the bright side, the local part is scary : zip64, data descriptors, both, etc. - // The less data we get here, the more reliable this should be. - // Let's skip the whole header and dash to the data ! - reader.skip(22); - // in some zip created on windows, the filename stored in the central dir contains \ instead of /. - // Strangely, the filename here is OK. - // I would love to treat these zip files as corrupted (see http://www.info-zip.org/FAQ.html#backslashes - // or APPNOTE#4.4.17.1, "All slashes MUST be forward slashes '/'") but there are a lot of bad zip generators... - // Search "unzip mismatching "local" filename continuing with "central" filename version" on - // the internet. - // - // I think I see the logic here : the central directory is used to display - // content and the local directory is used to extract the files. Mixing / and \ - // may be used to display \ to windows users and use / when extracting the files. - // Unfortunately, this lead also to some issues : http://seclists.org/fulldisclosure/2009/Sep/394 - this.fileNameLength = reader.readInt(2); - localExtraFieldsLength = reader.readInt(2); // can't be sure this will be the same as the central dir - // the fileName is stored as binary data, the handleUTF8 method will take care of the encoding. - this.fileName = reader.readData(this.fileNameLength); - reader.skip(localExtraFieldsLength); - - if (this.compressedSize === -1 || this.uncompressedSize === -1) { - throw new Error("Bug or corrupted zip : didn't get enough information from the central directory " + "(compressedSize === -1 || uncompressedSize === -1)"); - } - - compression = findCompression(this.compressionMethod); - if (compression === null) { // no compression found - throw new Error("Corrupted zip : compression " + utils.pretty(this.compressionMethod) + " unknown (inner file : " + utils.transformTo("string", this.fileName) + ")"); - } - this.decompressed = new CompressedObject(this.compressedSize, this.uncompressedSize, this.crc32, compression, reader.readData(this.compressedSize)); - }, - - /** - * Read the central part of a zip file and add the info in this object. - * @param {DataReader} reader the reader to use. - */ - readCentralPart: function(reader) { - this.versionMadeBy = reader.readInt(2); - reader.skip(2); - // this.versionNeeded = reader.readInt(2); - this.bitFlag = reader.readInt(2); - this.compressionMethod = reader.readString(2); - this.date = reader.readDate(); - this.crc32 = reader.readInt(4); - this.compressedSize = reader.readInt(4); - this.uncompressedSize = reader.readInt(4); - var fileNameLength = reader.readInt(2); - this.extraFieldsLength = reader.readInt(2); - this.fileCommentLength = reader.readInt(2); - this.diskNumberStart = reader.readInt(2); - this.internalFileAttributes = reader.readInt(2); - this.externalFileAttributes = reader.readInt(4); - this.localHeaderOffset = reader.readInt(4); - - if (this.isEncrypted()) { - throw new Error("Encrypted zip are not supported"); - } - - // will be read in the local part, see the comments there - reader.skip(fileNameLength); - this.readExtraFields(reader); - this.parseZIP64ExtraField(reader); - this.fileComment = reader.readData(this.fileCommentLength); - }, - - /** - * Parse the external file attributes and get the unix/dos permissions. - */ - processAttributes: function () { - this.unixPermissions = null; - this.dosPermissions = null; - var madeBy = this.versionMadeBy >> 8; - - // Check if we have the DOS directory flag set. - // We look for it in the DOS and UNIX permissions - // but some unknown platform could set it as a compatibility flag. - this.dir = this.externalFileAttributes & 0x0010 ? true : false; - - if(madeBy === MADE_BY_DOS) { - // first 6 bits (0 to 5) - this.dosPermissions = this.externalFileAttributes & 0x3F; - } - - if(madeBy === MADE_BY_UNIX) { - this.unixPermissions = (this.externalFileAttributes >> 16) & 0xFFFF; - // the octal permissions are in (this.unixPermissions & 0x01FF).toString(8); - } - - // fail safe : if the name ends with a / it probably means a folder - if (!this.dir && this.fileNameStr.slice(-1) === '/') { - this.dir = true; - } - }, - - /** - * Parse the ZIP64 extra field and merge the info in the current ZipEntry. - * @param {DataReader} reader the reader to use. - */ - parseZIP64ExtraField: function(reader) { - - if (!this.extraFields[0x0001]) { - return; - } - - // should be something, preparing the extra reader - var extraReader = readerFor(this.extraFields[0x0001].value); - - // I really hope that these 64bits integer can fit in 32 bits integer, because js - // won't let us have more. - if (this.uncompressedSize === utils.MAX_VALUE_32BITS) { - this.uncompressedSize = extraReader.readInt(8); - } - if (this.compressedSize === utils.MAX_VALUE_32BITS) { - this.compressedSize = extraReader.readInt(8); - } - if (this.localHeaderOffset === utils.MAX_VALUE_32BITS) { - this.localHeaderOffset = extraReader.readInt(8); - } - if (this.diskNumberStart === utils.MAX_VALUE_32BITS) { - this.diskNumberStart = extraReader.readInt(4); - } - }, - /** - * Read the central part of a zip file and add the info in this object. - * @param {DataReader} reader the reader to use. - */ - readExtraFields: function(reader) { - var end = reader.index + this.extraFieldsLength, - extraFieldId, - extraFieldLength, - extraFieldValue; - - if (!this.extraFields) { - this.extraFields = {}; - } - - while (reader.index + 4 < end) { - extraFieldId = reader.readInt(2); - extraFieldLength = reader.readInt(2); - extraFieldValue = reader.readData(extraFieldLength); - - this.extraFields[extraFieldId] = { - id: extraFieldId, - length: extraFieldLength, - value: extraFieldValue - }; - } - - reader.setIndex(end); - }, - /** - * Apply an UTF8 transformation if needed. - */ - handleUTF8: function() { - var decodeParamType = support.uint8array ? "uint8array" : "array"; - if (this.useUTF8()) { - this.fileNameStr = utf8.utf8decode(this.fileName); - this.fileCommentStr = utf8.utf8decode(this.fileComment); - } else { - var upath = this.findExtraFieldUnicodePath(); - if (upath !== null) { - this.fileNameStr = upath; - } else { - // ASCII text or unsupported code page - var fileNameByteArray = utils.transformTo(decodeParamType, this.fileName); - this.fileNameStr = this.loadOptions.decodeFileName(fileNameByteArray); - } - - var ucomment = this.findExtraFieldUnicodeComment(); - if (ucomment !== null) { - this.fileCommentStr = ucomment; - } else { - // ASCII text or unsupported code page - var commentByteArray = utils.transformTo(decodeParamType, this.fileComment); - this.fileCommentStr = this.loadOptions.decodeFileName(commentByteArray); - } - } - }, - - /** - * Find the unicode path declared in the extra field, if any. - * @return {String} the unicode path, null otherwise. - */ - findExtraFieldUnicodePath: function() { - var upathField = this.extraFields[0x7075]; - if (upathField) { - var extraReader = readerFor(upathField.value); - - // wrong version - if (extraReader.readInt(1) !== 1) { - return null; - } - - // the crc of the filename changed, this field is out of date. - if (crc32fn(this.fileName) !== extraReader.readInt(4)) { - return null; - } - - return utf8.utf8decode(extraReader.readData(upathField.length - 5)); - } - return null; - }, - - /** - * Find the unicode comment declared in the extra field, if any. - * @return {String} the unicode comment, null otherwise. - */ - findExtraFieldUnicodeComment: function() { - var ucommentField = this.extraFields[0x6375]; - if (ucommentField) { - var extraReader = readerFor(ucommentField.value); - - // wrong version - if (extraReader.readInt(1) !== 1) { - return null; - } - - // the crc of the comment changed, this field is out of date. - if (crc32fn(this.fileComment) !== extraReader.readInt(4)) { - return null; - } - - return utf8.utf8decode(extraReader.readData(ucommentField.length - 5)); - } - return null; - } -}; -module.exports = ZipEntry; - -},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(require,module,exports){ -'use strict'; - -var StreamHelper = require('./stream/StreamHelper'); -var DataWorker = require('./stream/DataWorker'); -var utf8 = require('./utf8'); -var CompressedObject = require('./compressedObject'); -var GenericWorker = require('./stream/GenericWorker'); - -/** - * A simple object representing a file in the zip file. - * @constructor - * @param {string} name the name of the file - * @param {String|ArrayBuffer|Uint8Array|Buffer} data the data - * @param {Object} options the options of the file - */ -var ZipObject = function(name, data, options) { - this.name = name; - this.dir = options.dir; - this.date = options.date; - this.comment = options.comment; - this.unixPermissions = options.unixPermissions; - this.dosPermissions = options.dosPermissions; - - this._data = data; - this._dataBinary = options.binary; - // keep only the compression - this.options = { - compression : options.compression, - compressionOptions : options.compressionOptions - }; -}; - -ZipObject.prototype = { - /** - * Create an internal stream for the content of this object. - * @param {String} type the type of each chunk. - * @return StreamHelper the stream. - */ - internalStream: function (type) { - var result = null, outputType = "string"; - try { - if (!type) { - throw new Error("No output type specified."); - } - outputType = type.toLowerCase(); - var askUnicodeString = outputType === "string" || outputType === "text"; - if (outputType === "binarystring" || outputType === "text") { - outputType = "string"; - } - result = this._decompressWorker(); - - var isUnicodeString = !this._dataBinary; - - if (isUnicodeString && !askUnicodeString) { - result = result.pipe(new utf8.Utf8EncodeWorker()); - } - if (!isUnicodeString && askUnicodeString) { - result = result.pipe(new utf8.Utf8DecodeWorker()); - } - } catch (e) { - result = new GenericWorker("error"); - result.error(e); - } - - return new StreamHelper(result, outputType, ""); - }, - - /** - * Prepare the content in the asked type. - * @param {String} type the type of the result. - * @param {Function} onUpdate a function to call on each internal update. - * @return Promise the promise of the result. - */ - async: function (type, onUpdate) { - return this.internalStream(type).accumulate(onUpdate); - }, - - /** - * Prepare the content as a nodejs stream. - * @param {String} type the type of each chunk. - * @param {Function} onUpdate a function to call on each internal update. - * @return Stream the stream. - */ - nodeStream: function (type, onUpdate) { - return this.internalStream(type || "nodebuffer").toNodejsStream(onUpdate); - }, - - /** - * Return a worker for the compressed content. - * @private - * @param {Object} compression the compression object to use. - * @param {Object} compressionOptions the options to use when compressing. - * @return Worker the worker. - */ - _compressWorker: function (compression, compressionOptions) { - if ( - this._data instanceof CompressedObject && - this._data.compression.magic === compression.magic - ) { - return this._data.getCompressedWorker(); - } else { - var result = this._decompressWorker(); - if(!this._dataBinary) { - result = result.pipe(new utf8.Utf8EncodeWorker()); - } - return CompressedObject.createWorkerFrom(result, compression, compressionOptions); - } - }, - /** - * Return a worker for the decompressed content. - * @private - * @return Worker the worker. - */ - _decompressWorker : function () { - if (this._data instanceof CompressedObject) { - return this._data.getContentWorker(); - } else if (this._data instanceof GenericWorker) { - return this._data; - } else { - return new DataWorker(this._data); - } - } -}; - -var removedMethods = ["asText", "asBinary", "asNodeBuffer", "asUint8Array", "asArrayBuffer"]; -var removedFn = function () { - throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide."); -}; - -for(var i = 0; i < removedMethods.length; i++) { - ZipObject.prototype[removedMethods[i]] = removedFn; -} -module.exports = ZipObject; - -},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(require,module,exports){ -(function (global){ -'use strict'; -var Mutation = global.MutationObserver || global.WebKitMutationObserver; - -var scheduleDrain; - -{ - if (Mutation) { - var called = 0; - var observer = new Mutation(nextTick); - var element = global.document.createTextNode(''); - observer.observe(element, { - characterData: true - }); - scheduleDrain = function () { - element.data = (called = ++called % 2); - }; - } else if (!global.setImmediate && typeof global.MessageChannel !== 'undefined') { - var channel = new global.MessageChannel(); - channel.port1.onmessage = nextTick; - scheduleDrain = function () { - channel.port2.postMessage(0); - }; - } else if ('document' in global && 'onreadystatechange' in global.document.createElement('script')) { - scheduleDrain = function () { - - // Create a - - - +